Searched refs:SC_VAL64 (Results 1 – 4 of 4) sorted by relevance
| /linux-6.15/arch/hexagon/kernel/ |
| H A D | syscalltab.c | 22 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 D | sys_sh32.c | 70 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 D | fanotify_user.c | 2072 return do_fanotify_mark(fanotify_fd, flags, SC_VAL64(__u64, mask), in SYSCALL32_DEFINE6()
|
| /linux-6.15/include/linux/ |
| H A D | syscalls.h | 271 #define SC_VAL64(type, name) ((type) name##_hi << 32 | name##_lo) macro
|