Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/acpi/apei/
Derst.c489 id = prev_id = first_id = APEI_ERST_INVALID_RECORD_ID; in __erst_record_id_cache_add_one()
498 if (id == APEI_ERST_INVALID_RECORD_ID) in __erst_record_id_cache_add_one()
503 if (first_id == APEI_ERST_INVALID_RECORD_ID) in __erst_record_id_cache_add_one()
563 if (entries[*pos] != APEI_ERST_INVALID_RECORD_ID) in erst_get_record_id_next()
583 *record_id = APEI_ERST_INVALID_RECORD_ID; in erst_get_record_id_next()
603 if (entries[i] == APEI_ERST_INVALID_RECORD_ID) in __erst_record_id_cache_compact()
890 entries[i] = APEI_ERST_INVALID_RECORD_ID; in erst_clear()
1002 if (record_id == APEI_ERST_INVALID_RECORD_ID) { in erst_reader()
Derst-dbg.c110 if (id == APEI_ERST_INVALID_RECORD_ID) { in erst_dbg_read()
/Linux-v4.19/include/acpi/
Dapei.h13 #define APEI_ERST_INVALID_RECORD_ID 0xffffffffffffffffULL macro
/Linux-v4.19/arch/x86/kernel/cpu/mcheck/
Dmce-apei.c128 if (*record_id == APEI_ERST_INVALID_RECORD_ID) in apei_read_mce()