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

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

Completed in 98 milliseconds