Home
last modified time | relevance | path

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

/xnu-12377.81.4/osfmk/vm/
H A Dvm_apple_protect.c142 struct memory_object ap_pgr_hdr; member
147 #define ap_pgr_hdr_ref ap_pgr_hdr.mo_ref
251 pager->ap_pgr_hdr.mo_control = control; in apple_protect_pager_init()
374 mo_control = pager->ap_pgr_hdr.mo_control; in apple_protect_pager_data_request()
802 memory_object_destroy(pager->ap_pgr_hdr.mo_control, VM_OBJECT_DESTROY_PAGER); in apple_protect_pager_terminate_internal()
855 if (pager->ap_pgr_hdr.mo_control != MEMORY_OBJECT_CONTROL_NULL) { in apple_protect_pager_deallocate_internal()
856 memory_object_control_deallocate(pager->ap_pgr_hdr.mo_control); in apple_protect_pager_deallocate_internal()
857 pager->ap_pgr_hdr.mo_control = MEMORY_OBJECT_CONTROL_NULL; in apple_protect_pager_deallocate_internal()
1039 pager->ap_pgr_hdr.mo_ikot = IKOT_MEMORY_OBJECT; in apple_protect_pager_create()
1040 pager->ap_pgr_hdr.mo_pager_ops = &apple_protect_pager_ops; in apple_protect_pager_create()
[all …]
/xnu-12377.81.4/tools/lldbmacros/
H A Dmemory.py4424 refcnt = pager.ap_pgr_hdr.mo_ref