Home
last modified time | relevance | path

Searched defs:ioapic_softc (Results 1 – 1 of 1) sorted by relevance

/netbsd-src/sys/arch/x86/include/
H A Di82093var.h48 struct ioapic_softc { struct
51 struct ioapic_softc *sc_next; argument
52 int sc_apic_vers;
53 int sc_apic_vecbase; /* global int base if ACPI */
54 int sc_apic_sz; /* apic size */
55 int sc_flags;
56 paddr_t sc_pa; /* PA of ioapic */
57 volatile uint32_t *sc_reg; /* KVA of ioapic addr */
58 volatile uint32_t *sc_data; /* KVA of ioapic data */
59 struct ioapic_pin *sc_pins; /* sc_apic_sz entries */