Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/intel/io/pci/
H A Dpci_boot.c3539 uint32_t lobase, hibase = 0; in create_ioapic_node() local
3549 hibase = (*pci_getl_func)(bus, dev, fn, PCI_CONF_BASE0 + 4); in create_ioapic_node()
3553 physaddr = (((uint64_t)hibase) << 32) | lobase; in create_ioapic_node()