Home
last modified time | relevance | path

Searched refs:header_count (Results 1 – 2 of 2) sorted by relevance

/openbmc/qemu/backends/
H A Digvm.c767 int32_t header_count; in qigvm_supported_platform_compat_mask()
776 header_count = igvm_header_count(ctx->file, IGVM_HEADER_SECTION_PLATFORM); in qigvm_supported_platform_compat_mask()
777 if (header_count < 0) { in qigvm_supported_platform_compat_mask()
780 header_count); in qigvm_supported_platform_compat_mask()
784 for (header_index = 0; header_index < (unsigned)header_count; in qigvm_supported_platform_compat_mask()
893 int32_t header_count; in qigvm_process_file()
920 header_count = igvm_header_count(ctx.file, IGVM_HEADER_SECTION_DIRECTIVE); in qigvm_process_file()
921 if (header_count <= 0) { in qigvm_process_file()
924 header_count); in qigvm_process_file()
931 ctx.current_header_index < (unsigned)header_count; in qigvm_process_file()
759 int32_t header_count; qigvm_supported_platform_compat_mask() local
885 int32_t header_count; qigvm_process_file() local
[all...]
/openbmc/qemu/hw/mem/
H A Dcxl_type3.c1489 uint8_t header_count = 0; in qmp_cxl_inject_uncorrectable_errors() local
1508 while (header && header_count < 32) { in qmp_cxl_inject_uncorrectable_errors()
1509 cxl_err->header[header_count++] = header->value; in qmp_cxl_inject_uncorrectable_errors()
1512 if (header_count > 32) { in qmp_cxl_inject_uncorrectable_errors()