Searched refs:pmap_page_protect (Results 1 - 7 of 7) sorted by relevance

/darwin-on-arm/xnu/osfmk/arm64/
H A Dpmap.c396 pmap_page_protect(pa, 0);
/darwin-on-arm/xnu/osfmk/i386/
H A Dpmap_common.c500 pmap_page_protect(pa, 0); /* disconnect the page */
H A Dpmap_x86_common.c800 * to prevent pmap_page_protect et al from finding it until the pte
1102 * Routine: pmap_page_protect
1109 pmap_page_protect( function
1178 "pmap_page_protect: PTE mismatch, pn: 0x%x, pmap: %p, vaddr: 0x%llx, pte: 0x%llx", pn, pmap, vaddr, *pte);
1181 panic("pmap_page_protect() "
1209 panic("pmap_page_protect: resident_count");
/darwin-on-arm/xnu/osfmk/vm/
H A Dpmap.h231 extern void pmap_page_protect( /* Restrict access to page. */
H A Dvm_object.c2900 pmap_page_protect((ppnum_t) (phys_addr >> PAGE_SHIFT), prot);
2939 pmap_page_protect(p->phys_page, prot);
2968 pmap_page_protect(p->phys_page, prot);
3621 pmap_page_protect(p->phys_page,
3707 pmap_page_protect(p->phys_page,
H A Dmemory_object.c227 * (pmap_page_protect may not increase protection).
230 pmap_page_protect(m->phys_page, VM_PROT_ALL & ~prot);
/darwin-on-arm/xnu/osfmk/arm/
H A Dpmap.c310 for operations like pmap_page_protect and finding and modifying/removing a single pve as
3571 * pmap_page_protect
3575 void pmap_page_protect(ppnum_t pn, vm_prot_t prot) function
3640 panic("pmap_page_protect(): null PTE pmap=%p pn=0x%x vaddr=0x%08x shadow=0x%08x\n", pmap, pn, vaddr, pv_e->flags);
3656 panic("pmap_page_protect: resident_count");
4117 pmap_page_protect(pa, 0);

Completed in 55 milliseconds