Searched refs:cos_max (Results 1 – 6 of 6) sorted by relevance
| /tools/libs/light/ |
| 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 | 1331 ("cos_max", uint32), 1345 ("cos_max", uint32), 1350 ("cos_max", uint32),
|
| /tools/libs/ctrl/ |
| 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()
|
| /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()
|
| /tools/include/ |
| A D | xenctrl.h | 2516 uint32_t cos_max; member 2522 uint32_t cos_max; member
|
| /tools/golang/xenlight/ |
| A D | helpers.gen.go | 4308 x.CosMax = uint32(xc.cos_max) 4320 xc.cos_max = C.uint32_t(x.CosMax) 4369 x.CosMax = uint32(tmp.cos_max) 4381 x.CosMax = uint32(tmp.cos_max) 4401 cat.cos_max = C.uint32_t(tmp.CosMax) 4412 mba.cos_max = C.uint32_t(tmp.CosMax)
|
Completed in 20 milliseconds