Home
last modified time | relevance | path

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

/openbmc/qemu/backends/
H A Digvm.c759 int32_t header_count; in qigvm_supported_platform_compat_mask() local
768 header_count = igvm_header_count(ctx->file, IGVM_HEADER_SECTION_PLATFORM); in qigvm_supported_platform_compat_mask()
769 if (header_count < 0) { in qigvm_supported_platform_compat_mask()
772 header_count); in qigvm_supported_platform_compat_mask()
776 for (header_index = 0; header_index < (unsigned)header_count; in qigvm_supported_platform_compat_mask()
885 int32_t header_count; in qigvm_process_file() local
912 header_count = igvm_header_count(ctx.file, IGVM_HEADER_SECTION_DIRECTIVE); in qigvm_process_file()
913 if (header_count <= 0) { in qigvm_process_file()
916 header_count); in qigvm_process_file()
923 ctx.current_header_index < (unsigned)header_count; in qigvm_process_file()
[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()