Home
last modified time | relevance | path

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

/linux/drivers/acpi/apei/
H A Derst.c508 id = prev_id = first_id = APEI_ERST_INVALID_RECORD_ID; in __erst_record_id_cache_add_one()
517 if (id == APEI_ERST_INVALID_RECORD_ID) in __erst_record_id_cache_add_one()
522 if (first_id == APEI_ERST_INVALID_RECORD_ID) in __erst_record_id_cache_add_one()
582 if (entries[*pos] != APEI_ERST_INVALID_RECORD_ID) in erst_get_record_id_next()
602 *record_id = APEI_ERST_INVALID_RECORD_ID; in erst_get_record_id_next()
622 if (entries[i] == APEI_ERST_INVALID_RECORD_ID) in __erst_record_id_cache_compact()
902 entries[i] = APEI_ERST_INVALID_RECORD_ID; in erst_clear_cache()
983 entries[i] = APEI_ERST_INVALID_RECORD_ID; in erst_clear()
1091 if (record_id == APEI_ERST_INVALID_RECORD_ID) { in erst_reader()
/linux/include/acpi/
H A Dapei.h13 #define APEI_ERST_INVALID_RECORD_ID 0xffffffffffffffffULL macro
/linux/arch/x86/kernel/cpu/mce/
H A Dapei.c189 if (*record_id == APEI_ERST_INVALID_RECORD_ID) in apei_read_mce()
/linux/drivers/ras/amd/
H A Dfmpm.c671 if (record_id == APEI_ERST_INVALID_RECORD_ID) in get_saved_records()