Home
last modified time | relevance | path

Searched refs:__NR_N32_Linux (Results 1 – 5 of 5) sorted by relevance

/Linux-v4.19/arch/mips/include/asm/
Dseccomp.h15 __NR_N32_Linux + 0, __NR_N32_Linux + 1, in get_compat_mode1_syscalls()
16 __NR_N32_Linux + 58, __NR_N32_Linux + 211, in get_compat_mode1_syscalls()
Dunistd.h18 #define NR_syscalls (__NR_N32_Linux + __NR_N32_Linux_syscalls)
/Linux-v4.19/arch/mips/kernel/
Dftrace.c413 if (nr >= __NR_N32_Linux && nr <= __NR_N32_Linux + __NR_N32_Linux_syscalls) in arch_syscall_addr()
414 return (unsigned long)sysn32_call_table[nr - __NR_N32_Linux]; in arch_syscall_addr()
Dscall64-n32.S35 dsubu t0, v0, __NR_N32_Linux # check syscall number
54 ld t2, (sysn32_call_table - (__NR_N32_Linux * 8))(t0)
89 dsubu t2, v0, __NR_N32_Linux # check (new) syscall number
/Linux-v4.19/arch/mips/include/uapi/asm/
Dunistd.h1098 #define __NR_N32_Linux 6000 macro