Home
last modified time | relevance | path

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

/f-stack/freebsd/i386/include/
H A Dpmap.h253 caddr_t pmap_cmap3(vm_paddr_t pa, u_int pte_bits);
/f-stack/freebsd/amd64/amd64/
H A Dpmap.c3627 int error, pte_bits; in pmap_flush_cache_phys_range() local
3642 pte_bits = pmap_cache_bits(kernel_pmap, mattr, 0) | X86_PG_RW | in pmap_flush_cache_phys_range()
3650 pte_store(pte, spa | pte_bits); in pmap_flush_cache_phys_range()
9192 pt_entry_t *pte, pte_bits, pte_mask; in pmap_change_props_locked() local
9214 pde_bits = pte_bits = 0; in pmap_change_props_locked()
9219 pte_bits |= pmap_cache_bits(kernel_pmap, mode, false); in pmap_change_props_locked()
9225 pte_bits |= X86_PG_RW; in pmap_change_props_locked()
9230 pte_bits |= pg_nx; in pmap_change_props_locked()
9378 if ((*pte & pte_mask) != pte_bits) { in pmap_change_props_locked()
9379 pmap_pte_props(pte, pte_bits, pte_mask); in pmap_change_props_locked()
/f-stack/freebsd/i386/i386/
H A Dpmap.c6070 __CONCAT(PMTYPE, cmap3)(vm_paddr_t pa, u_int pte_bits) in __CONCAT()
6075 *pte = pa | pte_bits; in __CONCAT()