Searched refs:pmap_insert_pt_page (Results 1 - 5 of 5) sorted by relevance

/freebsd-current/sys/i386/i386/
H A Dpmap.c308 static int pmap_insert_pt_page(pmap_t pmap, vm_page_t mpte, bool promoted,
987 pmap_insert_pt_page(kernel_pmap, mpte, true, true))
988 panic("pmap_init: pmap_insert_pt_page failed");
1933 pmap_insert_pt_page(pmap_t pmap, vm_page_t mpte, bool promoted, function
3600 if (pmap_insert_pt_page(pmap, mpte, true, allpte_PG_A != 0)) {
4024 if (pmap_insert_pt_page(pmap, mt, false, false))
4039 if (pmap_insert_pt_page(pmap, uwptpg, true, false)) {
/freebsd-current/sys/riscv/riscv/
H A Dpmap.c1207 pmap_insert_pt_page(pmap_t pmap, vm_page_t mpte, bool promoted, function
2878 if (pmap_insert_pt_page(pmap, ml3, true, all_l3e_PTE_A != 0)) {
3291 if (pmap_insert_pt_page(pmap, mt, false, false))
3308 if (pmap_insert_pt_page(pmap, uwptpg, true, false)) {
/freebsd-current/sys/powerpc/aim/
H A Dmmu_radix.c587 static int pmap_insert_pt_page(pmap_t pmap, vm_page_t mpte);
2800 if (pmap_insert_pt_page(pmap, mpte)) {
3230 if (pmap_insert_pt_page(pmap, mt)) {
3252 if (pmap_insert_pt_page(pmap, uwptpg)) {
3682 //pmap_insert_pt_page(kernel_pmap, mpte);
4738 pmap_insert_pt_page(pmap_t pmap, vm_page_t mpte) function
/freebsd-current/sys/arm64/arm64/
H A Dpmap.c481 static int pmap_insert_pt_page(pmap_t pmap, vm_page_t mpte, bool promoted,
2145 error = pmap_insert_pt_page(kernel_pmap, mpte, false,
4530 pmap_insert_pt_page(pmap_t pmap, vm_page_t mpte, bool promoted, function
4812 if (pmap_insert_pt_page(pmap, mpte, true, all_l3e_AF != 0)) {
5535 if (pmap_insert_pt_page(pmap, mt, false, false))
5552 if (pmap_insert_pt_page(pmap, uwptpg, true, false)) {
/freebsd-current/sys/amd64/amd64/
H A Dpmap.c1295 static int pmap_insert_pt_page(pmap_t pmap, vm_page_t mpte, bool promoted,
2517 pmap_insert_pt_page(kernel_pmap, mpte, false, false))
2518 panic("pmap_init: pmap_insert_pt_page failed");
4116 pmap_insert_pt_page(pmap_t pmap, vm_page_t mpte, bool promoted, function
7005 if (pmap_insert_pt_page(pmap, mpte, true, allpte_PG_A != 0)) {
7586 if (pmap_insert_pt_page(pmap, mt, false, false))
7600 if (pmap_insert_pt_page(pmap, uwptpg, true, false)) {

Completed in 246 milliseconds