Home
last modified time | relevance | path

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

/xnu-12377.41.6/osfmk/kperf/
H A Dbuffer.h52 #define ENCODE_UPPER_64(U32) (((uint64_t)(U32)) << 32) argument
53 #define ENCODE_LOWER_64(U32) (((uint64_t)(U32)) & (UINT32_MAX)) argument
/xnu-12377.41.6/osfmk/arm64/
H A Dbsd_arm64.c113 #error U32 mach traps on ARM64 kernel requires munging in arm_get_mach_syscall_args()
/xnu-12377.41.6/bsd/dev/arm/
H A Dsystemcalls.c428 #error U32 syscalls on ARM64 kernel requires munging in arm_get_u32_syscall_args()
/xnu-12377.41.6/bsd/dev/i386/
H A Dsystemcalls.c139 #error U32 syscalls on x86_64 kernel requires munging in unix_syscall()
/xnu-12377.41.6/osfmk/i386/
H A Dbsd_i386.c488 #error U32 mach traps on x86_64 kernel requires munging in mach_call_arg_munger32()
/xnu-12377.41.6/config/
H A DMASTER744 options CONFIG_REQUIRES_U32_MUNGING # incoming U32 argument structures must be munged to match U64…