Searched refs:cpu_get_desc (Results 1 – 8 of 8) sorted by relevance
/openbmc/u-boot/test/dm/ |
H A D | cpu.c | 30 ut_assertok(cpu_get_desc(dev, text, sizeof(text))); in dm_test_cpu()
|
/openbmc/u-boot/arch/riscv/cpu/ |
H A D | cpu.c | 31 if (!cpu_get_desc(dev, desc, sizeof(desc))) { in supports_extension()
|
/openbmc/u-boot/include/ |
H A D | cpu.h | 102 int cpu_get_desc(struct udevice *dev, char *buf, int size);
|
/openbmc/u-boot/drivers/cpu/ |
H A D | cpu-uclass.c | 37 int cpu_get_desc(struct udevice *dev, char *buf, int size) in cpu_get_desc() function
|
H A D | bmips_cpu.c | 511 err = cpu_get_desc(dev, desc, sizeof(desc)); in print_cpuinfo()
|
/openbmc/u-boot/cmd/ |
H A D | cpu.c | 34 ret = cpu_get_desc(dev, buf, sizeof(buf)); in print_cpu_list()
|
/openbmc/u-boot/lib/ |
H A D | smbios.c | 198 if (!cpu_get_desc(dev, processor_name, sizeof(processor_name))) in smbios_write_type4_dm()
|
/openbmc/u-boot/common/ |
H A D | board_f.c | 186 ret = cpu_get_desc(dev, desc, sizeof(desc)); in print_cpuinfo()
|