Searched refs:pa_to_pte (Results 1 - 3 of 3) sorted by relevance

/macosx-10.5.8/xnu-1228.15.4/osfmk/i386/
H A Dpmap.h357 #define pa_to_pte(a) ((a) & INTEL_PTE_PFN) /* XXX */ macro
361 #define pte_kernel_rw(p) ((pt_entry_t)(pa_to_pte(p) | INTEL_PTE_VALID|INTEL_PTE_RW))
362 #define pte_kernel_ro(p) ((pt_entry_t)(pa_to_pte(p) | INTEL_PTE_VALID))
363 #define pte_user_rw(p) ((pt_entry)t)(pa_to_pte(p) | INTEL_PTE_VALID|INTEL_PTE_USER|INTEL_PTE_RW))
364 #define pte_user_ro(p) ((pt_entry_t)(pa_to_pte(p) | INTEL_PTE_VALID|INTEL_PTE_USER))
H A Dpmap.c912 template = pa_to_pte(start_addr)
2667 template = pa_to_pte(pa) | INTEL_PTE_VALID;
2928 template = pa_to_pte(pa) | INTEL_PTE_VALID;
3139 pmap_store_pte(pml4p, pa_to_pte(pa)
3229 pmap_store_pte(pdptp, pa_to_pte(pa)
3346 pmap_store_pte(pdp, pa_to_pte(pa)
H A Dpcb.c1744 if (0 == (paddr = pa_to_pte(kvtophys((vm_offset_t)(pcb->iss) + PAGE_SIZE))))

Completed in 36 milliseconds