Home
last modified time | relevance | path

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

/external/liburing/src/arch/x86/
Dsyscall.h71 #define __do_syscall3(NUM, ARG1, ARG2, ARG3) ({ \ macro
199 #define __do_syscall3(NUM, ARG1, ARG2, ARG3) ({ \ macro
/external/liburing/src/arch/aarch64/
Dsyscall.h43 #define __do_syscall3(__n, __a, __b, __c) ({ \ macro