Home
last modified time | relevance | path

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

/aosp_15_r20/external/liburing/src/arch/x86/
H A Dsyscall.h57 #define __do_syscall2(NUM, ARG1, ARG2) ({ \ macro
185 #define __do_syscall2(NUM, ARG1, ARG2) ({ \ macro
/aosp_15_r20/external/liburing/src/arch/aarch64/
H A Dsyscall.h35 #define __do_syscall2(__n, __a, __b) ({ \ macro