Searched refs:pmap_set_cache_attributes (Results 1 - 7 of 7) sorted by relevance

/darwin-on-arm/xnu/osfmk/vm/
H A Dpmap.h283 extern void pmap_set_cache_attributes(
419 pmap_set_cache_attributes(mem->phys_page, cache_attr); \
432 pmap_set_cache_attributes( \
H A Dvm_object.c7418 pmap_set_cache_attributes(p->phys_page, wimg_mode);
H A Dvm_resident.c1336 pmap_set_cache_attributes(mem->phys_page, 0);
/darwin-on-arm/xnu/osfmk/mach/i386/
H A Dvm_param.h279 pmap_set_cache_attributes((mem)->phys_page, (cache_attr)); \
/darwin-on-arm/xnu/osfmk/i386/
H A Dpmap_common.c71 void pmap_set_cache_attributes(ppnum_t pn, unsigned int cacheattr) { function
/darwin-on-arm/xnu/osfmk/device/
H A Diokit_rpc.c516 pmap_set_cache_attributes(pagenum, flags);
/darwin-on-arm/xnu/osfmk/arm/
H A Dpmap.c1366 * pmap_set_cache_attributes
1370 void pmap_set_cache_attributes(ppnum_t pn, unsigned int cacheattr) function
1397 panic("interrupts must be enabled for pmap_set_cache_attributes");

Completed in 54 milliseconds