Searched refs:VM_UNPACK_POINTER (Results 1 – 7 of 7) sorted by relevance
59 #define VM_PREV_UNPACK(p) ((vm_map_entry_t) VM_UNPACK_POINTER((vm_offset_t)p, VM_ENTRY_PACKED_PTR))
644 return VM_UNPACK_POINTER(p, VM_PAGE_PACKED_PTR); in vm_page_unpack_ptr()652 #define VM_OBJECT_UNPACK(p) ((vm_object_t)VM_UNPACK_POINTER(p, VM_PAGE_PACKED_PTR))
246 (c_slot_mapping_t)VM_UNPACK_POINTER((cslot)->c_packed_ptr, C_SLOT_PACKED_PTR)
2915 return (vm_page_radix_node_t)VM_UNPACK_POINTER(ptr, VM_PAGE_PACKED_PTR); in vm_page_radix_node_unpack()
518 vm_offset_t ptr = VM_UNPACK_POINTER(kn->kn_kq_packed, KNOTE_KQ_PACKED); in knote_get_kq()
616 #define VM_UNPACK_POINTER(packed, ns) \ macro
116 #define get_rwlde_caller(entry) ((void*)VM_UNPACK_POINTER(entry->rwlde_call…