Searched refs:cache_bits (Results 1 – 3 of 3) sorted by relevance
| /freebsd-14.2/sys/powerpc/aim/ |
| H A D | mmu_radix.c | 4624 uint64_t cache_bits, attr_bits; in mmu_radix_qenter() local 4644 pa = VM_PAGE_TO_PHYS(m) | cache_bits | attr_bits; in mmu_radix_qenter() 5959 npte |= cache_bits; in pmap_pte_attr() 6073 uint64_t cache_bits; in mmu_radix_kenter_attr() local 6078 cache_bits = mmu_radix_calc_wimg(pa, ma); in mmu_radix_kenter_attr() 6079 pte_store(pte, pteval | cache_bits); in mmu_radix_kenter_attr() 6172 int cache_bits, error; in pmap_change_attr_locked() local 6187 cache_bits = pmap_cache_bits(mode); in pmap_change_attr_locked() 6267 pmap_pte_attr(l2e, cache_bits, in pmap_change_attr_locked() 6297 pmap_pte_attr(l3e, cache_bits, in pmap_change_attr_locked() [all …]
|
| /freebsd-14.2/sys/i386/i386/ |
| H A D | pmap.c | 1108 int cache_bits, pat_flag, pat_idx; in __CONCAT() local 1120 cache_bits = 0; in __CONCAT() 1122 cache_bits |= pat_flag; in __CONCAT() 1124 cache_bits |= PG_NC_PCD; in __CONCAT() 1126 cache_bits |= PG_NC_PWT; in __CONCAT() 1127 return (cache_bits); in __CONCAT() 5384 pmap_pte_attr(pt_entry_t *pte, int cache_bits) in pmap_pte_attr() argument 5395 npte |= cache_bits; in pmap_pte_attr() 5401 pmap_pde_attr(pd_entry_t *pde, int cache_bits) in pmap_pde_attr() argument 5412 npde |= cache_bits; in pmap_pde_attr() [all …]
|
| /freebsd-14.2/sys/amd64/amd64/ |
| H A D | pmap.c | 2709 int cache_bits, pat_flag, pat_idx; in pmap_cache_bits() local 2724 cache_bits = 0; in pmap_cache_bits() 2726 cache_bits |= pat_flag; in pmap_cache_bits() 2728 cache_bits |= PG_NC_PCD; in pmap_cache_bits() 2730 cache_bits |= PG_NC_PWT; in pmap_cache_bits() 2741 return (cache_bits); in pmap_cache_bits() 3994 int cache_bits; in pmap_kenter_attr() local 4047 int cache_bits; in pmap_qenter() local 4055 pa = VM_PAGE_TO_PHYS(m) | cache_bits; in pmap_qenter() 10496 int cache_bits, error __unused, i; in pmap_map_io_transient() local [all …]
|