/aosp_15_r20/external/coreboot/src/include/cpu/x86/ |
H A D | mp.h | 24 struct mp_ops { struct 31 void (*pre_mp_init)(void); 37 int (*get_cpu_count)(void); 44 void (*get_smm_info)(uintptr_t *perm_smbase, size_t *perm_smsize, 50 void (*get_microcode_info)(const void **microcode, int *parallel); 56 void (*pre_mp_smm_init)(void); 84 * The mp_ops argument is used to drive the multiprocess initialization. Unless argument
|
/aosp_15_r20/external/coreboot/src/soc/intel/tigerlake/ |
H A D | cpu.c | 124 static const struct mp_ops mp_ops = { variable
|
/aosp_15_r20/external/coreboot/src/northbridge/intel/i440bx/ |
H A D | northbridge.c | 80 static const struct mp_ops mp_ops = { variable
|
/aosp_15_r20/external/coreboot/src/soc/intel/jasperlake/ |
H A D | cpu.c | 118 static const struct mp_ops mp_ops = { variable
|
/aosp_15_r20/external/coreboot/src/soc/intel/elkhartlake/ |
H A D | cpu.c | 124 static const struct mp_ops mp_ops = { variable
|
/aosp_15_r20/external/coreboot/src/cpu/intel/model_1067x/ |
H A D | mp_init.c | 88 static const struct mp_ops mp_ops = { variable
|
/aosp_15_r20/external/coreboot/src/soc/intel/xeon_sp/gnr/ |
H A D | cpu.c | 85 static const struct mp_ops mp_ops = { variable
|
/aosp_15_r20/external/coreboot/src/cpu/intel/model_f2x/ |
H A D | mp_init.c | 90 static const struct mp_ops mp_ops = { variable
|
/aosp_15_r20/external/coreboot/src/soc/intel/xeon_sp/skx/ |
H A D | cpu.c | 225 static const struct mp_ops mp_ops = { variable
|
/aosp_15_r20/external/coreboot/src/soc/intel/cannonlake/ |
H A D | cpu.c | 190 static const struct mp_ops mp_ops = { variable
|
/aosp_15_r20/external/coreboot/src/soc/intel/xeon_sp/cpx/ |
H A D | cpu.c | 204 static const struct mp_ops mp_ops = { variable
|
/aosp_15_r20/external/coreboot/src/cpu/intel/model_2065x/ |
H A D | model_2065x_init.c | 155 static const struct mp_ops mp_ops = { variable
|
/aosp_15_r20/external/coreboot/src/soc/intel/xeon_sp/spr/ |
H A D | cpu.c | 250 static const struct mp_ops mp_ops = { variable
|
/aosp_15_r20/external/coreboot/src/soc/intel/meteorlake/ |
H A D | cpu.c | 194 static const struct mp_ops mp_ops = { variable
|
/aosp_15_r20/external/coreboot/src/soc/intel/skylake/ |
H A D | cpu.c | 223 static const struct mp_ops mp_ops = { variable
|
/aosp_15_r20/external/coreboot/src/soc/intel/baytrail/ |
H A D | cpu.c | 186 static const struct mp_ops mp_ops = { variable
|
/aosp_15_r20/external/coreboot/src/soc/intel/braswell/ |
H A D | cpu.c | 192 static const struct mp_ops mp_ops = { variable
|
/aosp_15_r20/external/coreboot/src/cpu/x86/ |
H A D | mp_init.c | 1117 static enum cb_err do_mp_init_with_smm(struct bus *cpu_bus, const struct mp_ops *mp_ops) in do_mp_init_with_smm() 1171 enum cb_err mp_init_with_smm(struct bus *cpu_bus, const struct mp_ops *mp_ops) in mp_init_with_smm()
|
/aosp_15_r20/external/coreboot/src/soc/intel/alderlake/ |
H A D | cpu.c | 179 static const struct mp_ops mp_ops = { variable
|
/aosp_15_r20/external/coreboot/src/soc/intel/apollolake/ |
H A D | cpu.c | 258 static const struct mp_ops mp_ops = { variable
|
/aosp_15_r20/external/coreboot/src/soc/intel/denverton_ns/ |
H A D | cpu.c | 289 static const struct mp_ops mp_ops = { variable
|
/aosp_15_r20/external/coreboot/src/cpu/intel/model_206ax/ |
H A D | model_206ax_init.c | 534 static const struct mp_ops mp_ops = { variable
|
/aosp_15_r20/external/coreboot/src/cpu/intel/haswell/ |
H A D | haswell_init.c | 620 static const struct mp_ops mp_ops = { variable
|