Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/acpi/apei/
Derst.c488 id = prev_id = first_id = APEI_ERST_INVALID_RECORD_ID; in __erst_record_id_cache_add_one()
497 if (id == APEI_ERST_INVALID_RECORD_ID) in __erst_record_id_cache_add_one()
502 if (first_id == APEI_ERST_INVALID_RECORD_ID) in __erst_record_id_cache_add_one()
568 if (entries[*pos] != APEI_ERST_INVALID_RECORD_ID) in erst_get_record_id_next()
588 *record_id = APEI_ERST_INVALID_RECORD_ID; in erst_get_record_id_next()
608 if (entries[i] == APEI_ERST_INVALID_RECORD_ID) in __erst_record_id_cache_compact()
895 entries[i] = APEI_ERST_INVALID_RECORD_ID; in erst_clear()
1014 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-4.4.14/include/acpi/
Dapei.h12 #define APEI_ERST_INVALID_RECORD_ID 0xffffffffffffffffULL macro
/linux-4.4.14/arch/x86/kernel/cpu/mcheck/
Dmce-apei.c125 if (*record_id == APEI_ERST_INVALID_RECORD_ID) in apei_read_mce()