Home
last modified time | relevance | path

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

/openbmc/qemu/include/hw/firmware/
H A Dsmbios.h214 uint16_t thread_count2; member
220 SMBIOS_TYPE_4_LEN_V30 = offsetofend(struct smbios_type_4, thread_count2),
/openbmc/u-boot/include/
H A Dsmbios.h174 u16 thread_count2; member
/openbmc/qemu/tests/qtest/
H A Dbios-tables-test.c663 uint16_t thread_count2, expected_thread_count2 = data->smbios_thread_count2; in smbios_cpu_test() local
701 thread_count2 = qtest_readw(data->qts, in smbios_cpu_test()
703 thread_count2)); in smbios_cpu_test()
707 g_assert_cmpuint(thread_count2, ==, expected_thread_count2); in smbios_cpu_test()
/openbmc/linux/drivers/firmware/efi/libstub/
H A Defistub.h1122 u16 thread_count2; member
/openbmc/qemu/hw/smbios/
H A Dsmbios.c723 t->thread_count2 = cpu_to_le16(threads_per_socket); in smbios_build_type_4_table()
/openbmc/qemu/tests/functional/acpi-bits/bits-tests/
H A Dsmbios.py2491 self.add_field('thread_count2', u.unpack_one("<H"))