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

/macosx-10.5.8/xnu-1228.15.4/osfmk/mach/
H A Dmemory_object_types.h399 cs_tainted:1, /* CODE SIGNING: page is tainted */ member in struct:upl_page_info
627 ((upl)[(index)].cs_tainted = ((value) ? TRUE : FALSE))
/macosx-10.5.8/xnu-1228.15.4/osfmk/vm/
H A Dvm_fault.c537 m->cs_tainted = FALSE;
1985 !(page)->cs_tainted /*2*/ && \
2083 if (m->cs_tainted /* always invalidate a tainted page */
4217 if (page->wpmapped && !page->cs_tainted) {
4226 page->cs_tainted = TRUE;
4277 page->cs_tainted = tainted;
4299 if (page->wpmapped && !page->cs_tainted) {
4310 page->cs_tainted = TRUE;
H A Dvm_page.h229 cs_tainted:1, /* code-signing: page is tainted */ member in struct:vm_page
H A Dvm_pageout.c3333 user_page_list[entry].cs_tainted = dst_page->cs_tainted;
4078 m->cs_tainted = page_list[entry].cs_tainted;
4092 m->cs_validated && !m->cs_tainted) {
4133 m->cs_validated && !m->cs_tainted) {
4187 m->cs_validated && !m->cs_tainted) {
4256 m->cs_validated && !m->cs_tainted) {
5083 user_page_list[entry].cs_tainted = dst_page->cs_tainted;
[all...]
H A Dvm_resident.c2867 dest_m->cs_tainted = src_m->cs_tainted;
2868 if (dest_m->cs_tainted) {
3076 m->encrypted || m->encrypted_cleaning || m->cs_validated || m->cs_tainted ||
3268 m1->encrypted || m1->encrypted_cleaning || m1->cs_validated || m1->cs_tainted ||
H A Dvm_apple_protect.c511 src_page->cs_tainted);
H A Dbsd_vm.c410 dst_page->cs_tainted = TRUE;
H A Dvm_map.c10983 if (m->cs_tainted)

Completed in 128 milliseconds