/src/sys/arch/m68k/include/ |
pte_coldfire.h | 228 pte_make_kenter_pa(paddr_t pa, struct vm_page_md *mdpg, vm_prot_t prot, function in typeref:typename:pt_entry_t
|
/src/sys/arch/powerpc/include/booke/ |
pte.h | 256 pte_make_kenter_pa(paddr_t pa, struct vm_page_md *mdpg, vm_prot_t prot, function in typeref:typename:pt_entry_t
|
/src/sys/arch/riscv/include/ |
pte.h | 268 pte_make_kenter_pa(paddr_t pa, struct vm_page_md *mdpg, vm_prot_t prot, function in typeref:typename:pt_entry_t
|
/src/sys/arch/mips/include/ |
pte.h | 368 pte_make_kenter_pa(paddr_t pa, struct vm_page_md *mdpg, vm_prot_t prot, function in typeref:typename:pt_entry_t
|
/src/sys/arch/aarch64/include/ |
pmap_machdep.h | 415 pte_make_kenter_pa(paddr_t pa, struct vm_page_md *mdpg, vm_prot_t prot, function in typeref:typename:pt_entry_t
|
/src/sys/arch/aarch64/aarch64/ |
pmap_machdep.c | 677 pt_entry_t pte = pte_make_kenter_pa(pa, NULL, prot, flags);
|
/src/sys/arch/powerpc/booke/ |
booke_machdep.c | 378 pt_entry_t pte = pte_make_kenter_pa(pa, NULL,
|
/src/sys/arch/mips/mips/ |
pmap_machdep.c | 226 const pt_entry_t npte = pte_make_kenter_pa(pa, mdpg, prot, 0);
|
/src/sys/uvm/pmap/ |
pmap.c | 1600 pt_entry_t npte = pte_make_kenter_pa(pa, mdpg, prot, flags);
|