Searched refs:mpb (Results 1 - 4 of 4) sorted by relevance

/netbsd-current/sys/arch/x86/x86/
H A Dmp.c87 struct mp_bus *mpb; local
91 mpb = &mp_busses[i];
92 if (mpb->mb_name == NULL)
94 if (strcmp(mpb->mb_name, "pci") == 0 && mpb->mb_dev == NULL) {
96 mpb->mb_dev = config_found(self, pba, print,
108 struct mp_bus *mpb; local
111 mpb = &mp_busses[i];
112 if (mpb->mb_name == NULL)
114 if (strcmp(mpb
155 struct mp_bus *mpb; local
[all...]
H A Dmpbios.c850 struct mpbios_bus mpb; local
853 /* mpb.type is irrelevant for mpbios_bus(). */
854 mpb.bus_id = 0;
857 memcpy(mpb.bus_type, dflt_conf->bus_type[i], 6);
858 mpbios_bus((u_int8_t *)&mpb, self);
859 mpb.bus_id++;
1273 struct mp_bus *mpb; local
1284 mpb = &(mp_busses[bus]);
1287 mpb = &extint_bus;
1290 mpb
1411 struct mp_bus *mpb; local
[all...]
H A Dcpu_ucode_amd.c79 uint8_t *mpb; /* microcode patch block */ member in struct:microcode_amd
161 mc_amd.mpb = mc.mc_amd->mpb;
176 hdr = (struct microcode_amd_header *)mc_amd.mpb;
220 mc_amd.mpb = (uint8_t *)mc.mc_mpbuf->mpb_data;
289 mc.mc_amd->mpb = (uint8_t *)mc.mc_mpbuf->mpb_data;
H A Dmpacpi.c572 struct mp_bus *mpb; local
581 mpb = &mp_busses[mpr->mpr_bus];
583 if (mpb->mb_name != NULL)
587 mpb->mb_intrs = NULL;
588 mpb->mb_name = "pci";
589 mpb->mb_idx = mpr->mpr_bus;
590 mpb->mb_intr_print = mpacpi_print_pci_intr;
591 mpb->mb_intr_cfg = NULL;
592 mpb->mb_data = 0;
612 mpi->bus = mpb;
982 struct mp_bus *mpb; local
[all...]

Completed in 211 milliseconds