Home
last modified time | relevance | path

Searched defs:compat_arg_u64 (Results 1 – 1 of 1) sorted by relevance

/linux-6.1.9/include/asm-generic/ !
Dcompat.h19 #define compat_arg_u64(name) u32 name##_lo, u32 name##_hi macro
22 #define compat_arg_u64(name) u32 name##_hi, u32 name##_lo macro