Home
last modified time | relevance | path

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

/openbmc/u-boot/board/samsung/arndale/
H A Darndale_spl.c12 static struct spl_machine_param machine_param variable
17 .size = sizeof(machine_param),
42 if (machine_param.signature != SIGNATURE) { in spl_get_machine_params()
48 return &machine_param; in spl_get_machine_params()
/openbmc/u-boot/board/samsung/smdk5250/
H A Dsmdk5250_spl.c14 static struct spl_machine_param machine_param variable
19 .size = sizeof(machine_param),
44 if (machine_param.signature != SIGNATURE) { in spl_get_machine_params()
50 return &machine_param; in spl_get_machine_params()
/openbmc/u-boot/board/samsung/smdk5420/
H A Dsmdk5420_spl.c14 static struct spl_machine_param machine_param variable
19 .size = sizeof(machine_param),
44 if (machine_param.signature != SIGNATURE) { in spl_get_machine_params()
50 return &machine_param; in spl_get_machine_params()
/openbmc/u-boot/board/samsung/common/
H A Dexynos-uboot-spl.lds40 .machine_param : { *(.machine_param) } >.sram
/openbmc/u-boot/arch/arm/mach-exynos/
H A Dconfig.mk5 SPL_OBJCFLAGS += -j .machine_param
/openbmc/qemu/tests/qtest/
H A Dbios-tables-test.c82 const char *machine_param; member
832 data->machine, data->machine_param ?: "", in test_acpi_create_args()
840 data->machine, data->machine_param ?: "", in test_acpi_create_args()
849 data->machine, data->machine_param ?: "", in test_acpi_create_args()
1399 data.machine_param = ",hpet=off"; in test_acpi_piix4_tcg_nohpet()
1469 data.machine_param = ",hpet=off"; in test_acpi_q35_tcg_nohpet()