Home
last modified time | relevance | path

Searched refs:end_bus (Results 1 – 3 of 3) sorted by relevance

/hypervisor/include/hw/
A Dpci.h254 uint8_t end_bus; /* Final PCI Bus number */ member
358 return 0x100000UL * (pci_mmcfg->end_bus - pci_mmcfg->start_bus + 1U); in get_pci_mmcfg_size()
/hypervisor/hw/
A Dpci.c73 .end_bus = DEFAULT_PCI_MMCFG_END_BUS,
440 if ((pbdf.bits.b < phys_pci_mmcfg.start_bus) || (pbdf.bits.b > phys_pci_mmcfg.end_bus)) { in scan_pci_hierarchy()
/hypervisor/dm/vpci/
A Dvpci.c244 vm->vpci.pci_mmcfg.end_bus = USER_VM_VIRT_PCI_MMCFG_END_BUS; in init_vpci()

Completed in 8 milliseconds