Home
last modified time | relevance | path

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

/linux-6.15/arch/hexagon/kernel/
H A Dsyscalltab.c22 return ksys_fadvise64_64(fd, SC_VAL64(loff_t, offset), SC_VAL64(loff_t, len), advice); in SYSCALL_DEFINE6()
/linux-6.15/arch/sh/kernel/
H A Dsys_sh32.c70 return ksys_sync_file_range(fd, SC_VAL64(loff_t, offset), in SYSCALL_DEFINE6()
71 SC_VAL64(loff_t, nbytes), flags); in SYSCALL_DEFINE6()
/linux-6.15/fs/notify/fanotify/
H A Dfanotify_user.c2072 return do_fanotify_mark(fanotify_fd, flags, SC_VAL64(__u64, mask), in SYSCALL32_DEFINE6()
/linux-6.15/include/linux/
H A Dsyscalls.h271 #define SC_VAL64(type, name) ((type) name##_hi << 32 | name##_lo) macro