Symbol: mp_intr_map
sys/arch/amd64/amd64/amd64_mainbus.c
127
struct mp_intr_map *mp_intrs;
sys/arch/i386/i386/i386_mainbus.c
149
struct mp_intr_map *mp_intrs;
sys/arch/x86/acpi/acpi_machdep.c
252
struct mp_intr_map tmpmap, *mip, **mipp = NULL;
sys/arch/x86/include/i82093var.h
42
struct mp_intr_map *ip_map;
sys/arch/x86/include/mpacpi.h
14
struct mp_intr_map;
sys/arch/x86/include/mpacpi.h
15
int mpacpi_findintr_linkdev(struct mp_intr_map *);
sys/arch/x86/include/mpconfig.h
44
struct mp_intr_map *mb_intrs;
sys/arch/x86/include/mpconfig.h
53
struct mp_intr_map *next;
sys/arch/x86/include/mpconfig.h
79
extern struct mp_intr_map *mp_intrs;
sys/arch/x86/x86/ioapic.c
417
struct mp_intr_map *map;
sys/arch/x86/x86/lapic.c
425
struct mp_intr_map *mpi;
sys/arch/x86/x86/mp.c
213
struct mp_intr_map *mip, *intrs;
sys/arch/x86/x86/mpacpi.c
1072
mpacpi_findintr_linkdev(struct mp_intr_map *mip)
sys/arch/x86/x86/mpacpi.c
125
static void mpacpi_print_intr(struct mp_intr_map *);
sys/arch/x86/x86/mpacpi.c
180
struct mp_intr_map *mpi;
sys/arch/x86/x86/mpacpi.c
564
struct mp_intr_map *mpi, *iter;
sys/arch/x86/x86/mpacpi.c
730
struct mp_intr_map *mpi;
sys/arch/x86/x86/mpacpi.c
747
mp_intrs = kmem_zalloc(sizeof(struct mp_intr_map) * mp_nintr, KM_SLEEP);
sys/arch/x86/x86/mpacpi.c
845
mpacpi_print_intr(struct mp_intr_map *mpi)
sys/arch/x86/x86/mpbios.c
1321
mpbios_int(const uint8_t *ent, int enttype, struct mp_intr_map *mpi)
sys/arch/x86/x86/mpbios.c
1327
struct mp_intr_map *altmpi;
sys/arch/x86/x86/mpbios.c
207
static void mpbios_int(const uint8_t *, int, struct mp_intr_map *);
sys/arch/x86/x86/mpbios.c
695
mp_intrs = kmem_zalloc(sizeof(struct mp_intr_map) * intr_cnt,
sys/arch/x86/x86/mpbios.c
767
mp_intrs = kmem_zalloc(sizeof(struct mp_intr_map)*intr_cnt,
sys/arch/xen/x86/xen_mainbus.c
85
struct mp_intr_map *mp_intrs;