Searched refs:llc_colors (Results 1 – 6 of 6) sorted by relevance
| /tools/xl/ |
| A D | xl_parse.c | 1299 *mca_caps, *smbios, *llc_colors; in parse_config_data() local 1454 if (!xlu_cfg_get_list(config, "llc_colors", &llc_colors, &num_llc_colors, 0)) { in parse_config_data() 1461 buf = xlu_cfg_get_listitem(llc_colors, i); in parse_config_data() 1481 b_info->llc_colors = (uint32_t *)realloc(b_info->llc_colors, in parse_config_data() 1482 sizeof(*b_info->llc_colors) * b_info->num_llc_colors); in parse_config_data() 1485 b_info->llc_colors[cur_index++] = k; in parse_config_data()
|
| /tools/libs/ctrl/ |
| A D | xc_domain.c | 2200 const uint32_t *llc_colors, in xc_domain_set_llc_colors() argument 2217 memcpy(local, llc_colors, bytes); in xc_domain_set_llc_colors() 2218 set_xen_guest_handle(domctl.u.set_llc_colors.llc_colors, local); in xc_domain_set_llc_colors()
|
| /tools/include/ |
| A D | xenctrl.h | 2660 const uint32_t *llc_colors,
|
| /tools/libs/light/ |
| A D | libxl_types.idl | 619 ("llc_colors", Array(uint32, "num_llc_colors")),
|
| A D | libxl_create.c | 708 b_info->llc_colors, in libxl__domain_make()
|
| /tools/golang/xenlight/ |
| A D | helpers.gen.go | 1102 cLlcColors := (*[1<<28]C.uint32_t)(unsafe.Pointer(xc.llc_colors))[:n:n] 1473 xc.llc_colors = (*C.uint32_t)(C.malloc(C.size_t(numLlcColors*numLlcColors))) 1475 cLlcColors := (*[1<<28]C.uint32_t)(unsafe.Pointer(xc.llc_colors))[:numLlcColors:numLlcColors]
|
Completed in 28 milliseconds