Searched refs:os_unaligned_deref (Results 1 – 3 of 3) sorted by relevance
11 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;
32 #define os_unaligned_deref(p) ((__os_unaligned_type(p))(p))->val macro
2074 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()