Home
last modified time | relevance | path

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

/xnu-11417.121.6/tests/
H A Dos_unaligned.c11 T_ASSERT_EQ_ULONG(__alignof__(os_unaligned_deref(__p)), 1UL, #T " alignment"); \
25 T_ASSERT_EQ_INT(os_unaligned_deref(p), x, "load");
26 os_unaligned_deref(&x) = INT_MIN;
/xnu-11417.121.6/libkern/os/
H A Dptrtools.h32 #define os_unaligned_deref(p) ((__os_unaligned_type(p))(p))->val macro
/xnu-11417.121.6/bsd/kern/
H A Duipc_syscalls.c2074 os_unaligned_deref(&tv64->tv_sec) = tv->tv_sec; in copyout_control()
2075 os_unaligned_deref(&tv64->tv_usec) = tv->tv_usec; in copyout_control()