Searched refs:cache_bits (Results 1 – 3 of 3) sorted by relevance
| /freebsd-13.1/sys/powerpc/aim/ |
| H A D | mmu_radix.c | 4587 uint64_t cache_bits, attr_bits; in mmu_radix_qenter() local 4607 pa = VM_PAGE_TO_PHYS(m) | cache_bits | attr_bits; in mmu_radix_qenter() 5891 npte |= cache_bits; in pmap_pte_attr() 6005 uint64_t cache_bits; in mmu_radix_kenter_attr() local 6010 cache_bits = mmu_radix_calc_wimg(pa, ma); in mmu_radix_kenter_attr() 6011 pte_store(pte, pteval | cache_bits); in mmu_radix_kenter_attr() 6104 int cache_bits, error; in pmap_change_attr_locked() local 6119 cache_bits = pmap_cache_bits(mode); in pmap_change_attr_locked() 6199 pmap_pte_attr(l2e, cache_bits, in pmap_change_attr_locked() 6229 pmap_pte_attr(l3e, cache_bits, in pmap_change_attr_locked() [all …]
|
| /freebsd-13.1/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() 5398 pmap_pte_attr(pt_entry_t *pte, int cache_bits) in pmap_pte_attr() argument 5409 npte |= cache_bits; in pmap_pte_attr() 5415 pmap_pde_attr(pd_entry_t *pde, int cache_bits) in pmap_pde_attr() argument 5426 npde |= cache_bits; in pmap_pde_attr() [all …]
|
| /freebsd-13.1/sys/amd64/amd64/ |
| H A D | pmap.c | 2602 int cache_bits, pat_flag, pat_idx; in pmap_cache_bits() local 2617 cache_bits = 0; in pmap_cache_bits() 2619 cache_bits |= pat_flag; in pmap_cache_bits() 2621 cache_bits |= PG_NC_PCD; in pmap_cache_bits() 2623 cache_bits |= PG_NC_PWT; in pmap_cache_bits() 2634 return (cache_bits); in pmap_cache_bits() 3865 int cache_bits; in pmap_kenter_attr() local 3918 int cache_bits; in pmap_qenter() local 3926 pa = VM_PAGE_TO_PHYS(m) | cache_bits; in pmap_qenter() 10139 int cache_bits, error __unused, i; in pmap_map_io_transient() local [all …]
|