Home
last modified time | relevance | path

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

/xnu-8020.140.41/osfmk/arm/
H A Dpmap.c10377 pmap_sync_wimg(ppnum_t pn, unsigned int wimg_bits_prev, unsigned int wimg_bits_new) argument
10379 if ((wimg_bits_prev != wimg_bits_new)
10382 && (wimg_bits_new != VM_WIMG_COPYBACK))
10384 && ((wimg_bits_new != VM_WIMG_COPYBACK) || (wimg_bits_new != VM_WIMG_INNERWBACK))))) {
10388 if ((wimg_bits_new == VM_WIMG_RT) && (wimg_bits_prev != VM_WIMG_RT)) {
10462 unsigned int wimg_bits_prev, wimg_bits_new; local
10511 wimg_bits_new = VM_WIMG_DEFAULT;
10513 wimg_bits_new = pp_attr_template & PP_ATTR_WIMG_MASK;
10517 if (wimg_bits_new != wimg_bits_prev) {
10521 if ((wimg_bits_new == VM_WIMG_RT) && (wimg_bits_prev != VM_WIMG_RT)) {
[all …]