/openbmc/u-boot/test/dm/ |
H A D | cpu.c | 23 for (uclass_find_first_device(UCLASS_CPU, &dev); in dm_test_cpu() 28 ut_assertok(uclass_get_device_by_name(UCLASS_CPU, "cpu-test1", &dev)); in dm_test_cpu()
|
/openbmc/u-boot/drivers/cpu/ |
H A D | cpu-uclass.c | 19 ret = uclass_first_device(UCLASS_CPU, &cpu); in cpu_probe_all() 100 .id = UCLASS_CPU,
|
H A D | cpu_sandbox.c | 57 .id = UCLASS_CPU,
|
H A D | riscv_cpu.c | 112 .id = UCLASS_CPU,
|
H A D | bmips_cpu.c | 486 .id = UCLASS_CPU, 503 err = uclass_get_device(UCLASS_CPU, 0, &dev); in print_cpuinfo()
|
H A D | mpc83xx_cpu.c | 343 .id = UCLASS_CPU,
|
/openbmc/u-boot/arch/nios2/cpu/ |
H A D | cpu.c | 65 ret = uclass_first_device_err(UCLASS_CPU, &dev); in arch_cpu_init_dm() 146 .id = UCLASS_CPU,
|
/openbmc/u-boot/arch/x86/cpu/ |
H A D | mp_init.c | 115 for (uclass_find_first_device(UCLASS_CPU, &dev); in find_cpu_by_apic_id() 278 ret = uclass_find_device(UCLASS_CPU, i, &dev); in check_cpu_devices() 445 for (uclass_find_first_device(UCLASS_CPU, &dev); in qemu_cpu_fixup() 493 ret = uclass_get(UCLASS_CPU, &uc); in mp_init()
|
H A D | cpu_x86.c | 93 .id = UCLASS_CPU,
|
H A D | cpu.c | 225 uclass_first_device(UCLASS_CPU, &dev); in x86_init_cpus()
|
/openbmc/u-boot/arch/x86/cpu/qemu/ |
H A D | cpu.c | 40 .id = UCLASS_CPU,
|
/openbmc/u-boot/arch/riscv/cpu/ |
H A D | cpu.c | 26 uclass_find_first_device(UCLASS_CPU, &dev); in supports_extension()
|
/openbmc/u-boot/include/dm/ |
H A D | uclass-id.h | 38 UCLASS_CPU, /* CPU, typically part of an SoC */ enumerator
|
/openbmc/u-boot/arch/x86/cpu/tangier/ |
H A D | acpi.c | 80 ret = uclass_find_first_device(UCLASS_CPU, &dev); in acpi_create_gnvs()
|
/openbmc/u-boot/cmd/ |
H A D | cpu.c | 26 for (uclass_first_device(UCLASS_CPU, &dev); in print_cpu_list()
|
/openbmc/u-boot/arch/x86/cpu/baytrail/ |
H A D | cpu.c | 201 .id = UCLASS_CPU,
|
H A D | acpi.c | 149 ret = uclass_find_first_device(UCLASS_CPU, &dev); in acpi_create_gnvs()
|
/openbmc/u-boot/arch/x86/lib/ |
H A D | sfi.c | 84 for (uclass_find_first_device(UCLASS_CPU, &dev); in sfi_write_cpus()
|
H A D | mpspec.c | 80 for (uclass_find_first_device(UCLASS_CPU, &dev); in mp_write_processor()
|
H A D | acpi_table.c | 196 for (uclass_find_first_device(UCLASS_CPU, &dev); in acpi_create_madt_lapics()
|
/openbmc/u-boot/arch/x86/cpu/ivybridge/ |
H A D | model_206ax.c | 476 .id = UCLASS_CPU,
|
/openbmc/u-boot/lib/ |
H A D | smbios.c | 187 uclass_find_first_device(UCLASS_CPU, &dev); in smbios_write_type4_dm()
|
/openbmc/u-boot/arch/x86/cpu/broadwell/ |
H A D | cpu.c | 761 .id = UCLASS_CPU,
|
/openbmc/u-boot/arch/arm/mach-imx/imx8/ |
H A D | cpu.c | 650 .id = UCLASS_CPU,
|
/openbmc/u-boot/common/ |
H A D | board_f.c | 179 ret = uclass_first_device_err(UCLASS_CPU, &dev); in print_cpuinfo()
|