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
2458
error = pmap_insert_pt_page(kernel_pmap, mpte, false,
sys/arm64/arm64/pmap.c
504
static int pmap_insert_pt_page(pmap_t pmap, vm_page_t mpte, bool promoted,
sys/arm64/arm64/pmap.c
5160
if (pmap_insert_pt_page(pmap, mpte, true, all_l3e_AF != 0)) {
sys/arm64/arm64/pmap.c
5960
if (pmap_insert_pt_page(pmap, mt, false,
sys/arm64/arm64/pmap.c
6008
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
3597
if (pmap_insert_pt_page(pmap, mpte, true, allpte_PG_A != 0)) {
sys/i386/i386/pmap.c
4021
if (pmap_insert_pt_page(pmap, mt, false, false))
sys/i386/i386/pmap.c
4036
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
2795
if (pmap_insert_pt_page(pmap, mpte)) {
sys/powerpc/aim/mmu_radix.c
3247
if (pmap_insert_pt_page(pmap, mt)) {
sys/powerpc/aim/mmu_radix.c
3271
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
3253
if (pmap_insert_pt_page(pmap, ml3, true, all_l3e_PTE_A != 0)) {
sys/riscv/riscv/pmap.c
3657
if (pmap_insert_pt_page(pmap, mt, false, false))
sys/riscv/riscv/pmap.c
3675
if (pmap_insert_pt_page(pmap, uwptpg, true, false)) {