Searched refs:wimg_bits_prev (Results 1 – 1 of 1) sorted by relevance
10377 pmap_sync_wimg(ppnum_t pn, unsigned int wimg_bits_prev, unsigned int wimg_bits_new) argument10379 if ((wimg_bits_prev != wimg_bits_new)10380 && ((wimg_bits_prev == VM_WIMG_COPYBACK)10381 || ((wimg_bits_prev == VM_WIMG_INNERWBACK)10383 || ((wimg_bits_prev == VM_WIMG_WTHRU)10388 if ((wimg_bits_new == VM_WIMG_RT) && (wimg_bits_prev != VM_WIMG_RT)) {10462 unsigned int wimg_bits_prev, wimg_bits_new; local10496 wimg_bits_prev = VM_WIMG_DEFAULT;10498 wimg_bits_prev = pp_attr_current & PP_ATTR_WIMG_MASK;10517 if (wimg_bits_new != wimg_bits_prev) {[all …]