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

/macosx-10.10.1/xnu-2782.1.97/osfmk/vm/
H A Dvm_compressor.c106 #define C_SLOT_UNPACK_PTR(cslot) ((uintptr_t)(cslot->c_packed_ptr << 2) + (uintptr_t) VM_MIN_KERNEL_AND_KEXT_ADDRESS) macro
348 if (C_SLOT_UNPACK_PTR(cs) != (uintptr_t)zone_map_min_address)
349 panic("C_SLOT_UNPACK_PTR failed on zone_map_min_address - %p", (void *)zone_map_min_address);
353 if (C_SLOT_UNPACK_PTR(cs) != (uintptr_t)zone_map_max_address)
354 panic("C_SLOT_UNPACK_PTR failed on zone_map_max_address - %p", (void *)zone_map_max_address);
961 slot_ptr = (c_slot_mapping_t)C_SLOT_UNPACK_PTR(c_dst);
1172 slot_ptr = (c_slot_mapping_t)C_SLOT_UNPACK_PTR(c_dst);
2417 assert(slot_ptr == (c_slot_mapping_t)C_SLOT_UNPACK_PTR(cs));

Completed in 111 milliseconds