Searched refs:__NR_O32_Linux (Results 1 – 5 of 5) sorted by relevance
/linux-4.1.27/arch/mips/kernel/ |
D | ftrace.c | 417 return (unsigned long)sys_call_table[nr - __NR_O32_Linux]; in arch_syscall_addr() 432 if (nr >= __NR_O32_Linux && nr <= __NR_O32_Linux + __NR_O32_Linux_syscalls) in arch_syscall_addr() 433 return (unsigned long)sys32_call_table[nr - __NR_O32_Linux]; in arch_syscall_addr()
|
D | scall32-o32.S | 26 #define MAX_SYSCALL_NO __NR_O32_Linux + __NR_O32_Linux_syscalls 38 subu v0, v0, __NR_O32_Linux # check syscall number 125 addiu a1, v0, __NR_O32_Linux 178 subu t0, a0, __NR_O32_Linux # check syscall number
|
D | scall64-o32.S | 36 dsubu t0, v0, __NR_O32_Linux # check syscall number 56 ld t2, (sys32_call_table - (__NR_O32_Linux * 8))(t0) 124 subu t1, v0, __NR_O32_Linux 183 subu t0, a0, __NR_O32_Linux # check syscall number
|
/linux-4.1.27/arch/mips/include/asm/ |
D | unistd.h | 22 #define NR_syscalls (__NR_O32_Linux + __NR_O32_Linux_syscalls)
|
/linux-4.1.27/arch/mips/include/uapi/asm/ |
D | unistd.h | 388 #define __NR_O32_Linux 4000 macro
|