Home
last modified time | relevance | path

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

/freebsd/sys/powerpc/aim/
H A Dmmu_radix.c4656 uint64_t cache_bits, attr_bits; in mmu_radix_qenter() local
4676 pa = VM_PAGE_TO_PHYS(m) | cache_bits | attr_bits; in mmu_radix_qenter()
5990 npte |= cache_bits; in pmap_pte_attr()
6104 uint64_t cache_bits; in mmu_radix_kenter_attr() local
6109 cache_bits = mmu_radix_calc_wimg(pa, ma); in mmu_radix_kenter_attr()
6110 pte_store(pte, pteval | cache_bits); in mmu_radix_kenter_attr()
6203 int cache_bits, error; in pmap_change_attr_locked() local
6218 cache_bits = pmap_cache_bits(mode); in pmap_change_attr_locked()
6298 pmap_pte_attr(l2e, cache_bits, in pmap_change_attr_locked()
6328 pmap_pte_attr(l3e, cache_bits, in pmap_change_attr_locked()
[all …]
/freebsd/sys/i386/i386/
H A Dpmap.c1098 int cache_bits, pat_flag, pat_idx; in __CONCAT() local
1110 cache_bits = 0; in __CONCAT()
1112 cache_bits |= pat_flag; in __CONCAT()
1114 cache_bits |= PG_NC_PCD; in __CONCAT()
1116 cache_bits |= PG_NC_PWT; in __CONCAT()
1117 return (cache_bits); in __CONCAT()
5483 pmap_pte_attr(pt_entry_t *pte, int cache_bits) in pmap_pte_attr() argument
5494 npte |= cache_bits; in pmap_pte_attr()
5500 pmap_pde_attr(pd_entry_t *pde, int cache_bits) in pmap_pde_attr() argument
5511 npde |= cache_bits; in pmap_pde_attr()
[all …]
/freebsd/sys/amd64/amd64/
H A Dpmap.c2695 int cache_bits, pat_flag, pat_idx; in pmap_cache_bits() local
2710 cache_bits = 0; in pmap_cache_bits()
2712 cache_bits |= pat_flag; in pmap_cache_bits()
2714 cache_bits |= PG_NC_PCD; in pmap_cache_bits()
2716 cache_bits |= PG_NC_PWT; in pmap_cache_bits()
2727 return (cache_bits); in pmap_cache_bits()
3986 int cache_bits; in pmap_kenter_attr() local
4039 int cache_bits; in pmap_qenter() local
4047 pa = VM_PAGE_TO_PHYS(m) | cache_bits; in pmap_qenter()
10490 int cache_bits, error __unused, i; in pmap_map_io_transient() local
[all …]