Home
last modified time | relevance | path

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

/linux/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/include/linux/
H A Dsyscalls.h273 #define SC_VAL64(type, name) ((type) name##_hi << 32 | name##_lo) macro