Searched refs:vmp_cs_tainted (Results 1 – 10 of 10) sorted by relevance
| /xnu-10002.1.13/osfmk/vm/ |
| H A D | vm_page.h | 280 vmp_cs_tainted:VMP_CS_BITS, /* code-signing: page is tainted */ member 328 return p->vmp_cs_tainted != VMP_CS_ALL_FALSE; in VMP_CS_TAINTED() 330 return p->vmp_cs_tainted & VMP_CS_FOR_OFFSET(fault_phys_offset); in VMP_CS_TAINTED() 380 p->vmp_cs_tainted = VMP_CS_ALL_TRUE; in VMP_CS_SET_TAINTED() 382 p->vmp_cs_tainted |= VMP_CS_FOR_OFFSET(fault_phys_offset); in VMP_CS_SET_TAINTED() 385 p->vmp_cs_tainted = VMP_CS_ALL_FALSE; in VMP_CS_SET_TAINTED() 387 p->vmp_cs_tainted &= ~VMP_CS_FOR_OFFSET(fault_phys_offset); in VMP_CS_SET_TAINTED()
|
| H A D | vm_apple_protect.c | 515 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 D | vm_shared_region_pager.c | 663 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 D | vm_pageout.c | 6430 if (object->code_signed && dst_page->vmp_cs_tainted != VMP_CS_ALL_TRUE) { in vm_object_upl_request() 6431 dst_page->vmp_cs_tainted = VMP_CS_ALL_TRUE; in vm_object_upl_request() 6511 user_page_list[entry].cs_tainted = dst_page->vmp_cs_tainted; in vm_object_upl_request() 7835 m->vmp_cs_tainted |= page_list[entry].cs_tainted; in upl_commit_range() 7854 m->vmp_cs_tainted != VMP_CS_ALL_TRUE) { in upl_commit_range() 7988 m->vmp_cs_tainted != VMP_CS_ALL_TRUE) { in upl_commit_range() 9781 if (object->code_signed && dst_page->vmp_cs_tainted != VMP_CS_ALL_TRUE) { in vm_object_iopl_request() 9782 dst_page->vmp_cs_tainted = VMP_CS_ALL_TRUE; in vm_object_iopl_request() 9822 user_page_list[entry].cs_tainted = dst_page->vmp_cs_tainted; in vm_object_iopl_request()
|
| H A D | vm_fault.c | 838 m->vmp_cs_tainted = VMP_CS_ALL_FALSE; in vm_fault_cs_clear() 2579 if (page->vmp_cs_tainted == VMP_CS_ALL_TRUE) { in vm_fault_cs_need_validation() 7655 page->vmp_cs_tainted = VMP_CS_ALL_FALSE; in vm_page_validate_cs_fast() 7719 page->vmp_cs_tainted |= tainted; in vm_page_validate_cs_mapped_slow() 7724 page->vmp_cs_tainted == VMP_CS_ALL_FALSE) { in vm_page_validate_cs_mapped_slow() 8406 if (page->vmp_cs_tainted != VMP_CS_ALL_FALSE) { in revalidate_text_page()
|
| H A D | vm_resident.c | 5550 int, src_m->vmp_cs_tainted); in vm_page_copy() 5558 dest_m->vmp_cs_tainted = src_m->vmp_cs_tainted; in vm_page_copy() 5560 if (dest_m->vmp_cs_tainted) { in vm_page_copy() 5610 p->vmp_cs_tainted, in _vm_page_print() 6336 m2->vmp_cs_tainted = m1->vmp_cs_tainted; in vm_page_find_contiguous()
|
| H A D | bsd_vm.c | 241 !dst_page->vmp_cs_tainted) { in memory_object_control_uiomove()
|
| H A D | vm_dyld_pager.c | 879 UPL_SET_CS_TAINTED(upl_pl, cur_offset / PAGE_SIZE, src_page->vmp_cs_tainted); in dyld_pager_data_request()
|
| H A D | vm_map.c | 19989 if (m->vmp_cs_tainted) { in vm_map_page_range_info_internal()
|
| /xnu-10002.1.13/tools/lldbmacros/ |
| H A D | memory.py | 4064 …vmp.vmp_cs_validated, vmp.vmp_cs_tainted, vmp.vmp_cs_nx, vmp.vmp_reusable, vmp.vmp_lopage, vmp_sli…
|