Home
last modified time | relevance | path

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

/linux-6.1.9/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.h20 #define __NR_N32_Linux 6000 macro
25 #define NR_syscalls (__NR_N32_Linux + __NR_N32_Linux_syscalls)
/linux-6.1.9/arch/mips/kernel/
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
Dftrace.c388 if (nr >= __NR_N32_Linux && nr < __NR_N32_Linux + __NR_N32_Linux_syscalls) in arch_syscall_addr()
389 return (unsigned long)sysn32_call_table[nr - __NR_N32_Linux]; in arch_syscall_addr()