Home
last modified time | relevance | path

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

/linux/include/asm-generic/
H A Dcompat.h17 #ifndef compat_arg_u64
19 #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