Searched refs:INTEL_PTE_WRITE (Results 1 - 5 of 5) sorted by relevance

/macosx-10.5.8/xnu-1228.15.4/osfmk/i386/
H A Dgenassym.c344 DECLARE("PTE_W", INTEL_PTE_WRITE);
471 DECLARE("INTEL_PTE_KERNEL", INTEL_PTE_VALID|INTEL_PTE_WRITE);
H A Dpmap.c925 template |= INTEL_PTE_WRITE;
2387 pmap_update_pte(pte, *pte, (*pte & ~INTEL_PTE_WRITE));
2504 pmap_update_pte(spte, *spte, (*spte | INTEL_PTE_WRITE));
2506 pmap_update_pte(spte, *spte, (*spte & ~INTEL_PTE_WRITE));
2678 template |= INTEL_PTE_WRITE;
2939 template |= INTEL_PTE_WRITE;
3142 | INTEL_PTE_WRITE);
3232 | INTEL_PTE_WRITE);
3349 | INTEL_PTE_WRITE);
4135 pte &= ~INTEL_PTE_WRITE; // ensur
[all...]
H A Ddb_interface.c619 *ptep0 |= INTEL_PTE_WRITE;
627 *ptep1 |= INTEL_PTE_WRITE;
H A Dtrap.c499 ((*(pte = pmap_pte(kernel_pmap, (vm_map_offset_t)vaddr))) & INTEL_PTE_WRITE) == 0) {
502 *pte | INTEL_PTE_VALID | INTEL_PTE_WRITE);
H A Dpmap.h340 #define INTEL_PTE_WRITE 0x00000002 macro

Completed in 79 milliseconds