Home
last modified time | relevance | path

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

/f-stack/freebsd/i386/i386/
H A Dpmap.c1108 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()
5406 pmap_pte_attr(pt_entry_t *pte, int cache_bits) in pmap_pte_attr() argument
5417 npte |= cache_bits; in pmap_pte_attr()
5423 pmap_pde_attr(pd_entry_t *pde, int cache_bits) in pmap_pde_attr() argument
5434 npde |= cache_bits; in pmap_pde_attr()
[all …]
/f-stack/freebsd/amd64/amd64/
H A Dpmap.c2533 int cache_bits, pat_flag, pat_idx; in pmap_cache_bits() local
2548 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() local
3855 int cache_bits; in pmap_qenter() local
3863 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 …]