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

/macosx-10.5.8/xnu-1228.15.4/osfmk/i386/
H A Dpmap.c221 #define iswired(pte) ((pte) & INTEL_PTE_WIRED)
293 for (every page/pte in the space) {
294 calc pve_ptr from the ppn in the pte
804 * one of the pte mapping routines (e.g. pmap_pte()) as the returned vaddr
806 * the caller is done using the returned pte pointer. When done, the caller
808 * vaddr for the returned pte can no longer be used
813 * return address of mapped pte for vaddr va in pmap pmap.
821 * maps the pde page, if any, containing the pte in and returns
822 * the address of the pte i
909 pt_entry_t *pte; local
1137 pt_entry_t *pte; local
2268 pt_entry_t *pte; local
2572 register pt_entry_t *pte; local
2987 register pt_entry_t *pte; local
3540 register pt_entry_t *pte; local
3623 register pt_entry_t *pte; local
4126 pt_entry_t pte; local
4179 pt_entry_t *pte; local
4481 pmap_high_map(pt_entry_t pte, enum high_cpu_types e) argument
[all...]
H A Dtrap.c337 pt_entry_t *pte; local
499 ((*(pte = pmap_pte(kernel_pmap, (vm_map_offset_t)vaddr))) & INTEL_PTE_WRITE) == 0) {
501 pte,
502 *pte | INTEL_PTE_VALID | INTEL_PTE_WRITE);
/macosx-10.5.8/xnu-1228.15.4/osfmk/ppc/
H A Dhw_vm.s451 * Remove mapping via pmap, regular page, no pte
466 * Remove mapping via pmap, regular page, with pte
473 * 6) invalidate pte and tlbie
3436 htrNoClr64: beq-- htrNoOld64 ; Nope, no pevious pte...
6776 stw r2,mpPte(r31) ; Set mapping's pte pointer invalid
7254 gtdNoClr64: beq-- gtdNoOld64 ; Nope, no pevious pte...

Completed in 143 milliseconds