Searched refs:cache_bits (Results 1 – 3 of 3) sorted by relevance
| /freebsd-14-stable/sys/powerpc/aim/ |
| HD | mmu_radix.c | 4624 uint64_t cache_bits, attr_bits; in mmu_radix_qenter() local 4643 cache_bits = pmap_cache_bits(m->md.mdpg_cache_attrs); in mmu_radix_qenter() 4644 pa = VM_PAGE_TO_PHYS(m) | cache_bits | attr_bits; in mmu_radix_qenter() 5948 pmap_pte_attr(pt_entry_t *pte, uint64_t cache_bits, uint64_t mask) in pmap_pte_attr() argument 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() [all …]
|
| /freebsd-14-stable/sys/i386/i386/ |
| HD | pmap.c | 328 static void pmap_pde_attr(pd_entry_t *pde, int cache_bits); 334 static void pmap_pte_attr(pt_entry_t *pte, int cache_bits); 1097 __CONCAT(PMTYPE, cache_bits)(pmap_t pmap, int mode, boolean_t is_pde) in __CONCAT() argument 1099 int cache_bits, pat_flag, pat_idx; in __CONCAT() local 1111 cache_bits = 0; in __CONCAT() 1113 cache_bits |= pat_flag; in __CONCAT() 1115 cache_bits |= PG_NC_PCD; in __CONCAT() 1117 cache_bits |= PG_NC_PWT; in __CONCAT() 1118 return (cache_bits); in __CONCAT() 5375 pmap_pte_attr(pt_entry_t *pte, int cache_bits) in pmap_pte_attr() argument [all …]
|
| /freebsd-14-stable/sys/amd64/amd64/ |
| HD | pmap.c | 2718 int cache_bits, pat_flag, pat_idx; in pmap_cache_bits() local 2733 cache_bits = 0; in pmap_cache_bits() 2735 cache_bits |= pat_flag; in pmap_cache_bits() 2737 cache_bits |= PG_NC_PCD; in pmap_cache_bits() 2739 cache_bits |= PG_NC_PWT; in pmap_cache_bits() 2743 cache_bits = EPT_PG_IGNORE_PAT | EPT_PG_MEMORY_TYPE(mode); in pmap_cache_bits() 2750 return (cache_bits); in pmap_cache_bits() 4003 int cache_bits; in pmap_kenter_attr() local 4006 cache_bits = pmap_cache_bits(kernel_pmap, mode, 0); in pmap_kenter_attr() 4008 X86_PG_RW | X86_PG_V | cache_bits); in pmap_kenter_attr() [all …]
|