Home
last modified time | relevance | path

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

/linux-6.15/arch/hexagon/kernel/
H A Dsyscalltab.c20 SC_ARG64(offset), SC_ARG64(len)) in SYSCALL_DEFINE6()
/linux-6.15/arch/sh/kernel/
H A Dsys_sh32.c67 SYSCALL_DEFINE6(sh_sync_file_range6, int, fd, SC_ARG64(offset), in SYSCALL_DEFINE6()
68 SC_ARG64(nbytes), unsigned int, flags) in SYSCALL_DEFINE6()
/linux-6.15/include/linux/
H A Dsyscalls.h267 #define SC_ARG64(name) u32, name##_lo, u32, name##_hi macro
269 #define SC_ARG64(name) u32, name##_hi, u32, name##_lo macro
/linux-6.15/fs/notify/fanotify/
H A Dfanotify_user.c2069 SC_ARG64(mask), int, dfd, in SYSCALL32_DEFINE6()