Home
last modified time | relevance | path

Searched refs:vo_un2 (Results 1 – 2 of 2) sorted by relevance

/xnu-12377.61.12/osfmk/vm/
H A Dvm_object_xnu.h132 #define vo_shadow_offset vo_un2.vou_shadow_offset
133 #define vo_cache_ts vo_un2.vou_cache_ts
134 #define vo_owner vo_un2.vou_owner
188 } vo_un2; member
/xnu-12377.61.12/tools/lldbmacros/
H A Dmemory.py2959 ….vo_ledger_tag, object.vo_un2.vou_owner,GetProcPIDForObjectOwner(object.vo_un2.vou_owner),GetProcN…
2966 if object.vo_un2.vou_owner == 0:
3065 ….vo_ledger_tag, object.vo_un2.vou_owner,GetProcPIDForObjectOwner(object.vo_un2.vou_owner),GetProcN…
3071 if object.vo_un2.vou_owner == 0:
3356 offset += unsigned(object.vo_un2.vou_shadow_offset)
3376 …= pager_string + "phys_contig {:#018x}:{:#018x} ".format(unsigned(object.vo_un2.vou_shadow_offset)…
3392 offset += unsigned(object.vo_un2.vou_shadow_offset)
4831 offset_in_shadow = offset + unsigned(object.vo_un2.vou_shadow_offset)
5288 ….vo_ledger_tag, object.vo_un2.vou_owner,GetProcPIDForObjectOwner(object.vo_un2.vou_owner),GetProcN…