Home
last modified time | relevance | path

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

/xnu-8020.140.41/osfmk/arm/
H A Dloose_ends.c76 wimg_bits_src = pmap_cache_attributes(pn_src); in bcopy_phys()
77 wimg_bits_dst = pmap_cache_attributes(pn_dst); in bcopy_phys()
121 wimg_bits = pmap_cache_attributes(pn); in bzero_phys()
169 wimg_bits = pmap_cache_attributes(pn); in ml_phys_read_data()
203 wimg_bits = pmap_cache_attributes(pn); in ml_phys_read_long_long()
290 wimg_bits = pmap_cache_attributes(pn); in ml_phys_write_data()
319 wimg_bits = pmap_cache_attributes(pn); in ml_phys_write_long_long()
585 from_wimg_bits = pmap_cache_attributes(source >> PAGE_SHIFT); in copypv()
594 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.c4182 unsigned int cacheattr = pmap_cache_attributes((ppnum_t)atop(pa));
6245 wimg_bits = pmap_cache_attributes(pn);
6388 wimg_bits = pmap_cache_attributes(pn);
8561 if (pmap_cache_attributes((ppnum_t)atop(pa)) & PP_ATTR_MONITOR) {
8818 …unsigned int cacheattr = (!pa_valid(ptoa(pn) & ARM_PTE_PAGE_MASK) ? pmap_cache_attributes(pn) :…
10348 pmap_cache_attributes( function
10422 unsigned int cacheattr = pmap_cache_attributes(pn) & VM_WIMG_MASK;
10438 unsigned int cacheattr = pmap_cache_attributes(pn) & VM_WIMG_MASK;
/xnu-8020.140.41/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.140.41/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.140.41/osfmk/i386/
H A Dpmap_common.c68 pmap_cache_attributes(ppnum_t pn) in pmap_cache_attributes() function
/xnu-8020.140.41/osfmk/device/
H A Diokit_rpc.c451 return pmap_cache_attributes((ppnum_t)(pa >> PAGE_SHIFT)); in IODefaultCacheBits()
/xnu-8020.140.41/osfmk/vm/
H A Dpmap.h335 extern unsigned int(pmap_cache_attributes)(
/xnu-8020.140.41/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()