Home
last modified time | relevance | path

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

/aosp_15_r20/external/coreboot/src/soc/intel/tigerlake/
H A Dcrashlog_lib.c183 if (cpu_cl_disc_tab.header.fields.guid != CPU_CRASHLOG_DISC_TAB_GUID_VALID) { in cpu_cl_gen_discovery_table()
185 "actual = 0x%X\n", CPU_CRASHLOG_DISC_TAB_GUID_VALID, in cpu_cl_gen_discovery_table()
/aosp_15_r20/external/coreboot/src/soc/intel/common/block/include/intelblocks/
H A Dcrashlog.h22 #define CPU_CRASHLOG_DISC_TAB_GUID_VALID 0x1600 macro