Re: [PATCH v11 21/26] linux-user: Add LoongArch syscall support
On 11/19/21 7:13 AM, Song Gao wrote: +static inline abi_ulong target_shmlba(CPULoongArchState *env) +{ +return 0x4; +} include/asm/shmparam.h:#define SHMLBA SZ_64K Otherwise, Reviewed-by: Richard Henderson r~
[PATCH v11 21/26] linux-user: Add LoongArch syscall support
We should disable '__BITS_PER_LONG' at [1] before run gensyscalls.sh [1] arch/loongarch/include/uapi/asm/bitsperlong.h Signed-off-by: Song Gao Signed-off-by: Xiaojuan Yang --- linux-user/loongarch64/syscall_nr.h | 312 linux-user/loongarch64/target_syscall