Home
last modified time | relevance | path

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

/xnu-11215.61.5/osfmk/vm/
H A Dvm_object_xnu.h131 #define vo_shadow_offset vo_un2.vou_shadow_offset
132 #define vo_cache_ts vo_un2.vou_cache_ts
133 #define vo_owner vo_un2.vou_owner
189 } vo_un2; member
/xnu-11215.61.5/tools/lldbmacros/
H A Dmemory.py2904 ….vo_ledger_tag, object.vo_un2.vou_owner,GetProcPIDForObjectOwner(object.vo_un2.vou_owner),GetProcN…
2911 if object.vo_un2.vou_owner == 0:
3010 ….vo_ledger_tag, object.vo_un2.vou_owner,GetProcPIDForObjectOwner(object.vo_un2.vou_owner),GetProcN…
3016 if object.vo_un2.vou_owner == 0:
3300 offset += unsigned(object.vo_un2.vou_shadow_offset)
3320 …= pager_string + "phys_contig {:#018x}:{:#018x} ".format(unsigned(object.vo_un2.vou_shadow_offset)…
3336 offset += unsigned(object.vo_un2.vou_shadow_offset)
4717 offset_in_shadow = offset + unsigned(object.vo_un2.vou_shadow_offset)
5165 ….vo_ledger_tag, object.vo_un2.vou_owner,GetProcPIDForObjectOwner(object.vo_un2.vou_owner),GetProcN…