Home
last modified time | relevance | path

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

/linux-4.1.27/arch/mips/kernel/
Dftrace.c417 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()
Dscall32-o32.S26 #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
Dscall64-o32.S36 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/
Dunistd.h22 #define NR_syscalls (__NR_O32_Linux + __NR_O32_Linux_syscalls)
/linux-4.1.27/arch/mips/include/uapi/asm/
Dunistd.h388 #define __NR_O32_Linux 4000 macro