Searched defs:ioapic_softc (Results 1 – 2 of 2) sorted by relevance
48 struct ioapic_softc { struct50 struct ioapic_softc *sc_next; argument51 int sc_apicid;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 u_int32_t *sc_reg; /* KVA of ioapic addr */58 volatile u_int32_t *sc_data; /* KVA of ioapic data */[all …]
50 struct ioapic_softc { struct52 struct ioapic_softc *sc_next; argument53 int sc_apicid;54 int sc_apic_vers;55 int sc_apic_vecbase; /* global int base if ACPI */56 int sc_apic_sz; /* apic size*/57 int sc_flags;58 paddr_t sc_pa; /* PA of ioapic */59 volatile u_int32_t *sc_reg; /* KVA of ioapic addr */60 volatile u_int32_t *sc_data; /* KVA of ioapic data */[all …]