Searched refs:mpbios_int (Results 1 – 6 of 6) sorted by relevance
/openbsd/sys/arch/amd64/amd64/ |
H A D | mpbios.c | 153 void mp_cfg_pci_intr(const struct mpbios_int *, u_int32_t *); 161 void mp_cfg_isa_intr(const struct mpbios_int *, u_int32_t *); 167 int mpbios_int(const u_int8_t *, int, struct mp_intr_map *); 498 const struct mpbios_int *iep; in mpbios_scan() 499 struct mpbios_int ie; in mpbios_scan() 547 iep = (const struct mpbios_int *)position; in mpbios_scan() 580 iep = (const struct mpbios_int *)position; in mpbios_scan() 586 if (mpbios_int((char *)&ie, in mpbios_scan() 591 if (mpbios_int(position, type, in mpbios_scan() 597 if (mpbios_int(position, type, in mpbios_scan() [all …]
|
/openbsd/sys/arch/i386/i386/ |
H A D | mpbios.c | 160 void mp_cfg_pci_intr(const struct mpbios_int *, u_int32_t *); 163 void mp_cfg_eisa_intr(const struct mpbios_int *, u_int32_t *); 166 void mp_cfg_isa_intr(const struct mpbios_int *, u_int32_t *); 172 int mpbios_int(const u_int8_t *, struct mp_intr_map *); 583 const struct mpbios_int *ie = in mpbios_scan() 584 (const struct mpbios_int *)position; in mpbios_scan() 618 if (mpbios_int(position, in mpbios_scan() 655 struct mpbios_int e; in mpbios_invent() 1006 mpbios_int(const u_int8_t *ent, struct mp_intr_map *mpi) in mpbios_int() function 1008 const struct mpbios_int *entry = (const struct mpbios_int *)ent; in mpbios_int() [all …]
|
/openbsd/sys/arch/amd64/include/ |
H A D | mpconfig.h | 14 struct mpbios_int; 20 void (*mb_intr_cfg)(const struct mpbios_int *, u_int32_t *);
|
H A D | mpbiosreg.h | 144 struct mpbios_int { struct
|
/openbsd/sys/arch/i386/include/ |
H A D | mpbiosvar.h | 50 void (*mb_intr_cfg)(const struct mpbios_int *, u_int32_t *);
|
H A D | mpbiosreg.h | 144 struct mpbios_int { struct
|