Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/acpi/apei/
Derst.c491 id = prev_id = first_id = APEI_ERST_INVALID_RECORD_ID; in __erst_record_id_cache_add_one()
500 if (id == APEI_ERST_INVALID_RECORD_ID) in __erst_record_id_cache_add_one()
505 if (first_id == APEI_ERST_INVALID_RECORD_ID) in __erst_record_id_cache_add_one()
571 if (entries[*pos] != APEI_ERST_INVALID_RECORD_ID) in erst_get_record_id_next()
591 *record_id = APEI_ERST_INVALID_RECORD_ID; in erst_get_record_id_next()
611 if (entries[i] == APEI_ERST_INVALID_RECORD_ID) in __erst_record_id_cache_compact()
898 entries[i] = APEI_ERST_INVALID_RECORD_ID; in erst_clear()
1017 if (record_id == APEI_ERST_INVALID_RECORD_ID) { in erst_reader()
Derst-dbg.c114 if (id == APEI_ERST_INVALID_RECORD_ID) { in erst_dbg_read()
/linux-4.1.27/include/acpi/
Dapei.h12 #define APEI_ERST_INVALID_RECORD_ID 0xffffffffffffffffULL macro
/linux-4.1.27/arch/x86/kernel/cpu/mcheck/
Dmce-apei.c126 if (*record_id == APEI_ERST_INVALID_RECORD_ID) in apei_read_mce()