Home
last modified time | relevance | path

Searched refs:thrtl (Results 1 – 4 of 4) sorted by relevance

/xen/xen/arch/x86/
A Dpsr.c517 static bool mba_sanitize_thrtl(const struct feat_node *feat, uint32_t *thrtl) in mba_sanitize_thrtl() argument
531 *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()
/xen/tools/xl/
A Dxl_psr.c559 uint64_t thrtl; in main_psr_mba_set() local
602 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()
/xen/docs/misc/
A Dxl-psr.pandoc235 `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.
/xen/docs/man/
A Dxl.1.pod.in1919 =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