Home
last modified time | relevance | path

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

/xnu-8020.121.3/osfmk/arm/
H A Dloose_ends.c75 wimg_bits_src = pmap_cache_attributes(pn_src); in bcopy_phys()
76 wimg_bits_dst = pmap_cache_attributes(pn_dst); in bcopy_phys()
120 wimg_bits = pmap_cache_attributes(pn); in bzero_phys()
168 wimg_bits = pmap_cache_attributes(pn); in ml_phys_read_data()
202 wimg_bits = pmap_cache_attributes(pn); in ml_phys_read_long_long()
289 wimg_bits = pmap_cache_attributes(pn); in ml_phys_write_data()
318 wimg_bits = pmap_cache_attributes(pn); in ml_phys_write_long_long()
584 from_wimg_bits = pmap_cache_attributes(source >> PAGE_SHIFT); in copypv()
593 to_wimg_bits = pmap_cache_attributes(sink >> PAGE_SHIFT); in copypv()
H A Dcaches.c183 wimg_bits = pmap_cache_attributes((ppnum_t) (paddr >> PAGE_SHIFT)); in dcache_incoherent_io_flush64()
216 unsigned int wimg_bits = pmap_cache_attributes((ppnum_t) (paddr >> PAGE_SHIFT)); in dcache_incoherent_io_store64()
249 wimg_bits = pmap_cache_attributes((ppnum_t) (paddr >> PAGE_SHIFT)); in dcache_incoherent_io_store64()
H A Dpmap.c4178 unsigned int cacheattr = pmap_cache_attributes((ppnum_t)atop(pa));
6244 wimg_bits = pmap_cache_attributes(pn);
6387 wimg_bits = pmap_cache_attributes(pn);
8560 if (pmap_cache_attributes((ppnum_t)atop(pa)) & PP_ATTR_MONITOR) {
8817 …unsigned int cacheattr = (!pa_valid(ptoa(pn) & ARM_PTE_PAGE_MASK) ? pmap_cache_attributes(pn) :…
10347 pmap_cache_attributes( function
10421 unsigned int cacheattr = pmap_cache_attributes(pn) & VM_WIMG_MASK;
10437 unsigned int cacheattr = pmap_cache_attributes(pn) & VM_WIMG_MASK;
/xnu-8020.121.3/osfmk/arm64/
H A Dloose_ends.c97 wimg_bits_src = pmap_cache_attributes(pn_src); in bcopy_phys_internal()
103 wimg_bits_src = pmap_cache_attributes(pn_src); in bcopy_phys_internal()
114 wimg_bits_dst = pmap_cache_attributes(pn_dst); in bcopy_phys_internal()
120 wimg_bits_dst = pmap_cache_attributes(pn_dst); in bcopy_phys_internal()
214 wimg_bits = pmap_cache_attributes(pn); in bzero_phys()
316 unsigned int wimg_bits = pmap_cache_attributes(pn); in ml_phys_read_data()
494 unsigned int wimg_bits = pmap_cache_attributes(pn); in ml_phys_write_data()
/xnu-8020.121.3/osfmk/kdp/output_stages/
H A Dout_memory_backing_aware_buffer.c42 unsigned int attr = pmap_cache_attributes((ppnum_t)(phys >> PAGE_SHIFT)); in is_normal_memory()
/xnu-8020.121.3/osfmk/i386/
H A Dpmap_common.c68 pmap_cache_attributes(ppnum_t pn) in pmap_cache_attributes() function
/xnu-8020.121.3/osfmk/device/
H A Diokit_rpc.c451 return pmap_cache_attributes((ppnum_t)(pa >> PAGE_SHIFT)); in IODefaultCacheBits()
/xnu-8020.121.3/osfmk/vm/
H A Dpmap.h335 extern unsigned int(pmap_cache_attributes)(
/xnu-8020.121.3/osfmk/kern/
H A Dkern_stackshot.c3431 unsigned int cur_wimg_bits = pmap_cache_attributes((ppnum_t) atop(cur_phys_addr)); in kdp_find_phys()