Home
last modified time | relevance | path

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

/linux-4.1.27/arch/mips/kernel/
Dftrace.c426 if (nr >= __NR_N32_Linux && nr <= __NR_N32_Linux + __NR_N32_Linux_syscalls) in arch_syscall_addr()
427 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
46 ld t2, (sysn32_call_table - (__NR_N32_Linux * 8))(t0)
/linux-4.1.27/arch/mips/include/asm/
Dunistd.h18 #define NR_syscalls (__NR_N32_Linux + __NR_N32_Linux_syscalls)
/linux-4.1.27/arch/mips/include/uapi/asm/
Dunistd.h1060 #define __NR_N32_Linux 6000 macro