Home
last modified time | relevance | path

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

/linux-6.6.21/include/linux/
Dsyscalls.h263 #define SC_ARG64(name) u32, name##_lo, u32, name##_hi macro
265 #define SC_ARG64(name) u32, name##_hi, u32, name##_lo macro
/linux-6.6.21/fs/notify/fanotify/
Dfanotify_user.c1904 SC_ARG64(mask), int, dfd, in SYSCALL32_DEFINE6()