Symbol: pmap_insert_pt_page
sys/amd64/amd64/pmap.c
1359
static int pmap_insert_pt_page(pmap_t pmap, vm_page_t mpte, bool promoted,
sys/amd64/amd64/pmap.c
2563
pmap_insert_pt_page(kernel_pmap, mpte, false, false))
sys/amd64/amd64/pmap.c
6962
if (pmap_insert_pt_page(pmap, mpte, true, allpte_PG_A != 0)) {
sys/amd64/amd64/pmap.c
7530
if (pmap_insert_pt_page(pmap, mt, false,
sys/amd64/amd64/pmap.c
7570
if (pmap_insert_pt_page(pmap, uwptpg, true, false)) {
sys/arm64/arm64/pmap.c
2373
error = pmap_insert_pt_page(kernel_pmap, mpte, false,
sys/arm64/arm64/pmap.c
495
static int pmap_insert_pt_page(pmap_t pmap, vm_page_t mpte, bool promoted,
sys/arm64/arm64/pmap.c
5070
if (pmap_insert_pt_page(pmap, mpte, true, all_l3e_AF != 0)) {
sys/arm64/arm64/pmap.c
5843
if (pmap_insert_pt_page(pmap, mt, false,
sys/arm64/arm64/pmap.c
5891
if (pmap_insert_pt_page(pmap, uwptpg, true, false)) {
sys/i386/i386/pmap.c
308
static int pmap_insert_pt_page(pmap_t pmap, vm_page_t mpte, bool promoted,
sys/i386/i386/pmap.c
3595
if (pmap_insert_pt_page(pmap, mpte, true, allpte_PG_A != 0)) {
sys/i386/i386/pmap.c
4019
if (pmap_insert_pt_page(pmap, mt, false, false))
sys/i386/i386/pmap.c
4034
if (pmap_insert_pt_page(pmap, uwptpg, true, false)) {
sys/i386/i386/pmap.c
980
pmap_insert_pt_page(kernel_pmap, mpte, true, true))
sys/powerpc/aim/mmu_radix.c
2799
if (pmap_insert_pt_page(pmap, mpte)) {
sys/powerpc/aim/mmu_radix.c
3251
if (pmap_insert_pt_page(pmap, mt)) {
sys/powerpc/aim/mmu_radix.c
3275
if (pmap_insert_pt_page(pmap, uwptpg)) {
sys/powerpc/aim/mmu_radix.c
587
static int pmap_insert_pt_page(pmap_t pmap, vm_page_t mpte);
sys/riscv/riscv/pmap.c
3223
if (pmap_insert_pt_page(pmap, ml3, true, all_l3e_PTE_A != 0)) {
sys/riscv/riscv/pmap.c
3627
if (pmap_insert_pt_page(pmap, mt, false, false))
sys/riscv/riscv/pmap.c
3645
if (pmap_insert_pt_page(pmap, uwptpg, true, false)) {