Home
last modified time | relevance | path

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

/xen-4.10.0-shim-comet/xen/arch/x86/cpu/
A Dintel.c124 const struct cpuidmasks *masks = in intel_ctxt_switch_masking() local
129 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()
A Damd.c210 const struct cpuidmasks *masks = in amd_ctxt_switch_masking() local
215 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()
/xen-4.10.0-shim-comet/xen/drivers/video/
A Darm_hdlcd.c82 static int __init get_color_masks(const char* bpp, struct color_masks **masks) in get_color_masks() argument
89 *masks = &colors[i].colors; in get_color_masks()
/xen-4.10.0-shim-comet/docs/man/
A Dxentrace.pod.886 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.pod.1.in766 The keyword B<all> can be used to apply the hard and soft affinity masks to
A Dxl.cfg.pod.5.in1197 The "relaxed" policy issues a warning message and also masks this
/xen-4.10.0-shim-comet/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-4.10.0-shim-comet/docs/misc/
A Dxl-psr.markdown144 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.markdown475 These four command line parameters are used to specify cpuid masks to
497 masks to help with cpuid levelling across a pool of hosts. See the
/xen-4.10.0-shim-comet/docs/features/
A Dintel_psr_cat_cdp.pandoc48 CDP extends CAT by providing separate code and data masks per Class of Service
/xen-4.10.0-shim-comet/xen/arch/x86/mm/shadow/
A Dcommon.c2716 static const unsigned int masks[SH_type_unused] = { in sh_remove_shadows() local
2779 hash_domain_foreach(d, masks[t], callbacks, smfn); \ in sh_remove_shadows()

Completed in 25 milliseconds