Searched refs:ioapic_softc (Results 1 - 11 of 11) sorted by relevance

/openbsd-current/sys/arch/i386/include/
H A Di82093var.h51 struct ioapic_softc { struct
53 struct ioapic_softc *sc_next;
88 void ioapic_print_redir(struct ioapic_softc *, char *, int);
89 struct ioapic_softc *ioapic_find(int);
90 struct ioapic_softc *ioapic_find_bybase(int);
96 extern struct ioapic_softc *ioapics;
H A Dmpbiosvar.h61 struct ioapic_softc *ioapic;
/openbsd-current/sys/arch/amd64/include/
H A Di82093var.h49 struct ioapic_softc { struct
51 struct ioapic_softc *sc_next;
84 void ioapic_print_redir(struct ioapic_softc *, char *, int);
85 struct ioapic_softc *ioapic_find(int);
86 struct ioapic_softc *ioapic_find_bybase(int);
92 extern struct ioapic_softc *ioapics;
H A Dmpconfig.h29 struct ioapic_softc *ioapic;
/openbsd-current/sys/arch/amd64/amd64/
H A Dioapic.c96 void apic_set_redir(struct ioapic_softc *, int, int, struct cpu_info *);
101 struct ioapic_softc *ioapics; /* head of linked list */
105 void ioapic_set_id(struct ioapic_softc *);
108 ioapic_lock(struct ioapic_softc *sc)
120 ioapic_unlock(struct ioapic_softc *sc, u_long flags)
132 ioapic_read_ul(struct ioapic_softc *sc,int regid)
143 ioapic_write_ul(struct ioapic_softc *sc,int regid, u_int32_t val)
150 ioapic_read(struct ioapic_softc *sc, int regid)
162 ioapic_write(struct ioapic_softc *sc,int regid, int val)
171 struct ioapic_softc *
[all...]
H A Dmpbios.c501 struct ioapic_softc *sc;
943 struct ioapic_softc *sc = NULL, *sc2;
H A Dacpi_machdep.c155 struct ioapic_softc *apic;
/openbsd-current/sys/arch/i386/i386/
H A Dioapic.c98 void apic_set_redir(struct ioapic_softc *, int);
99 void apic_vectorset(struct ioapic_softc *, int, int, int);
106 struct ioapic_softc *ioapics; /* head of linked list */
110 void ioapic_set_id(struct ioapic_softc *);
113 ioapic_lock(struct ioapic_softc *sc)
125 ioapic_unlock(struct ioapic_softc *sc, u_long flags)
137 ioapic_read_ul(struct ioapic_softc *sc,int regid)
148 ioapic_write_ul(struct ioapic_softc *sc,int regid, u_int32_t val)
155 ioapic_read(struct ioapic_softc *sc, int regid)
167 ioapic_write(struct ioapic_softc *s
[all...]
H A Dmpbios.c1011 struct ioapic_softc *sc = NULL, *sc2;
/openbsd-current/sys/dev/acpi/
H A Dacpiprt.c255 struct ioapic_softc *apic;
H A Dacpimadt.c199 struct ioapic_softc *apic;

Completed in 189 milliseconds