Searched refs:VM_WIMG_MASK (Results 1 – 12 of 12) sorted by relevance
41 #define VM_WIMG_MASK 0xFF macro
284 vm_object->wimg_bits = device_object->flags & VM_WIMG_MASK; in device_pager_init()
1728 VM_WIMG_MASK) != in vm_fault_page()5257 if ((m_object->wimg_bits & VM_WIMG_MASK) != VM_WIMG_USE_DEFAULT) { in vm_fault_internal()6166 (VM_WIMG_MASK & (int)object->wimg_bits) | superpage, 0); in vm_fault_internal()6181 (VM_WIMG_MASK & (int)object->wimg_bits) | superpage, 0); in vm_fault_internal()7327 if ((object->wimg_bits & VM_WIMG_MASK) != VM_WIMG_DEFAULT) { in kdp_lightweight_fault()
1903 cache_attr = object->wimg_bits & VM_WIMG_MASK; in vm_page_insert_internal()
8707 cache_attr = object->wimg_bits & VM_WIMG_MASK; in vm_object_set_pmap_cache_attr()
83 _Static_assert(((DEVICE_PAGER_CONTIGUOUS | DEVICE_PAGER_NOPHYSCACHE) & VM_WIMG_MASK) == 0,
98 if ((wimg_bits_src & VM_WIMG_MASK) != VM_WIMG_DEFAULT) { in bcopy_phys_internal()115 if ((wimg_bits_dst & VM_WIMG_MASK) != VM_WIMG_DEFAULT) { in bcopy_phys_internal()217 if ((wimg_bits & VM_WIMG_MASK) != VM_WIMG_DEFAULT) { in bzero_phys()240 switch (wimg_bits & VM_WIMG_MASK) { in bzero_phys()
79 ((wimg_bits_src & VM_WIMG_MASK) == VM_WIMG_DEFAULT) && in bcopy_phys()80 ((wimg_bits_dst & VM_WIMG_MASK) == VM_WIMG_DEFAULT)) { in bcopy_phys()121 if (__probable((wimg_bits & VM_WIMG_MASK) == VM_WIMG_DEFAULT)) { in bzero_phys()
5791 switch (wimg & (VM_WIMG_MASK)) {6241 if ((flags & (VM_WIMG_MASK | VM_WIMG_USE_DEFAULT))) {6242 wimg_bits = (flags & (VM_WIMG_MASK | VM_WIMG_USE_DEFAULT));6388 if ((flags & (VM_WIMG_MASK | VM_WIMG_USE_DEFAULT))) {6389 wimg_bits = (wimg_bits & (~VM_WIMG_MASK)) | (flags & (VM_WIMG_MASK | VM_WIMG_USE_DEFAULT));10414 pmap_sync_wimg(pn, prev_cacheattr & VM_WIMG_MASK, new_cacheattr & VM_WIMG_MASK);10421 unsigned int cacheattr = pmap_cache_attributes(pn) & VM_WIMG_MASK;10437 unsigned int cacheattr = pmap_cache_attributes(pn) & VM_WIMG_MASK;10471 if (platform_cache_batch_wimg(cacheattr & (VM_WIMG_MASK), page_cnt << PAGE_SHIFT) == FALSE) {10500 …_attr_template = (pp_attr_current & ~PP_ATTR_WIMG_MASK) | PP_ATTR_WIMG(cacheattr & (VM_WIMG_MASK));[all …]
48 return (attr & VM_WIMG_MASK) == VM_WIMG_DEFAULT; in is_normal_memory()
3433 if ((cur_wimg_bits & VM_WIMG_MASK) != VM_WIMG_DEFAULT) { in kdp_find_phys()
378 pagerFlags &= VM_WIMG_MASK; in cacheModeForPagerFlags()