Searched defs:__do_syscall4 (Results 1 – 2 of 2) sorted by relevance
/aosp_15_r20/external/liburing/src/arch/x86/ |
H A D | syscall.h | 86 #define __do_syscall4(NUM, ARG1, ARG2, ARG3, ARG4) ({ \ macro 214 #define __do_syscall4(NUM, ARG1, ARG2, ARG3, ARG4) ({ \ macro
|
/aosp_15_r20/external/liburing/src/arch/aarch64/ |
H A D | syscall.h | 52 #define __do_syscall4(__n, __a, __b, __c, __d) ({ \ macro
|