Searched refs:U32 (Results 1 – 6 of 6) sorted by relevance
52 #define ENCODE_UPPER_64(U32) (((uint64_t)(U32)) << 32) argument53 #define ENCODE_LOWER_64(U32) (((uint64_t)(U32)) & (UINT32_MAX)) argument
113 #error U32 mach traps on ARM64 kernel requires munging in arm_get_mach_syscall_args()
428 #error U32 syscalls on ARM64 kernel requires munging in arm_get_u32_syscall_args()
139 #error U32 syscalls on x86_64 kernel requires munging in unix_syscall()
488 #error U32 mach traps on x86_64 kernel requires munging in mach_call_arg_munger32()
744 options CONFIG_REQUIRES_U32_MUNGING # incoming U32 argument structures must be munged to match U64…