Searched refs:pte_kernel_rw (Results 1 - 2 of 2) sorted by relevance

/macosx-10.5.8/xnu-1228.15.4/osfmk/i386/
H A Dpmap.h361 #define pte_kernel_rw(p) ((pt_entry_t)(pa_to_pte(p) | INTEL_PTE_VALID|INTEL_PTE_RW)) macro
H A Dpcb.c1741 pcb->iss_pte0 = (uint64_t)pte_kernel_rw(kvtophys((vm_offset_t)pcb->iss));
1747 pcb->iss_pte1 = (uint64_t)pte_kernel_rw(paddr);

Completed in 31 milliseconds