Home
last modified time | relevance | path

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

/xnu-8019.80.24/osfmk/arm/
H A Dloose_ends.c555 unsigned int from_wimg_bits, to_wimg_bits; in copypv() local
584 from_wimg_bits = pmap_cache_attributes(source >> PAGE_SHIFT); in copypv()
585 if ((from_wimg_bits != VM_WIMG_COPYBACK) && (from_wimg_bits != VM_WIMG_WTHRU)) { in copypv()