Home
last modified time | relevance | path

Searched refs:pmap_insert_pt_page (Results 1 – 3 of 3) sorted by relevance

/f-stack/freebsd/i386/i386/
H A Dpmap.c322 static int pmap_insert_pt_page(pmap_t pmap, vm_page_t mpte, bool promoted);
997 pmap_insert_pt_page(kernel_pmap, mpte, true)) in __CONCAT()
1935 pmap_insert_pt_page(pmap_t pmap, vm_page_t mpte, bool promoted) in pmap_insert_pt_page() function
3589 if (pmap_insert_pt_page(pmap, mpte, true)) { in pmap_promote_pde()
4004 if (pmap_insert_pt_page(pmap, mt, false)) in pmap_enter_pde()
/f-stack/freebsd/amd64/amd64/
H A Dpmap.c1240 static int pmap_insert_pt_page(pmap_t pmap, vm_page_t mpte, bool promoted);
2363 pmap_insert_pt_page(kernel_pmap, mpte, false)) in pmap_init()
3923 pmap_insert_pt_page(pmap_t pmap, vm_page_t mpte, bool promoted) in pmap_insert_pt_page() function
6582 if (pmap_insert_pt_page(pmap, mpte, true)) { in pmap_promote_pde()
7151 if (pmap_insert_pt_page(pmap, mt, false)) in pmap_enter_pde()
/f-stack/freebsd/arm64/arm64/
H A Dpmap.c3412 pmap_insert_pt_page(pmap_t pmap, vm_page_t mpte, bool promoted) in pmap_insert_pt_page() function
3579 if (pmap_insert_pt_page(pmap, mpte, true)) { in pmap_promote_l2()
4322 if (pmap_insert_pt_page(pmap, mt, false)) in pmap_enter_l2()