Searched refs:pte_make_kenter_pa (Results 1 - 9 of 9) sorted by relevance

/netbsd-current/sys/arch/m68k/include/
H A Dpte_coldfire.h228 pte_make_kenter_pa(paddr_t pa, struct vm_page_md *mdpg, vm_prot_t prot, function
/netbsd-current/sys/arch/powerpc/include/booke/
H A Dpte.h256 pte_make_kenter_pa(paddr_t pa, struct vm_page_md *mdpg, vm_prot_t prot, function
/netbsd-current/sys/arch/riscv/include/
H A Dpte.h227 pte_make_kenter_pa(paddr_t pa, struct vm_page_md *mdpg, vm_prot_t prot, function
/netbsd-current/sys/arch/mips/include/
H A Dpte.h368 pte_make_kenter_pa(paddr_t pa, struct vm_page_md *mdpg, vm_prot_t prot, function
/netbsd-current/sys/arch/aarch64/include/
H A Dpmap_machdep.h416 pte_make_kenter_pa(paddr_t pa, struct vm_page_md *mdpg, vm_prot_t prot, function
/netbsd-current/sys/arch/aarch64/aarch64/
H A Dpmap_machdep.c677 pt_entry_t pte = pte_make_kenter_pa(pa, NULL, prot, flags);
/netbsd-current/sys/arch/powerpc/booke/
H A Dbooke_machdep.c378 pt_entry_t pte = pte_make_kenter_pa(pa, NULL,
/netbsd-current/sys/arch/mips/mips/
H A Dpmap_machdep.c226 const pt_entry_t npte = pte_make_kenter_pa(pa, mdpg, prot, 0);
/netbsd-current/sys/uvm/pmap/
H A Dpmap.c1600 pt_entry_t npte = pte_make_kenter_pa(pa, mdpg, prot, flags);

Completed in 291 milliseconds