Home
last modified time | relevance | path

Searched refs:mba (Results 1 – 6 of 6) sorted by relevance

/tools/libs/light/
A Dlibxl_psr.c486 xl_info->u.mba.cos_max = xc_info->mba.cos_max; in libxl__xc_hw_info_to_libxl_hw_info()
487 xl_info->u.mba.thrtl_max = xc_info->mba.thrtl_max; in libxl__xc_hw_info_to_libxl_hw_info()
488 xl_info->u.mba.linear = xc_info->mba.linear; in libxl__xc_hw_info_to_libxl_hw_info()
A Dlibxl_types.idl1349 ("mba", Struct(None, [
/tools/xl/
A Dxl_psr.c337 if (type == LIBXL_PSR_CBM_TYPE_MBA_THRTL && info->u.mba.linear) in psr_print_one_domain_val_type()
625 info[i].u.mba.linear ? "Enabled" : "Disabled"); in psr_mba_hwinfo()
626 printf("Maximum COS : %u\n", info[i].u.mba.cos_max); in psr_mba_hwinfo()
627 printf("Maximum Throttling Value: %u\n", info[i].u.mba.thrtl_max); in psr_mba_hwinfo()
753 bool all = true, cmt = false, cat = false, mba = false; in main_psr_hwinfo() local
769 all = false; mba = true; in main_psr_hwinfo()
784 if (all || mba) in main_psr_hwinfo()
/tools/libs/ctrl/
A Dxc_psr.c373 hw_info->mba.cos_max = sysctl.u.psr_alloc.u.mba_info.cos_max; in xc_psr_get_hw_info()
374 hw_info->mba.thrtl_max = sysctl.u.psr_alloc.u.mba_info.thrtl_max; in xc_psr_get_hw_info()
375 hw_info->mba.linear = sysctl.u.psr_alloc.u.mba_info.flags & in xc_psr_get_hw_info()
/tools/golang/xenlight/
A Dhelpers.gen.go4411 var mba C.libxl_psr_hw_info_type_union_mba
4412 mba.cos_max = C.uint32_t(tmp.CosMax)
4413 mba.thrtl_max = C.uint32_t(tmp.ThrtlMax)
4414 mba.linear = C.bool(tmp.Linear)
4415 mbaBytes := C.GoBytes(unsafe.Pointer(&mba),C.sizeof_libxl_psr_hw_info_type_union_mba)
/tools/include/
A Dxenctrl.h2525 } mba; member

Completed in 21 milliseconds