Searched refs:cos_max (Results 1 – 12 of 12) sorted by relevance
/xen/xen/arch/x86/ |
A D | psr.c | 91 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 D | sysctl.c | 300 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 D | libxl_psr.c | 373 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 D | libxl_types.idl | 1200 ("cos_max", uint32), 1214 ("cos_max", uint32), 1219 ("cos_max", uint32),
|
/xen/tools/libxc/ |
A D | xc_psr.c | 359 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 D | xl_psr.c | 319 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 D | sysctl.h | 758 uint32_t cos_max; /* OUT: Maximum COS */ member 765 uint32_t cos_max; /* OUT: Maximum COS */ member
|
/xen/docs/features/ |
A D | intel_psr_cat_cdp.pandoc | 342 unsigned int cos_max; 350 * Member `cos_max` 352 `cos_max` is one of the hardware info of CAT. It means the max
|
A D | intel_psr_mba.pandoc | 196 base PSR infrastructure in Xen. For example, the 'cos_max' is a common HW
|
/xen/tools/libxc/include/ |
A D | xenctrl.h | 2485 uint32_t cos_max; member 2491 uint32_t cos_max; member
|
/xen/tools/golang/xenlight/ |
A D | helpers.gen.go | 4068 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 D | xen-command-line.pandoc | 1698 > `= 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