Lines Matching full:bandwidth

260             error_setg(errp, "Invalid option 'bandwidth' since "  in parse_numa_hmat_lb()
317 /* Input bandwidth data */ in parse_numa_hmat_lb()
319 error_setg(errp, "Missing 'bandwidth' option"); in parse_numa_hmat_lb()
324 "the data type is bandwidth"); in parse_numa_hmat_lb()
327 if (!QEMU_IS_ALIGNED(node->bandwidth, MiB)) { in parse_numa_hmat_lb()
328 error_setg(errp, "Bandwidth %" PRIu64 " between initiator=%d and " in parse_numa_hmat_lb()
329 "target=%d should be 1MB aligned", node->bandwidth, in parse_numa_hmat_lb()
340 error_setg(errp, "Duplicate configuration of the bandwidth for " in parse_numa_hmat_lb()
349 if (node->bandwidth) { in parse_numa_hmat_lb()
350 /* Keep bitmap unchanged when bandwidth out of range */ in parse_numa_hmat_lb()
352 bitmap_copy |= node->bandwidth; in parse_numa_hmat_lb()
355 max_entry = node->bandwidth / temp_base; in parse_numa_hmat_lb()
359 * For bandwidth, first_bit record the base unit of bandwidth bits, in parse_numa_hmat_lb()
360 * last_bit record the last bit of the max bandwidth. The max in parse_numa_hmat_lb()
361 * compressed bandwidth should be less than 0xFFFF (UINT16_MAX) in parse_numa_hmat_lb()
365 error_setg(errp, "Bandwidth %" PRIu64 " between initiator=%d " in parse_numa_hmat_lb()
367 "entered values on more than %d", node->bandwidth, in parse_numa_hmat_lb()
377 * bandwidth information is provided in parse_numa_hmat_lb()
381 lb_data.data = node->bandwidth; in parse_numa_hmat_lb()
403 error_setg(errp, "The latency and bandwidth information of " in parse_numa_hmat_cache()