OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:mpb
(Results
1 - 4
of
4
) sorted by relevancy
/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
...]
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
565
struct mp_bus *
mpb
;
local in function:mpacpi_pciroute
574
mpb
= &mp_busses[mpr->mpr_bus];
576
if (
mpb
->mb_name != NULL)
580
mpb
->mb_intrs = NULL;
581
mpb
->mb_name = "pci";
582
mpb
->mb_idx = mpr->mpr_bus;
583
mpb
->mb_intr_print = mpacpi_print_pci_intr;
584
mpb
->mb_intr_cfg = NULL;
585
mpb
->mb_data = 0;
605
mpi->bus =
mpb
;
975
struct mp_bus *
mpb
;
local in function:mpacpi_pci_attach_hook
1034
struct mp_bus *
mpb
;
local in function:mpacpi_configure_busses
[
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
...]
Completed in 49 milliseconds
Indexes created Wed Oct 15 16:09:53 GMT 2025