Searched refs:pmap_pa2pte (Results 1 - 4 of 4) sorted by relevance

/netbsd-6-1-5-RELEASE/sys/arch/i386/include/
H A Dpmap.h333 #define pmap_pa2pte(a) (a) macro
360 pmap_pa2pte(paddr_t pa) function
/netbsd-6-1-5-RELEASE/sys/arch/amd64/include/
H A Dpmap.h253 #define pmap_pa2pte(a) (a) macro
268 pmap_pa2pte(paddr_t pa) function
/netbsd-6-1-5-RELEASE/sys/arch/x86/x86/
H A Dpmap.c996 npte = pmap_pa2pte(pa);
1029 npte = pmap_pa2pte(pa);
1031 npte = pmap_pa2pte(pa);
1470 pmap_pa2pte(xen_dummy_user_pgd) | PG_u | PG_V, UVMF_INVLPG);
1992 (pmap_pa2pte(pa) | PG_u | PG_RW | PG_V));
2067 pdir[PDIR_SLOT_PTE] = pmap_pa2pte(pdirpa) | PG_u;
2085 pdir[PDIR_SLOT_PTE + i] = pmap_pa2pte(pdirpa) | PG_V;
3032 pmap_pte_set(zpte, pmap_pa2pte(pa) | PG_V | PG_RW | PG_M | PG_U | PG_k);
3071 pmap_pte_set(zpte, pmap_pa2pte(pa) | PG_V | PG_RW | PG_M | PG_U | PG_k);
3114 pmap_pte_set(spte, pmap_pa2pte(srcp
[all...]
/netbsd-6-1-5-RELEASE/sys/arch/i386/i386/
H A Dmachdep.c1197 npte = pmap_pa2pte((vaddr_t)gdt - KERNBASE);

Completed in 120 milliseconds