Searched refs:wimg_mode (Results 1 - 2 of 2) sorted by relevance

/macosx-10.5.8/xnu-1228.15.4/osfmk/vm/
H A Dvm_user.c1744 unsigned int wimg_mode; local
1784 wimg_mode = object->wimg_bits;
1786 wimg_mode = VM_WIMG_DEFAULT;
1793 wimg_mode = VM_WIMG_IO;
1796 wimg_mode = VM_WIMG_DEFAULT;
1799 wimg_mode = VM_WIMG_WTHRU;
1802 wimg_mode = VM_WIMG_WCOMB;
1807 if(object->wimg_bits != wimg_mode) {
1809 if ((wimg_mode == VM_WIMG_IO)
1810 || (wimg_mode
[all...]
H A Dvm_map.c2279 unsigned int wimg_mode; local
2304 wimg_mode = object->wimg_bits;
2306 wimg_mode = VM_WIMG_IO;
2308 wimg_mode = VM_WIMG_USE_DEFAULT;
2310 wimg_mode = VM_WIMG_WTHRU;
2312 wimg_mode = VM_WIMG_WCOMB;
2314 if (wimg_mode == VM_WIMG_IO ||
2315 wimg_mode == VM_WIMG_WCOMB)
2331 if (object->wimg_bits != wimg_mode) {
2336 object->wimg_bits = wimg_mode;
[all...]

Completed in 46 milliseconds