Searched refs:VM_WIMG_MASK (Results 1 – 13 of 13) 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()
1778 VM_WIMG_MASK)) { in vm_fault_page()5597 if (!HAS_DEFAULT_CACHEABILITY(m_object->wimg_bits & VM_WIMG_MASK)) { in vm_fault_internal()6628 int block_map_wimg = VM_WIMG_MASK & (int)object->wimg_bits; in vm_fault_internal()7783 switch (object->wimg_bits & VM_WIMG_MASK) { in object_supports_coredump()
7683 cache_attr = object->wimg_bits & VM_WIMG_MASK;
3064 cache_attr = object->wimg_bits & VM_WIMG_MASK; in vm_page_insert_internal()
16875 HAS_DEFAULT_CACHEABILITY(object->wimg_bits & VM_WIMG_MASK) && in vm_map_entry_is_reusable()
83 _Static_assert(((DEVICE_PAGER_CONTIGUOUS | DEVICE_PAGER_NOPHYSCACHE) & VM_WIMG_MASK) == 0,
100 if ((wimg_bits_src & VM_WIMG_MASK) != VM_WIMG_DEFAULT) { in bcopy_phys_internal()117 if ((wimg_bits_dst & VM_WIMG_MASK) != VM_WIMG_DEFAULT) { in bcopy_phys_internal()249 if ((wimg_bits & VM_WIMG_MASK) != VM_WIMG_DEFAULT) { in bzero_phys_internal()272 switch (wimg_bits & VM_WIMG_MASK) { in bzero_phys_internal()
51 return (attr & VM_WIMG_MASK) == VM_WIMG_DEFAULT; in is_normal_memory()
201 if ((cur_wimg_bits & VM_WIMG_MASK) != VM_WIMG_DEFAULT) { in kdp_find_phys()
5403 switch (wimg & (VM_WIMG_MASK)) {5790 if ((flags & (VM_WIMG_MASK | VM_WIMG_USE_DEFAULT))) {5791 wimg_bits = (flags & (VM_WIMG_MASK | VM_WIMG_USE_DEFAULT));5923 if ((flags & (VM_WIMG_MASK | VM_WIMG_USE_DEFAULT))) {5924 wimg_bits = (wimg_bits & (~VM_WIMG_MASK)) | (flags & (VM_WIMG_MASK | VM_WIMG_USE_DEFAULT));9315 pmap_sync_wimg(pn, prev_cacheattr & VM_WIMG_MASK, new_cacheattr & VM_WIMG_MASK);9332 unsigned int cacheattr = pmap_cache_attributes(pn) & VM_WIMG_MASK;9343 unsigned int cacheattr = pmap_cache_attributes(pn) & VM_WIMG_MASK;9725 switch (attributes & VM_WIMG_MASK) {9844 __func__, cacheattr & VM_WIMG_MASK, pn);[all …]
5921 switch (wimg & (VM_WIMG_MASK)) {6379 if ((flags & (VM_WIMG_MASK | VM_WIMG_USE_DEFAULT))) {6380 wimg_bits = (flags & (VM_WIMG_MASK | VM_WIMG_USE_DEFAULT));6527 if ((flags & (VM_WIMG_MASK | VM_WIMG_USE_DEFAULT))) {6528 wimg_bits = (wimg_bits & (~VM_WIMG_MASK)) | (flags & (VM_WIMG_MASK | VM_WIMG_USE_DEFAULT));10626 pmap_sync_wimg(pn, prev_cacheattr & VM_WIMG_MASK, new_cacheattr & VM_WIMG_MASK);10633 unsigned int cacheattr = pmap_cache_attributes(pn) & VM_WIMG_MASK;10649 unsigned int cacheattr = pmap_cache_attributes(pn) & VM_WIMG_MASK;10977 arm64_sync_tlb((cacheattr & VM_WIMG_MASK) == VM_WIMG_RT);11107 …_attr_template = (pp_attr_current & ~PP_ATTR_WIMG_MASK) | PP_ATTR_WIMG(cacheattr & (VM_WIMG_MASK));[all …]
400 pagerFlags &= VM_WIMG_MASK; in cacheModeForPagerFlags()