Searched refs:VM_UNPACK_POINTER (Results 1 – 5 of 5) sorted by relevance
404 return VM_UNPACK_POINTER(p, VM_PAGE_PACKED_PTR); in vm_page_unpack_ptr()412 #define VM_OBJECT_UNPACK(p) ((vm_object_t)VM_UNPACK_POINTER(p, VM_PAGE_PACKED_PTR))
240 (c_slot_mapping_t)VM_UNPACK_POINTER((cslot)->c_packed_ptr, C_SLOT_PACKED_PTR)
614 #define VM_UNPACK_POINTER(packed, ns) \ macro
518 vm_offset_t ptr = VM_UNPACK_POINTER(kn->kn_kq_packed, KNOTE_KQ_PACKED); in knote_get_kq()
114 #define get_rwlde_caller(entry) ((void*)VM_UNPACK_POINTER(entry->rwlde_call…