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

/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/asm-mips64/
H A Dunistd.h18 #define __NR_O32_Linux 4000 macro
19 #define __NR_O32_syscall (__NR_O32_Linux + 0)
20 #define __NR_O32_exit (__NR_O32_Linux + 1)
21 #define __NR_O32_fork (__NR_O32_Linux + 2)
22 #define __NR_O32_read (__NR_O32_Linux + 3)
23 #define __NR_O32_write (__NR_O32_Linux + 4)
24 #define __NR_O32_open (__NR_O32_Linux + 5)
25 #define __NR_O32_close (__NR_O32_Linux + 6)
26 #define __NR_O32_waitpid (__NR_O32_Linux + 7)
27 #define __NR_O32_creat (__NR_O32_Linux
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/asm-mips64/
H A Dunistd.h18 #define __NR_O32_Linux 4000 macro
19 #define __NR_O32_syscall (__NR_O32_Linux + 0)
20 #define __NR_O32_exit (__NR_O32_Linux + 1)
21 #define __NR_O32_fork (__NR_O32_Linux + 2)
22 #define __NR_O32_read (__NR_O32_Linux + 3)
23 #define __NR_O32_write (__NR_O32_Linux + 4)
24 #define __NR_O32_open (__NR_O32_Linux + 5)
25 #define __NR_O32_close (__NR_O32_Linux + 6)
26 #define __NR_O32_waitpid (__NR_O32_Linux + 7)
27 #define __NR_O32_creat (__NR_O32_Linux
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/mips64/kernel/
H A Dscall_o32.S36 subu t0, v0, __NR_O32_Linux # check syscall number
43 ld t2, (sys_call_table - (__NR_O32_Linux * 8))(t0)
44 lbu t3, (sys_narg_table - __NR_O32_Linux)(v0)
253 ld t2, (sys_call_table - (__NR_O32_Linux * 8))(v0)
254 lbu t3, (sys_narg_table - __NR_O32_Linux)(a0)

Completed in 99 milliseconds