Home
last modified time | relevance | path

Searched refs:pmap_cache_attributes (Results 1 – 9 of 9) sorted by relevance

/xnu-11215/osfmk/arm64/
H A Dloose_ends.c98 wimg_bits_src = pmap_cache_attributes(pn_src); in bcopy_phys_internal()
104 wimg_bits_src = pmap_cache_attributes(pn_src); in bcopy_phys_internal()
115 wimg_bits_dst = pmap_cache_attributes(pn_dst); in bcopy_phys_internal()
121 wimg_bits_dst = pmap_cache_attributes(pn_dst); in bcopy_phys_internal()
217 wimg_bits = pmap_cache_attributes(pn); in bzero_phys()
362 unsigned int wimg_bits = pmap_cache_attributes(pn); in ml_phys_read_data()
587 unsigned int wimg_bits = pmap_cache_attributes(pn); in ml_phys_write_data()
/xnu-11215/osfmk/arm/
H A Dcaches.c175 wimg_bits = pmap_cache_attributes((ppnum_t) (paddr >> PAGE_SHIFT)); in dcache_incoherent_io_flush64()
208 unsigned int wimg_bits = pmap_cache_attributes((ppnum_t) (paddr >> PAGE_SHIFT)); in dcache_incoherent_io_store64()
234 wimg_bits = pmap_cache_attributes((ppnum_t) (paddr >> PAGE_SHIFT)); in dcache_incoherent_io_store64()
/xnu-11215/osfmk/kdp/output_stages/
H A Dout_memory_backing_aware_buffer.c45 unsigned int attr = pmap_cache_attributes((ppnum_t)(phys >> PAGE_SHIFT)); in is_normal_memory()
/xnu-11215/osfmk/i386/
H A Dpmap_common.c68 pmap_cache_attributes(ppnum_t pn) in pmap_cache_attributes() function
/xnu-11215/osfmk/kdp/
H A Dkdp_common.c198 unsigned int cur_wimg_bits = pmap_cache_attributes((ppnum_t) atop(cur_phys_addr)); in kdp_find_phys()
/xnu-11215/osfmk/device/
H A Diokit_rpc.c462 return pmap_cache_attributes((ppnum_t)(pa >> PAGE_SHIFT)); in IODefaultCacheBits()
/xnu-11215/osfmk/vm/
H A Dpmap.h355 extern unsigned int(pmap_cache_attributes)(
/xnu-11215/osfmk/arm/pmap/
H A Dpmap.c1897 const unsigned int wimg_bits = pmap_cache_attributes((ppnum_t)atop(paddr)); in pmap_construct_io_pte()
4214 unsigned int cacheattr = pmap_cache_attributes((ppnum_t)atop(pa));
6383 wimg_bits = pmap_cache_attributes(pn);
6531 wimg_bits = pmap_cache_attributes(pn);
8540 if (pmap_cache_attributes((ppnum_t)atop(pa)) & PP_ATTR_MONITOR) {
8772 …unsigned int cacheattr = (!pa_valid(ptoa(pn) & ARM_PTE_PAGE_MASK) ? pmap_cache_attributes(pn) :…
10554 pmap_cache_attributes( function
10628 unsigned int cacheattr = pmap_cache_attributes(pn) & VM_WIMG_MASK;
10644 unsigned int cacheattr = pmap_cache_attributes(pn) & VM_WIMG_MASK;
/xnu-11215/osfmk/arm64/sptm/pmap/
H A Dpmap.c5761 wimg_bits = pmap_cache_attributes(pn);
5890 wimg_bits = pmap_cache_attributes(pn);
9195 pmap_cache_attributes( function
9257 unsigned int cacheattr = pmap_cache_attributes(pn) & VM_WIMG_MASK;
9268 unsigned int cacheattr = pmap_cache_attributes(pn) & VM_WIMG_MASK;