Home
last modified time | relevance | path

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

/xnu-10002.1.13/osfmk/kern/
H A Dlock_ptr.h42 #define HW_LCK_PTR_BITS (64 - 4 - 1 - 1 - 16) macro
44 #define HW_LCK_PTR_BITS (64 - 1 - 1 - 16)
78 intptr_t lck_ptr_bits : HW_LCK_PTR_BITS;
H A Dlock_ptr.c46 static_assert(VM_KERNEL_POINTER_SIGNIFICANT_BITS < HW_LCK_PTR_BITS,