Home
last modified time | relevance | path

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

/openbmc/linux/arch/hexagon/kernel/
H A Dsyscalltab.c18 SC_ARG64(offset), SC_ARG64(len)) in SYSCALL_DEFINE6()
/openbmc/linux/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()
/openbmc/linux/include/linux/
H A 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
/openbmc/linux/fs/notify/fanotify/
H A Dfanotify_user.c1915 SC_ARG64(mask), int, dfd, in SYSCALL32_DEFINE6()