/src/sys/arch/x86/x86/ |
mp.c | 87 struct mp_bus *mpb; local in function:mp_pci_scan 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 in function:mp_pci_childdetached 111 mpb = &mp_busses[i]; 112 if (mpb->mb_name == NULL) 114 if (strcmp(mpb->mb_name, "pci") == 0 && mpb->mb_dev == child 155 struct mp_bus *mpb; local in function:intr_find_pcibridge [all...] |
mp.c | 87 struct mp_bus *mpb; local in function:mp_pci_scan 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 in function:mp_pci_childdetached 111 mpb = &mp_busses[i]; 112 if (mpb->mb_name == NULL) 114 if (strcmp(mpb->mb_name, "pci") == 0 && mpb->mb_dev == child 155 struct mp_bus *mpb; local in function:intr_find_pcibridge [all...] |
mp.c | 87 struct mp_bus *mpb; local in function:mp_pci_scan 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 in function:mp_pci_childdetached 111 mpb = &mp_busses[i]; 112 if (mpb->mb_name == NULL) 114 if (strcmp(mpb->mb_name, "pci") == 0 && mpb->mb_dev == child 155 struct mp_bus *mpb; local in function:intr_find_pcibridge [all...] |
cpu_ucode_amd.c | 79 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;
|
cpu_ucode_amd.c | 79 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;
|
cpu_ucode_amd.c | 79 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;
|
mpacpi.c | 561 struct mp_bus *mpb; local in function:mpacpi_pciroute 570 mpb = &mp_busses[mpr->mpr_bus]; 572 if (mpb->mb_name != NULL) 576 mpb->mb_intrs = NULL; 577 mpb->mb_name = "pci"; 578 mpb->mb_idx = mpr->mpr_bus; 579 mpb->mb_intr_print = mpacpi_print_pci_intr; 580 mpb->mb_intr_cfg = NULL; 581 mpb->mb_data = 0; 601 mpi->bus = mpb; 971 struct mp_bus *mpb; local in function:mpacpi_pci_attach_hook [all...] |
mpacpi.c | 561 struct mp_bus *mpb; local in function:mpacpi_pciroute 570 mpb = &mp_busses[mpr->mpr_bus]; 572 if (mpb->mb_name != NULL) 576 mpb->mb_intrs = NULL; 577 mpb->mb_name = "pci"; 578 mpb->mb_idx = mpr->mpr_bus; 579 mpb->mb_intr_print = mpacpi_print_pci_intr; 580 mpb->mb_intr_cfg = NULL; 581 mpb->mb_data = 0; 601 mpi->bus = mpb; 971 struct mp_bus *mpb; local in function:mpacpi_pci_attach_hook [all...] |
mpacpi.c | 561 struct mp_bus *mpb; local in function:mpacpi_pciroute 570 mpb = &mp_busses[mpr->mpr_bus]; 572 if (mpb->mb_name != NULL) 576 mpb->mb_intrs = NULL; 577 mpb->mb_name = "pci"; 578 mpb->mb_idx = mpr->mpr_bus; 579 mpb->mb_intr_print = mpacpi_print_pci_intr; 580 mpb->mb_intr_cfg = NULL; 581 mpb->mb_data = 0; 601 mpi->bus = mpb; 971 struct mp_bus *mpb; local in function:mpacpi_pci_attach_hook [all...] |
mpbios.c | 905 struct mpbios_bus mpb; local in function:mpbios_dflt_conf_bus 908 /* mpb.type is irrelevant for mpbios_bus(). */ 909 mpb.bus_id = 0; 912 memcpy(mpb.bus_type, dflt_conf->bus_type[i], 6); 913 mpbios_bus((u_int8_t *)&mpb, self); 914 mpb.bus_id++; 1328 struct mp_bus *mpb; local in function:mpbios_int 1339 mpb = &(mp_busses[bus]); 1342 mpb = &extint_bus; 1345 mpb = &smi_bus 1466 struct mp_bus *mpb; local in function:mpbios_pci_attach_hook [all...] |
mpbios.c | 905 struct mpbios_bus mpb; local in function:mpbios_dflt_conf_bus 908 /* mpb.type is irrelevant for mpbios_bus(). */ 909 mpb.bus_id = 0; 912 memcpy(mpb.bus_type, dflt_conf->bus_type[i], 6); 913 mpbios_bus((u_int8_t *)&mpb, self); 914 mpb.bus_id++; 1328 struct mp_bus *mpb; local in function:mpbios_int 1339 mpb = &(mp_busses[bus]); 1342 mpb = &extint_bus; 1345 mpb = &smi_bus 1466 struct mp_bus *mpb; local in function:mpbios_pci_attach_hook [all...] |
mpbios.c | 905 struct mpbios_bus mpb; local in function:mpbios_dflt_conf_bus 908 /* mpb.type is irrelevant for mpbios_bus(). */ 909 mpb.bus_id = 0; 912 memcpy(mpb.bus_type, dflt_conf->bus_type[i], 6); 913 mpbios_bus((u_int8_t *)&mpb, self); 914 mpb.bus_id++; 1328 struct mp_bus *mpb; local in function:mpbios_int 1339 mpb = &(mp_busses[bus]); 1342 mpb = &extint_bus; 1345 mpb = &smi_bus 1466 struct mp_bus *mpb; local in function:mpbios_pci_attach_hook [all...] |