Searched refs:thrtl (Results 1 – 4 of 4) sorted by relevance
517 static bool mba_sanitize_thrtl(const struct feat_node *feat, uint32_t *thrtl) in mba_sanitize_thrtl() argument531 *thrtl -= *thrtl % (100 - feat->mba.thrtl_max); in mba_sanitize_thrtl()535 if ( *thrtl & (*thrtl - 1) ) in mba_sanitize_thrtl()536 *thrtl = 1 << (fls(*thrtl) - 1); in mba_sanitize_thrtl()539 return *thrtl <= feat->mba.thrtl_max; in mba_sanitize_thrtl()
559 uint64_t thrtl; in main_psr_mba_set() local602 thrtl = strtoll(argv[optind + 1], NULL , 0); in main_psr_mba_set()604 ret = libxl_psr_set_val(ctx, domid, type, &target_map, thrtl); in main_psr_mba_set()
235 `xl psr-mba-set [OPTIONS] <domid> <thrtl>`237 In a multi-socket system, the same thrtl will be set on each socket by default.238 Per socket thrtl can be specified with the `--socket SOCKET` option.
1919 =item B<psr-mba-set> [I<OPTIONS>] I<domain-id> I<thrtl>1921 Set throttling value (THRTL) for a domain. For how to specify I<thrtl>
Completed in 12 milliseconds