Home
last modified time | relevance | path

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

/openbmc/qemu/hw/smbios/
H A Dsmbios.c610 #define T19_BASE 0x1300 macro
901 SMBIOS_BUILD_TABLE_PRE(19, T19_BASE + offset + instance, in smbios_build_type_19_table()
1131 offset = (dimm_cnt > (T19_BASE - T17_BASE)) ? \ in smbios_get_tables()
1132 dimm_cnt - (T19_BASE - T17_BASE) : 0; in smbios_get_tables()
1149 assert((mem_array_size + offset) < (T32_BASE - T19_BASE)); in smbios_get_tables()