Searched refs:__NR_64_Linux (Results 1 - 3 of 3) sorted by relevance

/linux-master/arch/mips/include/asm/
H A Dunistd.h21 #define __NR_64_Linux 5000 macro
27 #define NR_syscalls (__NR_64_Linux + __NR_64_Linux_syscalls)
/linux-master/arch/mips/kernel/
H A Dftrace.c391 if (nr >= __NR_64_Linux && nr < __NR_64_Linux + __NR_64_Linux_syscalls)
392 return (unsigned long)sys_call_table[nr - __NR_64_Linux];
H A Dscall64-n64.S57 dsubu t2, v0, __NR_64_Linux

Completed in 258 milliseconds