Home
last modified time | relevance | path

Searched refs:__SYSCALL (Results 1 – 2 of 2) sorted by relevance

/bionic/libc/kernel/uapi/asm-riscv/asm/
Dunistd.h17 __SYSCALL(__NR_riscv_flush_icache, sys_riscv_flush_icache)
21 __SYSCALL(__NR_riscv_hwprobe, sys_riscv_hwprobe)
/bionic/libc/kernel/uapi/asm-generic/
Dunistd.h8 #ifndef __SYSCALL
9 #define __SYSCALL(x,y) macro
12 #define __SC_3264(_nr,_32,_64) __SYSCALL(_nr, _32)
14 #define __SC_3264(_nr,_32,_64) __SYSCALL(_nr, _64)
17 #define __SC_COMP(_nr,_sys,_comp) __SYSCALL(_nr, _comp)
18 #define __SC_COMP_3264(_nr,_32,_64,_comp) __SYSCALL(_nr, _comp)
20 #define __SC_COMP(_nr,_sys,_comp) __SYSCALL(_nr, _sys)