Home
last modified time | relevance | path

Searched refs:allpte_PG_A_set (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/i386/i386/
H A Dpmap.c309 bool allpte_PG_A_set);
1925 bool allpte_PG_A_set) in pmap_insert_pt_page() argument
1929 KASSERT(promoted || !allpte_PG_A_set, in pmap_insert_pt_page()
1931 mpte->valid = promoted ? (allpte_PG_A_set ? VM_PAGE_BITS_ALL : 1) : 0; in pmap_insert_pt_page()
/freebsd/sys/amd64/amd64/
H A Dpmap.c1301 bool allpte_PG_A_set);
4143 bool allpte_PG_A_set) in pmap_insert_pt_page() argument
4147 KASSERT(promoted || !allpte_PG_A_set, in pmap_insert_pt_page()
4149 mpte->valid = promoted ? (allpte_PG_A_set ? VM_PAGE_BITS_ALL : 1) : 0; in pmap_insert_pt_page()