Searched refs:mp_intr_map (Results 1 – 20 of 20) sorted by relevance
/openbsd/sys/arch/amd64/include/ |
H A D | mpconfig.h | 21 struct mp_intr_map *mb_intrs; 25 struct mp_intr_map { struct 26 struct mp_intr_map *next; argument 42 extern struct mp_intr_map *mp_intrs; argument
|
H A D | i82093var.h | 42 struct mp_intr_map *ip_map;
|
/openbsd/sys/arch/i386/include/ |
H A D | mpbiosvar.h | 51 struct mp_intr_map *mb_intrs; 55 struct mp_intr_map { struct 56 struct mp_intr_map *next; argument 72 extern struct mp_intr_map *mp_intrs; argument
|
H A D | i82093var.h | 43 struct mp_intr_map *ip_map;
|
/openbsd/sys/arch/i386/i386/ |
H A D | mpbios.c | 172 int mpbios_int(const u_int8_t *, struct mp_intr_map *); 474 struct mp_intr_map *mp_intrs; 597 mp_intrs = mallocarray(intr_cnt, sizeof(struct mp_intr_map), in mpbios_scan() 654 struct mp_intr_map *mip; in mpbios_invent() 1006 mpbios_int(const u_int8_t *ent, struct mp_intr_map *mpi) in mpbios_int() 1012 struct mp_intr_map *altmpi; in mpbios_int()
|
H A D | mpbios_intr_fixup.c | 152 struct mp_intr_map *mip; in mpbios_pin_fixup()
|
H A D | lapic.c | 136 struct mp_intr_map *mpi; in lapic_set_lvt()
|
H A D | ioapic.c | 418 struct mp_intr_map *map; in apic_set_redir()
|
/openbsd/sys/arch/amd64/amd64/ |
H A D | mpbios.c | 167 int mpbios_int(const u_int8_t *, int, struct mp_intr_map *); 560 mp_intrs = mallocarray(intr_cnt, sizeof(struct mp_intr_map), in mpbios_scan() 939 mpbios_int(const u_int8_t *ent, int enttype, struct mp_intr_map *mpi) in mpbios_int() 944 struct mp_intr_map *altmpi; in mpbios_int()
|
H A D | mainbus.c | 131 struct mp_intr_map *mp_intrs;
|
H A D | mpbios_intr_fixup.c | 152 struct mp_intr_map *mip; in mpbios_pin_fixup()
|
H A D | ioapic.c | 389 struct mp_intr_map *map; in apic_set_redir()
|
H A D | acpi_machdep.c | 156 struct mp_intr_map *map; in acpi_intr_establish()
|
H A D | lapic.c | 265 struct mp_intr_map *mpi; in lapic_set_lvt()
|
/openbsd/sys/dev/acpi/ |
H A D | acpimadt.c | 198 struct mp_intr_map *map; in acpimadt_attach() 339 mp_intrs = mallocarray(nlapic_nmis, sizeof(struct mp_intr_map), in acpimadt_attach()
|
H A D | acpiprt.c | 254 struct mp_intr_map *map; in acpiprt_prt_add()
|
/openbsd/sys/arch/amd64/isa/ |
H A D | isa_machdep.c | 261 struct mp_intr_map *mip; in isa_intr_establish()
|
/openbsd/sys/arch/i386/isa/ |
H A D | isa_machdep.c | 456 struct mp_intr_map *mip; in isa_intr_establish()
|
/openbsd/sys/arch/i386/pci/ |
H A D | pci_machdep.c | 644 struct mp_intr_map *mip; in pci_intr_map()
|
/openbsd/sys/arch/amd64/pci/ |
H A D | pci_machdep.c | 717 struct mp_intr_map *mip; in pci_intr_map()
|