Searched refs:cbm (Results 1 – 9 of 9) sorted by relevance
| /xen/tools/golang/xenlight/ |
| A D | xenlight.go | 522 if size := int(cbm.size); size > 0 { 538 cbm.size = C.uint32_t(size) 539 if cbm.size > 0 { 540 cbm._map = (*C.uint8_t)(C.malloc(C.ulong(cbm.size) * C.sizeof_uint8_t)) 649 var cbm C.libxl_bitmap 653 defer C.libxl_bitmap_dispose(&cbm) 656 cbm, &uuid, &poolid) 692 var cbm C.libxl_bitmap 696 defer C.libxl_bitmap_dispose(&cbm) 721 var cbm C.libxl_bitmap [all …]
|
| /xen/docs/misc/ |
| A D | xl-psr.pandoc | 110 `xl psr-cat-set [OPTIONS] <domid> <cbm>` 112 where cbm is a number to represent the corresponding cache subset can be used. 113 A cbm is valid only when: 119 In a multi-socket system, the same cbm will be set on each socket by default. 120 Per socket cbm can be specified with the `--socket SOCKET` option. 123 L2 cache. Per cache level cbm can be specified with the `--level LEVEL` option. 134 L2 cache. Per cache level cbm can be specified with the `--level LEVEL` option. 181 `xl psr-cat-set -c <domid> <cbm>` 184 `xl psr-cat-set -d <domid> <cbm>` 187 `xl psr-cat-set <domid> <cbm>`
|
| /xen/docs/features/ |
| A D | intel_psr_cat_cdp.pandoc | 66 `-l2`: Show cbm for L2 cache. 68 `-l3`: Show cbm for L3 cache. 73 2. `psr-cat-set [OPTIONS] domain-id cbm`: 82 `-l2`: Specify cbm for L2 cache. 84 `-l3`: Specify cbm for L3 cache. 91 `-c`: Set L3 CDP code cbm. 93 `-d`: Set L3 CDP data cbm. 272 Show LX cbm for a domain. 281 2. psr-cat-set -lX domain-id cbm 283 Set LX cbm for a domain. [all …]
|
| /xen/xen/arch/x86/ |
| A D | psr.c | 289 unsigned long cbm = *val; in cat_check_cbm() local 292 if ( cbm & (~0ul << cbm_len) ) in cat_check_cbm() 296 if ( cbm == 0 ) in cat_check_cbm() 299 first_bit = find_first_bit(&cbm, cbm_len); in cat_check_cbm() 300 zero_bit = find_next_zero_bit(&cbm, cbm_len, first_bit); in cat_check_cbm() 304 find_next_bit(&cbm, cbm_len, zero_bit) < cbm_len ) in cat_check_cbm()
|
| /xen/tools/xl/ |
| A D | xl_psr.c | 639 uint64_t cbm; in main_psr_cat_cbm_set() local 713 cbm = strtoll(argv[optind + 1], NULL , 0); in main_psr_cat_cbm_set() 715 ret = libxl_psr_cat_set_cbm(ctx, domid, type, &target_map, cbm); in main_psr_cat_cbm_set()
|
| /xen/tools/libxl/ |
| A D | libxl_psr.c | 329 uint64_t cbm) in libxl_psr_cat_set_cbm() argument 331 return libxl_psr_set_val(ctx, domid, type, target_map, cbm); in libxl_psr_cat_set_cbm()
|
| A D | libxl.h | 2624 uint64_t cbm);
|
| /xen/ |
| A D | config.sub | 1643 *-cbm)
|
| /xen/docs/man/ |
| A D | xl.1.pod.in | 1863 =item B<psr-cat-set> [I<OPTIONS>] I<domain-id> I<cbm> 1865 Set cache capacity bitmasks(CBM) for a domain. For how to specify I<cbm>
|
Completed in 23 milliseconds