Home
last modified time | relevance | path

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

/xnu-11215.1.10/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.1.10/tools/lldbmacros/
H A Dmemory.py2892 ….vo_ledger_tag, object.vo_un2.vou_owner,GetProcPIDForObjectOwner(object.vo_un2.vou_owner),GetProcN…
2899 if object.vo_un2.vou_owner == 0:
2998 ….vo_ledger_tag, object.vo_un2.vou_owner,GetProcPIDForObjectOwner(object.vo_un2.vou_owner),GetProcN…
3004 if object.vo_un2.vou_owner == 0:
3288 offset += unsigned(object.vo_un2.vou_shadow_offset)
3308 …= pager_string + "phys_contig {:#018x}:{:#018x} ".format(unsigned(object.vo_un2.vou_shadow_offset)…
3324 offset += unsigned(object.vo_un2.vou_shadow_offset)
4704 offset_in_shadow = offset + unsigned(object.vo_un2.vou_shadow_offset)
5152 ….vo_ledger_tag, object.vo_un2.vou_owner,GetProcPIDForObjectOwner(object.vo_un2.vou_owner),GetProcN…