Searched refs:C_SLOT_UNPACK_PTR (Results 1 - 1 of 1) sorted by relevance

/xnu-2422.115.4/osfmk/vm/
H A Dvm_compressor.c100 #define C_SLOT_UNPACK_PTR(cslot) ((uintptr_t)(cslot->c_packed_ptr << 2) + (uintptr_t) VM_MIN_KERNEL_AND_KEXT_ADDRESS) macro
903 slot_ptr = (c_slot_mapping_t)C_SLOT_UNPACK_PTR(c_dst);
1114 slot_ptr = (c_slot_mapping_t)C_SLOT_UNPACK_PTR(c_dst);

Completed in 17 milliseconds