Searched refs:masks (Results 1 – 11 of 11) sorted by relevance
124 const struct cpuidmasks *masks = in intel_ctxt_switch_masking() local129 uint64_t val = masks->_1cd; in intel_ctxt_switch_masking()148 if (unlikely(these_masks->field != masks->field) && \ in intel_ctxt_switch_masking()151 wrmsrl((msr), masks->field); \ in intel_ctxt_switch_masking()152 these_masks->field = masks->field; \ in intel_ctxt_switch_masking()
210 const struct cpuidmasks *masks = in amd_ctxt_switch_masking() local215 uint64_t val = masks->_1cd; in amd_ctxt_switch_masking()234 if (unlikely(these_masks->field != masks->field) && \ in amd_ctxt_switch_masking()237 wrmsr_amd(msr, masks->field); \ in amd_ctxt_switch_masking()238 these_masks->field = masks->field; \ in amd_ctxt_switch_masking()
82 static int __init get_color_masks(const char* bpp, struct color_masks **masks) in get_color_masks() argument89 *masks = &colors[i].colors; in get_color_masks()
86 The following event classes (masks) can be used to filter the events being101 The following event subclasses (masks) can also be used to filter the events being
766 The keyword B<all> can be used to apply the hard and soft affinity masks to
1197 The "relaxed" policy issues a warning message and also masks this
398 static const paddr_t masks[3][4] = { in guest_walk_ld() local574 *ipa = (pfn_to_paddr(pte.walk.base) & mask) | (gva & masks[gran][level]); in guest_walk_ld()
144 separate code and data masks per Class of Service (COS).150 * the CAT masks are re-mapped into interleaved pairs of masks for data or
475 These four command line parameters are used to specify cpuid masks to497 masks to help with cpuid levelling across a pool of hosts. See the
48 CDP extends CAT by providing separate code and data masks per Class of Service
2716 static const unsigned int masks[SH_type_unused] = { in sh_remove_shadows() local2779 hash_domain_foreach(d, masks[t], callbacks, smfn); \ in sh_remove_shadows()
Completed in 24 milliseconds