Home
last modified time | relevance | path

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

/xnu-8019.80.24/osfmk/i386/
H A Dmemory_types.h31 #define VM_WIMG_COPYBACK VM_MEM_COHERENT macro
32 #define VM_WIMG_COPYBACKLW VM_WIMG_COPYBACK
H A Dpmap_common.c79 return VM_WIMG_COPYBACK; in pmap_cache_attributes()
/xnu-8019.80.24/osfmk/arm/
H A Dmemory_types.h41 #define VM_WIMG_COPYBACK (VM_MEM_COHERENT) // 0x2 macro
H A Dloose_ends.c585 if ((from_wimg_bits != VM_WIMG_COPYBACK) && (from_wimg_bits != VM_WIMG_WTHRU)) { in copypv()
594 if (to_wimg_bits != VM_WIMG_COPYBACK) { in copypv()
H A Dpmap.c5775 case VM_WIMG_COPYBACK:
10157 && ((wimg_bits_prev == VM_WIMG_COPYBACK)
10159 && (wimg_bits_new != VM_WIMG_COPYBACK))
10161 && ((wimg_bits_new != VM_WIMG_COPYBACK) || (wimg_bits_new != VM_WIMG_INNERWBACK))))) {
10302 if (wimg_bits_new == VM_WIMG_COPYBACK) {
10317 wimg_bits_prev = VM_WIMG_COPYBACK;
10319 && ((wimg_bits_prev == VM_WIMG_COPYBACK)
10321 && (wimg_bits_new != VM_WIMG_COPYBACK))
10323 && ((wimg_bits_new != VM_WIMG_COPYBACK) || (wimg_bits_new != VM_WIMG_INNERWBACK))))) {
/xnu-8019.80.24/osfmk/device/
H A Diokit_rpc.c487 flags = VM_WIMG_COPYBACK; in IOMapPages()
555 flags = VM_WIMG_COPYBACK; in IOProtectCacheMode()
/xnu-8019.80.24/iokit/Kernel/
H A DIOMemoryDescriptor.cpp348 [kIOCopybackCache] = {VM_WIMG_COPYBACK, MAP_MEM_COPYBACK},