Searched refs:tmp_header (Results 1 – 1 of 1) sorted by relevance
/linux/drivers/acpi/apei/ |
H A D | ghes.c | 1173 struct acpi_hest_generic_status *estatus, tmp_header; in ghes_in_nmi_queue_one_entry() local 1182 rc = __ghes_peek_estatus(ghes, &tmp_header, &buf_paddr, fixmap_idx); in ghes_in_nmi_queue_one_entry() 1184 ghes_clear_estatus(ghes, &tmp_header, buf_paddr, fixmap_idx); in ghes_in_nmi_queue_one_entry() 1188 rc = __ghes_check_estatus(ghes, &tmp_header); in ghes_in_nmi_queue_one_entry() 1190 ghes_clear_estatus(ghes, &tmp_header, buf_paddr, fixmap_idx); in ghes_in_nmi_queue_one_entry() 1194 len = cper_estatus_len(&tmp_header); in ghes_in_nmi_queue_one_entry() 1217 ghes_clear_estatus(ghes, &tmp_header, buf_paddr, fixmap_idx); in ghes_in_nmi_queue_one_entry()
|