Home
last modified time | relevance | path

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

/openbmc/u-boot/test/dm/
H A Dcpu.c20 ut_assertok(cpu_probe_all()); in dm_test_cpu()
/openbmc/u-boot/arch/riscv/cpu/
H A Dcpu.c55 ret = cpu_probe_all(); in riscv_cpu_probe()
/openbmc/u-boot/include/
H A Dcpu.h136 int cpu_probe_all(void);
/openbmc/u-boot/drivers/cpu/
H A Dcpu-uclass.c14 int cpu_probe_all(void) in cpu_probe_all() function
H A Dmpc83xx_cpu.c41 return cpu_probe_all(); in checkcpu()