Searched refs:masks (Results 1 – 12 of 12) sorted by relevance
151 const struct cpuidmasks *masks = in intel_ctxt_switch_masking() local156 uint64_t val = masks->_1cd; in intel_ctxt_switch_masking()175 if (unlikely(these_masks->field != masks->field) && \ in intel_ctxt_switch_masking()178 wrmsrl((msr), masks->field); \ in intel_ctxt_switch_masking()179 these_masks->field = masks->field; \ in intel_ctxt_switch_masking()
215 const struct cpuidmasks *masks = in amd_ctxt_switch_masking() local220 uint64_t val = masks->_1cd; in amd_ctxt_switch_masking()239 if (unlikely(these_masks->field != masks->field) && \ in amd_ctxt_switch_masking()242 wrmsr_amd(msr, masks->field); \ in amd_ctxt_switch_masking()243 these_masks->field = masks->field; \ in amd_ctxt_switch_masking()
201 Global masks that are applied when creating guests and pinning vcpus207 masks. If the resulting affinity mask is empty, operation will fail.209 Use --ignore-global-affinity-masks to skip applying global masks.211 The default value for these masks are all 1's, i.e. all cpus are allowed.
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
813 The keyword B<all> can be used to apply the hard and soft affinity masks to
1281 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()
91 static const uint32_t masks[][FEATURESET_NR_ENTRIES] = { in xc_get_static_cpu_featuremask() local106 if ( (unsigned int)mask >= ARRAY_SIZE(masks) ) in xc_get_static_cpu_featuremask()109 return masks[mask]; in xc_get_static_cpu_featuremask()
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
537 pre-configured masks to make the current processor appear to be
48 workload. CDP extends CAT by providing separate code and data masks per Class
2206 static const unsigned int masks[SH_type_unused] = { in sh_remove_shadows() local2269 hash_domain_foreach(d, masks[t], callbacks, smfn); \ in sh_remove_shadows()
Completed in 21 milliseconds