Home
last modified time | relevance | path

Searched refs:mp_init (Results 1 – 5 of 5) sorted by relevance

/openbmc/u-boot/arch/x86/include/asm/
H A Dmp.h87 int mp_init(struct mp_params *params);
/openbmc/u-boot/arch/x86/cpu/
H A DMakefile41 obj-$(CONFIG_SMP) += mp_init.o
H A Dmp_init.c484 int mp_init(struct mp_params *p) in mp_init() function
/openbmc/openbmc/poky/meta/recipes-core/dropbear/dropbear/
H A DCVE-2023-36328.patch57 /* init an mp_init for a given size */
/openbmc/u-boot/arch/x86/cpu/i386/
H A Dcpu.c579 if (mp_init(&mp_params)) { in x86_mp_init()