Home
last modified time | relevance | path

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

/linux-6.12.1/arch/hexagon/kernel/
Dsyscalltab.c20 SC_ARG64(offset), SC_ARG64(len)) in SYSCALL_DEFINE6()
/linux-6.12.1/arch/sh/kernel/
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.12.1/include/linux/
Dsyscalls.h266 #define SC_ARG64(name) u32, name##_lo, u32, name##_hi macro
268 #define SC_ARG64(name) u32, name##_hi, u32, name##_lo macro
/linux-6.12.1/fs/notify/fanotify/
Dfanotify_user.c1926 SC_ARG64(mask), int, dfd, in SYSCALL32_DEFINE6()