Searched refs:SC_VAL64 (Results 1 – 2 of 2) sorted by relevance
1907 return do_fanotify_mark(fanotify_fd, flags, SC_VAL64(__u64, mask), in SYSCALL32_DEFINE6()
267 #define SC_VAL64(type, name) ((type) name##_hi << 32 | name##_lo) macro