Searched refs:cs_tainted (Results 1 - 8 of 8) sorted by relevance

/macosx-10.10.1/xnu-2782.1.97/osfmk/mach/
H A Dmemory_object_types.h420 cs_tainted:1, /* CODE SIGNING: page is tainted */ member in struct:upl_page_info
684 ((upl)[(index)].cs_tainted = ((value) ? TRUE : FALSE))
/macosx-10.10.1/xnu-2782.1.97/osfmk/vm/
H A Dvm_fault.c705 m->cs_tainted = FALSE;
2499 !(page)->cs_tainted /*2*/ && \
2643 if (m->cs_tainted ||
2681 m->cs_tainted ? "yes" : "no",
2776 m->cs_tainted,
2819 must_disconnect = !m->cs_tainted;
2820 m->cs_tainted = TRUE;
5807 if (page->wpmapped && !page->cs_tainted) {
5816 page->cs_tainted = TRUE;
5868 page->cs_tainted
[all...]
H A Dvm_page.h280 cs_tainted:1, /* code-signing: page is tainted */ member in struct:vm_page
H A Dvm_resident.c574 m->cs_tainted = FALSE;
3751 * Propagate the cs_tainted bit to the copy page. Do not propagate
3754 dest_m->cs_tainted = src_m->cs_tainted;
3755 if (dest_m->cs_tainted) {
3811 (p->cs_tainted ? "" : "!"),
4497 m2->cs_tainted = m1->cs_tainted;
H A Dvm_pageout.c5335 user_page_list[entry].cs_tainted = dst_page->cs_tainted;
6357 m->cs_tainted = page_list[entry].cs_tainted;
6373 m->cs_validated && !m->cs_tainted) {
6483 m->cs_validated && !m->cs_tainted) {
7696 user_page_list[entry].cs_tainted = FALSE;
8010 user_page_list[entry].cs_tainted = dst_page->cs_tainted;
H A Dbsd_vm.c439 !dst_page->cs_tainted) {
H A Dvm_apple_protect.c580 src_page->cs_tainted);
H A Dvm_map.c13729 if (m->cs_tainted)

Completed in 424 milliseconds