Home
last modified time | relevance | path

Searched refs:core_count (Results 1 – 4 of 4) sorted by relevance

/u-boot/include/
A Dsmbios.h169 u8 core_count; member
/u-boot/lib/acpi/
A Dacpigen.c368 const uint core_count) in acpigen_write_processor_package() argument
374 acpigen_write_package(ctx, core_count); in acpigen_write_processor_package()
375 for (i = first_core; i < first_core + core_count; ++i) { in acpigen_write_processor_package()
/u-boot/include/acpi/
A Dacpigen.h856 uint first_core, uint core_count);
/u-boot/test/dm/
A Dacpigen.c1384 const int core_count = 3; in dm_test_acpi_write_processor_package() local
1391 acpigen_write_processor_package(ctx, "XCPU", 0, core_count); in dm_test_acpi_write_processor_package()
1398 ut_asserteq(core_count, *ptr++); in dm_test_acpi_write_processor_package()
1418 const int core_count = 3; in dm_test_acpi_write_processor_cnot() local
1425 acpigen_write_processor_cnot(ctx, core_count); in dm_test_acpi_write_processor_cnot()

Completed in 18 milliseconds