Home
last modified time | relevance | path

Searched refs:source_id (Results 1 – 9 of 9) sorted by relevance

/qemu/hw/acpi/
A Dghes.c290 static void build_ghes_v2(GArray *table_data, int source_id, BIOSLinker *linker) in build_ghes_v2() argument
299 build_append_int_noprefix(table_data, source_id, 2); in build_ghes_v2()
320 ACPI_GHES_ERRORS_FW_CFG_FILE, source_id * sizeof(uint64_t)); in build_ghes_v2()
322 switch (source_id) { in build_ghes_v2()
349 (ACPI_GHES_ERROR_SOURCE_COUNT + source_id) * sizeof(uint64_t)); in build_ghes_v2()
391 int acpi_ghes_record_errors(uint8_t source_id, uint64_t physical_address) in acpi_ghes_record_errors() argument
399 assert(source_id < ACPI_HEST_SRC_ID_RESERVED); in acpi_ghes_record_errors()
410 if (source_id < ACPI_HEST_SRC_ID_RESERVED) { in acpi_ghes_record_errors()
411 start_addr += source_id * sizeof(uint64_t); in acpi_ghes_record_errors()
A Dghes-stub.c14 int acpi_ghes_record_errors(uint8_t source_id, uint64_t physical_address) in acpi_ghes_record_errors() argument
/qemu/hw/i386/
A Dintel_iommu.c366 key.sid = source_id; in vtd_lookup_iotlb()
402 key->sid = source_id; in vtd_update_iotlb()
539 if (vtd_try_collapse_fault(s, source_id)) { in vtd_report_frcd_fault()
1847 vtd_as = vtd_get_as_by_sid(s, source_id); in vtd_pt_enable_fast_path()
1991 vtd_pt_enable_fast_path(s, source_id); in vtd_do_iommu_translate()
2130 bus_n = VTD_SID_TO_BUS(source_id); in vtd_context_device_invalidate()
2131 devfn = VTD_SID_TO_DEVFN(source_id); in vtd_context_device_invalidate()
3432 uint16_t mask, source_id; in vtd_irte_get() local
3493 source_id = entry->irte.source_id; in vtd_irte_get()
3512 bus_max = source_id >> 8; in vtd_irte_get()
[all …]
/qemu/include/hw/pci/
A Dpcie_aer.h31 uint16_t source_id; /* bdf */ member
77 uint16_t source_id; /* bdf */ member
/qemu/include/hw/i386/
A Dintel_iommu.h211 uint64_t source_id:16; /* Source-ID */ member
213 uint64_t source_id:16; /* Source-ID */ member
/qemu/hw/pci/
A Dpcie_aer.c338 msg->source_id); in pcie_aer_msg_root_port()
360 PCI_ERR_SRC_UNCOR_OFFS, msg->source_id); in pcie_aer_msg_root_port()
704 inj.msg.source_id = err->source_id; in pcie_aer_inject_error()
802 VMSTATE_UINT16(source_id, PCIEAERErr),
A Dpci-hmp-cmds.c210 aer_err.source_id = pci_requester_id(dev); in hmp_pcie_aer_inject_error()
/qemu/docs/specs/
A Dacpi_hest_ghes.rst106 (11) kvm_arch_on_sigbus_vcpu() uses source_id as index in "etc/hardware_errors" to
108 source_id values should be assigned here and not be changed afterwards to make sure
/qemu/hw/mem/
A Dcxl_type3.c1431 err.source_id = pci_requester_id(PCI_DEVICE(obj)); in qmp_cxl_inject_uncorrectable_errors()
1522 err.source_id = pci_requester_id(PCI_DEVICE(obj)); in qmp_cxl_inject_correctable_error()

Completed in 34 milliseconds