Home
last modified time | relevance | path

Searched refs:cpu_get_count (Results 1 – 6 of 6) sorted by relevance

/openbmc/u-boot/test/dm/
H A Dcpu.c37 ut_asserteq(cpu_get_count(dev), 42); in dm_test_cpu()
/openbmc/u-boot/include/
H A Dcpu.h119 int cpu_get_count(struct udevice *dev);
/openbmc/u-boot/arch/x86/cpu/tangier/
H A Dacpi.c82 ret = cpu_get_count(dev); in acpi_create_gnvs()
/openbmc/u-boot/drivers/cpu/
H A Dcpu-uclass.c57 int cpu_get_count(struct udevice *dev) in cpu_get_count() function
/openbmc/u-boot/arch/x86/cpu/baytrail/
H A Dacpi.c151 ret = cpu_get_count(dev); in acpi_create_gnvs()
/openbmc/u-boot/arch/x86/cpu/
H A Dmp_init.c514 num_cpus = cpu_get_count(cpu); in mp_init()