OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:pic_ioapic
(Results
1 - 5
of
5
) sorted by relevancy
/src/sys/arch/x86/include/
pic.h
24
struct ioapic_softc *
pic_ioapic
; /* if pic_type ==
PIC_IOAPIC
*/
member in struct:pic
36
#define
PIC_IOAPIC
1
/src/sys/arch/x86/x86/
ioapic.c
271
sc->sc_pic.
pic_ioapic
= sc;
295
sc->sc_pic.pic_type =
PIC_IOAPIC
;
508
struct ioapic_softc *sc = pic->
pic_ioapic
;
523
struct ioapic_softc *sc = pic->
pic_ioapic
;
550
struct ioapic_softc *sc = pic->
pic_ioapic
;
564
struct ioapic_softc *sc = pic->
pic_ioapic
;
mpacpi.c
195
if (pic->pic_type ==
PIC_IOAPIC
)
209
if (pic->pic_type ==
PIC_IOAPIC
) {
210
pic->
pic_ioapic
->sc_pins[pin].ip_map = mpi;
249
if (pic->pic_type ==
PIC_IOAPIC
)
261
if (pic->pic_type ==
PIC_IOAPIC
) {
305
if (pic->pic_type ==
PIC_IOAPIC
)
306
pic->
pic_ioapic
->sc_pins[pin].ip_map = mpi;
663
if (pic->pic_type ==
PIC_IOAPIC
) {
664
pic->
pic_ioapic
->sc_pins[pin].ip_map = mpi;
760
if (pic->pic_type ==
PIC_IOAPIC
)
[
all
...]
mpbios.c
1405
if (sc2 && sc2->
pic_ioapic
!= sc) {
intr.c
348
if (pic->pic_type ==
PIC_IOAPIC
) {
1527
if (isp->is_pic->pic_type ==
PIC_IOAPIC
) {
1529
sc = isp->is_pic->
pic_ioapic
;
1676
if (isp->is_pic->pic_type ==
PIC_IOAPIC
) {
Completed in 20 milliseconds
Indexes created Sat Feb 21 08:20:20 UTC 2026