Home
last modified time | relevance | path

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

/Linux-v6.6/include/linux/
Dsyscalls.h262 #define SC_ARG64(name) u32, name##_lo, u32, name##_hi macro
264 #define SC_ARG64(name) u32, name##_hi, u32, name##_lo macro
/Linux-v6.6/fs/notify/fanotify/
Dfanotify_user.c1904 SC_ARG64(mask), int, dfd, in SYSCALL32_DEFINE6()