Home
last modified time | relevance | path

Searched refs:vmp_cs_tainted (Results 1 – 10 of 10) sorted by relevance

/xnu-8792.61.2/osfmk/vm/
H A Dvm_page.h275 vmp_cs_tainted:VMP_CS_BITS, /* code-signing: page is tainted */ member
323 return p->vmp_cs_tainted != VMP_CS_ALL_FALSE; in VMP_CS_TAINTED()
325 return p->vmp_cs_tainted & VMP_CS_FOR_OFFSET(fault_phys_offset); in VMP_CS_TAINTED()
375 p->vmp_cs_tainted = VMP_CS_ALL_TRUE; in VMP_CS_SET_TAINTED()
377 p->vmp_cs_tainted |= VMP_CS_FOR_OFFSET(fault_phys_offset); in VMP_CS_SET_TAINTED()
380 p->vmp_cs_tainted = VMP_CS_ALL_FALSE; in VMP_CS_SET_TAINTED()
382 p->vmp_cs_tainted &= ~VMP_CS_FOR_OFFSET(fault_phys_offset); in VMP_CS_SET_TAINTED()
H A Dvm_apple_protect.c515 src_page->vmp_cs_tainted); in apple_protect_pager_data_request()
569 src_page->vmp_cs_tainted, in apple_protect_pager_data_request()
616 src_page->vmp_cs_tainted, in apple_protect_pager_data_request()
H A Dvm_shared_region_pager.c663 src_page->vmp_cs_tainted); in shared_region_pager_data_request()
748 src_page->vmp_cs_tainted, in shared_region_pager_data_request()
H A Dvm_fault.c830 m->vmp_cs_tainted = VMP_CS_ALL_FALSE; in vm_fault_cs_clear()
2558 if (page->vmp_cs_tainted == VMP_CS_ALL_TRUE) { in vm_fault_cs_need_validation()
7411 page->vmp_cs_tainted = VMP_CS_ALL_FALSE; in vm_page_validate_cs_fast()
7475 page->vmp_cs_tainted |= tainted; in vm_page_validate_cs_mapped_slow()
7480 page->vmp_cs_tainted == VMP_CS_ALL_FALSE) { in vm_page_validate_cs_mapped_slow()
8162 if (page->vmp_cs_tainted != VMP_CS_ALL_FALSE) { in revalidate_text_page()
H A Dvm_pageout.c6392 if (object->code_signed && dst_page->vmp_cs_tainted != VMP_CS_ALL_TRUE) { in vm_object_upl_request()
6393 dst_page->vmp_cs_tainted = VMP_CS_ALL_TRUE; in vm_object_upl_request()
6473 user_page_list[entry].cs_tainted = dst_page->vmp_cs_tainted; in vm_object_upl_request()
7812 m->vmp_cs_tainted |= page_list[entry].cs_tainted; in upl_commit_range()
7831 m->vmp_cs_tainted != VMP_CS_ALL_TRUE) { in upl_commit_range()
7965 m->vmp_cs_tainted != VMP_CS_ALL_TRUE) { in upl_commit_range()
9810 if (object->code_signed && dst_page->vmp_cs_tainted != VMP_CS_ALL_TRUE) { in vm_object_iopl_request()
9811 dst_page->vmp_cs_tainted = VMP_CS_ALL_TRUE; in vm_object_iopl_request()
9851 user_page_list[entry].cs_tainted = dst_page->vmp_cs_tainted; in vm_object_iopl_request()
H A Dvm_resident.c5552 int, src_m->vmp_cs_tainted); in vm_page_copy()
5560 dest_m->vmp_cs_tainted = src_m->vmp_cs_tainted; in vm_page_copy()
5562 if (dest_m->vmp_cs_tainted) { in vm_page_copy()
5612 p->vmp_cs_tainted, in _vm_page_print()
6301 m2->vmp_cs_tainted = m1->vmp_cs_tainted; in vm_page_find_contiguous()
H A Dbsd_vm.c264 !dst_page->vmp_cs_tainted) { in memory_object_control_uiomove()
H A Dvm_dyld_pager.c836 UPL_SET_CS_TAINTED(upl_pl, cur_offset / PAGE_SIZE, src_page->vmp_cs_tainted); in dyld_pager_data_request()
H A Dvm_map.c19630 if (m->vmp_cs_tainted) { in vm_map_page_range_info_internal()
/xnu-8792.61.2/tools/lldbmacros/
H A Dmemory.py4169 …vmp.vmp_cs_validated, vmp.vmp_cs_tainted, vmp.vmp_cs_nx, vmp.vmp_reusable, vmp.vmp_lopage, vmp_sli…