Home
last modified time | relevance | path

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

/xen/xen/arch/x86/
A Dpsr.c91 unsigned int cos_max; member
332 if ( feat->cos_max < 1 ) in cat_init_feature()
353 feat->cos_max = (feat->cos_max - 1) >> 1; in cat_init_feature()
393 if ( feat->cos_max < 1 ) in mba_init_feature()
723 cos_max = max(feat->cos_max, cos_max); in get_max_cos_max()
726 return cos_max; in get_max_cos_max()
883 if ( cos > feat->cos_max ) in psr_get_val()
1086 unsigned int cos, cos_max; in find_cos() local
1095 cos_max = feat->cos_max; in find_cos()
1207 cos_max = feat->cos_max; in pick_avail_cos()
[all …]
A Dsysctl.c300 sysctl->u.psr_alloc.u.cat_info.cos_max = in arch_do_sysctl()
317 sysctl->u.psr_alloc.u.cat_info.cos_max = in arch_do_sysctl()
334 sysctl->u.psr_alloc.u.mba_info.cos_max = in arch_do_sysctl()
/xen/tools/libxl/
A Dlibxl_psr.c373 cat_info->cos_max = hw_info->u.cat.cos_max; in libxl__hw_info_to_libxl_cat_info()
481 xl_info->u.cat.cos_max = xc_info->cat.cos_max; in libxl__xc_hw_info_to_libxl_hw_info()
486 xl_info->u.mba.cos_max = xc_info->mba.cos_max; in libxl__xc_hw_info_to_libxl_hw_info()
A Dlibxl_types.idl1200 ("cos_max", uint32),
1214 ("cos_max", uint32),
1219 ("cos_max", uint32),
/xen/tools/libxc/
A Dxc_psr.c359 hw_info->cat.cos_max = sysctl.u.psr_alloc.u.cat_info.cos_max; in xc_psr_get_hw_info()
373 hw_info->mba.cos_max = sysctl.u.psr_alloc.u.mba_info.cos_max; in xc_psr_get_hw_info()
/xen/tools/xl/
A Dxl_psr.c319 printf("%-16s: %u\n", "Maximum COS", info[i].cos_max); in psr_l3_cat_hwinfo()
524 printf("%-16s: %u\n", "Maximum COS", info[i].cos_max); in psr_l2_cat_hwinfo()
626 printf("Maximum COS : %u\n", info[i].u.mba.cos_max); in psr_mba_hwinfo()
/xen/xen/include/public/
A Dsysctl.h758 uint32_t cos_max; /* OUT: Maximum COS */ member
765 uint32_t cos_max; /* OUT: Maximum COS */ member
/xen/docs/features/
A Dintel_psr_cat_cdp.pandoc342 unsigned int cos_max;
350 * Member `cos_max`
352 `cos_max` is one of the hardware info of CAT. It means the max
A Dintel_psr_mba.pandoc196 base PSR infrastructure in Xen. For example, the 'cos_max' is a common HW
/xen/tools/libxc/include/
A Dxenctrl.h2485 uint32_t cos_max; member
2491 uint32_t cos_max; member
/xen/tools/golang/xenlight/
A Dhelpers.gen.go4068 x.CosMax = uint32(xc.cos_max)
4080 xc.cos_max = C.uint32_t(x.CosMax)
4129 x.CosMax = uint32(tmp.cos_max)
4141 x.CosMax = uint32(tmp.cos_max)
4161 cat.cos_max = C.uint32_t(tmp.CosMax)
4172 mba.cos_max = C.uint32_t(tmp.CosMax)
/xen/docs/misc/
A Dxen-command-line.pandoc1698 > `= List of ( cmt:<boolean> | rmid_max:<integer> | cat:<boolean> | cos_max:<integer> | cdp:<boolea…
1700 > Default: `psr=cmt:0,rmid_max:255,cat:0,cos_max:255,cdp:0`
1729 * `cos_max` indicates the max value for COS ID.
1733 that `cos_max` of CDP is a little different from `cos_max` of CAT. With
1735 sum of CBMs is fixed, that means actual `cos_max` in use will automatically

Completed in 113 milliseconds