Home
last modified time | relevance | path

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

/hypervisor/acpi_parser/
A Ddmar_parse.c43 union pci_bdf dmar_bdf; in dmar_path_bdf() local
45 dmar_bdf.bits.b = busno; in dmar_path_bdf()
46 dmar_bdf.bits.d = path->device; in dmar_path_bdf()
47 dmar_bdf.bits.f = path->function; in dmar_path_bdf()
50 dmar_bdf.bits.b = get_secondary_bus(dmar_bdf.bits.b, dmar_bdf.bits.d, dmar_bdf.bits.f); in dmar_path_bdf()
51 dmar_bdf.bits.d = path[i].device; in dmar_path_bdf()
52 dmar_bdf.bits.f = path[i].function; in dmar_path_bdf()
54 return dmar_bdf; in dmar_path_bdf()
61 union pci_bdf dmar_bdf; in handle_dmar_devscope() local
74 dev_scope->bus = dmar_bdf.fields.bus; in handle_dmar_devscope()
[all …]
/hypervisor/arch/x86/
A Dvtd.c799 union pci_bdf dmar_bdf; in fault_record_analysis() local
802 dmar_bdf.value = dma_frcd_up_sid(high); in fault_record_analysis()
806 dmar_bdf.bits.b, dmar_bdf.bits.d, dmar_bdf.bits.f, low); in fault_record_analysis()

Completed in 6 milliseconds