Home
last modified time | relevance | path

Searched refs:pte_make_kenter_pa (Results 1 – 7 of 7) sorted by relevance

/netbsd/src/sys/arch/m68k/include/
Dpte_coldfire.h228 pte_make_kenter_pa(paddr_t pa, struct vm_page_md *mdpg, vm_prot_t prot, in pte_make_kenter_pa() function
/netbsd/src/sys/arch/powerpc/include/booke/
Dpte.h256 pte_make_kenter_pa(paddr_t pa, struct vm_page_md *mdpg, vm_prot_t prot, in pte_make_kenter_pa() function
/netbsd/src/sys/arch/aarch64/include/
Dpmap_machdep.h416 pte_make_kenter_pa(paddr_t pa, struct vm_page_md *mdpg, vm_prot_t prot, in pte_make_kenter_pa() function
/netbsd/src/sys/arch/mips/include/
Dpte.h368 pte_make_kenter_pa(paddr_t pa, struct vm_page_md *mdpg, vm_prot_t prot, in pte_make_kenter_pa() function
/netbsd/src/sys/arch/powerpc/booke/
Dbooke_machdep.c378 pt_entry_t pte = pte_make_kenter_pa(pa, NULL, in mapiodev()
/netbsd/src/sys/arch/mips/mips/
Dpmap_machdep.c226 const pt_entry_t npte = pte_make_kenter_pa(pa, mdpg, prot, 0); in pmap_md_map_ephemeral_page()
/netbsd/src/sys/uvm/pmap/
Dpmap.c1600 pt_entry_t npte = pte_make_kenter_pa(pa, mdpg, prot, flags); in pmap_kenter_pa()