Home
last modified time | relevance | path

Searched refs:masks (Results 1 – 12 of 12) sorted by relevance

/xen/xen/arch/x86/cpu/
A Dintel.c151 const struct cpuidmasks *masks = in intel_ctxt_switch_masking() local
156 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()
A Damd.c215 const struct cpuidmasks *masks = in amd_ctxt_switch_masking() local
220 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()
/xen/docs/man/
A Dxl.conf.5.pod201 Global masks that are applied when creating guests and pinning vcpus
207 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.
A Dxentrace.8.pod86 The following event classes (masks) can be used to filter the events being
101 The following event subclasses (masks) can also be used to filter the events being
A Dxl.1.pod.in813 The keyword B<all> can be used to apply the hard and soft affinity masks to
A Dxl.cfg.5.pod.in1281 The "relaxed" policy issues a warning message and also masks this
/xen/xen/arch/arm/
A Dguest_walk.c398 static const paddr_t masks[3][4] = { in guest_walk_ld() local
574 *ipa = (pfn_to_paddr(pte.walk.base) & mask) | (gva & masks[gran][level]); in guest_walk_ld()
/xen/tools/libxc/
A Dxc_cpuid_x86.c91 static const uint32_t masks[][FEATURESET_NR_ENTRIES] = { in xc_get_static_cpu_featuremask() local
106 if ( (unsigned int)mask >= ARRAY_SIZE(masks) ) in xc_get_static_cpu_featuremask()
109 return masks[mask]; in xc_get_static_cpu_featuremask()
/xen/docs/misc/
A Dxl-psr.pandoc144 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
A Dxen-command-line.pandoc537 pre-configured masks to make the current processor appear to be
/xen/docs/features/
A Dintel_psr_cat_cdp.pandoc48 workload. CDP extends CAT by providing separate code and data masks per Class
/xen/xen/arch/x86/mm/shadow/
A Dcommon.c2206 static const unsigned int masks[SH_type_unused] = { in sh_remove_shadows() local
2269 hash_domain_foreach(d, masks[t], callbacks, smfn); \ in sh_remove_shadows()

Completed in 21 milliseconds