Home
last modified time | relevance | path

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

/Linux-v6.1/include/linux/
Dsyscalls.h260 #define SC_ARG64(name) u32, name##_lo, u32, name##_hi macro
262 #define SC_ARG64(name) u32, name##_hi, u32, name##_lo macro
/Linux-v6.1/fs/notify/fanotify/
Dfanotify_user.c1833 SC_ARG64(mask), int, dfd, in SYSCALL32_DEFINE6()