Searched refs:cache_bits (Results 1 – 2 of 2) sorted by relevance
1108 int cache_bits, pat_flag, pat_idx; in __CONCAT() local1120 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()5406 pmap_pte_attr(pt_entry_t *pte, int cache_bits) in pmap_pte_attr() argument5417 npte |= cache_bits; in pmap_pte_attr()5423 pmap_pde_attr(pd_entry_t *pde, int cache_bits) in pmap_pde_attr() argument5434 npde |= cache_bits; in pmap_pde_attr()[all …]
2533 int cache_bits, pat_flag, pat_idx; in pmap_cache_bits() local2548 cache_bits = 0; in pmap_cache_bits()2550 cache_bits |= pat_flag; in pmap_cache_bits()2552 cache_bits |= PG_NC_PCD; in pmap_cache_bits()2554 cache_bits |= PG_NC_PWT; in pmap_cache_bits()2565 return (cache_bits); in pmap_cache_bits()3803 int cache_bits; in pmap_kenter_attr() local3855 int cache_bits; in pmap_qenter() local3863 pa = VM_PAGE_TO_PHYS(m) | cache_bits; in pmap_qenter()9971 int cache_bits, error __unused, i; in pmap_map_io_transient() local[all …]