Searched refs:slid (Results 1 - 4 of 4) sorted by relevance

/xnu-2782.1.97/osfmk/vm/
H A Dvm_page.h283 slid:1, member in struct:vm_page
H A Dvm_pageout.c2831 panic("slid page %p not allowed on this path\n", m);
3035 panic("slid page %p not allowed on this path\n", m);
3229 panic("slid page %p not allowed on this path\n", m);
6381 if (m->slid) {
6382 panic("upl_commit_range(%p): page %p was slid\n",
6385 assert(!m->slid);
6491 if (m->slid) {
6492 panic("upl_commit_range(%p): page %p was slid\n",
6495 assert(!m->slid);
9582 if(!m->slid
[all...]
H A Dvm_fault.c2678 printf("vm_fault: signed: %s validate: %s tainted: %s wpmapped: %s slid: %s prot: 0x%x\n",
2683 m->slid ? "yes" : "no",
2762 "wpmapped:%d slid:%d)\n",
2778 m->slid);
3082 * This page has not been slid correctly,
5916 if (page->slid) {
5917 panic("vm_page_validate_cs(%p): page is slid\n", page);
5919 assert(!page->slid);
H A Dvm_resident.c577 m->slid = FALSE;
3758 dest_m->slid = src_m->slid;
4510 m2->slid = m1->slid;

Completed in 71 milliseconds