Home
last modified time | relevance | path

Searched defs:__do_syscall4 (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/liburing/src/arch/x86/
H A Dsyscall.h86 #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 Dsyscall.h52 #define __do_syscall4(__n, __a, __b, __c, __d) ({ \ macro