Home
last modified time | relevance | path

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

/xnu-12377.1.9/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
190 } vo_un2; member
/xnu-12377.1.9/tools/lldbmacros/
H A Dmemory.py2955 ….vo_ledger_tag, object.vo_un2.vou_owner,GetProcPIDForObjectOwner(object.vo_un2.vou_owner),GetProcN…
2962 if object.vo_un2.vou_owner == 0:
3061 ….vo_ledger_tag, object.vo_un2.vou_owner,GetProcPIDForObjectOwner(object.vo_un2.vou_owner),GetProcN…
3067 if object.vo_un2.vou_owner == 0:
3352 offset += unsigned(object.vo_un2.vou_shadow_offset)
3372 …= pager_string + "phys_contig {:#018x}:{:#018x} ".format(unsigned(object.vo_un2.vou_shadow_offset)…
3388 offset += unsigned(object.vo_un2.vou_shadow_offset)
4827 offset_in_shadow = offset + unsigned(object.vo_un2.vou_shadow_offset)
5284 ….vo_ledger_tag, object.vo_un2.vou_owner,GetProcPIDForObjectOwner(object.vo_un2.vou_owner),GetProcN…