Home
last modified time | relevance | path

Searched refs:vm_unpack_pointer (Results 1 – 3 of 3) sorted by relevance

/xnu-8020.121.3/osfmk/mach/
H A Dvm_param.h524 vm_unpack_pointer(vm_offset_t packed, vm_packing_params_t params) in vm_unpack_pointer() function
538 vm_unpack_pointer(packed, VM_PACKING_PARAMS(ns))
/xnu-8020.121.3/tools/lldbmacros/
H A Dkevent.py7 from memory import vm_unpack_pointer
108 return vm_unpack_pointer(kn.kn_kq_packed, kern.globals.kn_kq_packing_params, 'struct kqueue *')
H A Dmemory.py25 def vm_unpack_pointer(packed, params, type_str = 'void *'): function
2550 …caller = vm_unpack_pointer(entry.rwlde_caller_packed, kern.globals.rwlde_caller_packing_params, 'v…
3566 return unsigned(vm_unpack_pointer(page, params))