Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/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.h21 #define NR_syscalls (__NR_N32_Linux + __NR_N32_Linux_syscalls)
/kernel/linux/linux-5.10/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.c400 if (nr >= __NR_N32_Linux && nr < __NR_N32_Linux + __NR_N32_Linux_syscalls) in arch_syscall_addr()
401 return (unsigned long)sysn32_call_table[nr - __NR_N32_Linux]; in arch_syscall_addr()
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/asm-mips/asm/
Dunistd_nr_n32.h21 #define __NR_N32_Linux 6000 macro