Home
last modified time | relevance | path

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

/linux-4.1.27/arch/mips/kernel/
Dftrace.c429 if (nr >= __NR_64_Linux && nr <= __NR_64_Linux + __NR_64_Linux_syscalls) in arch_syscall_addr()
430 return (unsigned long)sys_call_table[nr - __NR_64_Linux]; in arch_syscall_addr()
Dscall64-64.S42 dsubu t0, v0, __NR_64_Linux # check syscall number
52 ld t2, (sys_call_table - (__NR_64_Linux * 8))(t0)
/linux-4.1.27/arch/mips/include/asm/
Dunistd.h20 #define NR_syscalls (__NR_64_Linux + __NR_64_Linux_syscalls)
/linux-4.1.27/arch/mips/include/uapi/asm/
Dunistd.h722 #define __NR_64_Linux 5000 macro