Searched refs:pmap_get_cache_attributes (Results 1 - 6 of 6) sorted by relevance

/darwin-on-arm/xnu/osfmk/i386/
H A Dpmap_common.c65 if (pmap_get_cache_attributes(pn) & INTEL_PTE_NCACHE)
111 unsigned pmap_get_cache_attributes(ppnum_t pn) { function
H A Dcopyio.c411 pentry |= pmap_get_cache_attributes(i386_btop(paddr));
H A Dpmap_x86_common.c562 template |= pmap_get_cache_attributes(pa_index(pa));
776 template |= pmap_get_cache_attributes(pa_index(pa));
H A Dpmap.h675 extern unsigned pmap_get_cache_attributes(ppnum_t);
H A Dpmap.c2482 pentry |= pmap_get_cache_attributes(i386_btop(pte_to_pa(pentry)));
/darwin-on-arm/xnu/osfmk/arm/
H A Dpmap.c1179 * pmap_get_cache_attributes
1181 unsigned int pmap_get_cache_attributes(ppnum_t pn) { function
1213 if (!pmap_get_cache_attributes(pn) & ARM_L2_C_BIT)
2915 template_pte |= pmap_get_cache_attributes(pa);
3103 template_pte |= pmap_get_cache_attributes(pa);

Completed in 38 milliseconds