Searched refs:HW_LCK_PTR_BITS (Results 1 – 2 of 2) sorted by relevance
42 #define HW_LCK_PTR_BITS (64 - 4 - 1 - 1 - 16) macro44 #define HW_LCK_PTR_BITS (64 - 1 - 1 - 16)78 intptr_t lck_ptr_bits : HW_LCK_PTR_BITS;
46 static_assert(VM_KERNEL_POINTER_SIGNIFICANT_BITS < HW_LCK_PTR_BITS,