Lines Matching refs:buf_paddr

359 			       u64 *buf_paddr, enum fixed_addresses fixmap_idx)  in __ghes_peek_estatus()  argument
364 rc = apei_read(buf_paddr, &g->error_status_address); in __ghes_peek_estatus()
366 *buf_paddr = 0; in __ghes_peek_estatus()
372 if (!*buf_paddr) in __ghes_peek_estatus()
375 ghes_copy_tofrom_phys(estatus, *buf_paddr, sizeof(*estatus), 1, in __ghes_peek_estatus()
378 *buf_paddr = 0; in __ghes_peek_estatus()
386 u64 buf_paddr, enum fixed_addresses fixmap_idx, in __ghes_read_estatus() argument
389 ghes_copy_tofrom_phys(estatus, buf_paddr, buf_len, 1, fixmap_idx); in __ghes_read_estatus()
401 u64 *buf_paddr, enum fixed_addresses fixmap_idx) in ghes_read_estatus() argument
405 rc = __ghes_peek_estatus(ghes, estatus, buf_paddr, fixmap_idx); in ghes_read_estatus()
413 return __ghes_read_estatus(estatus, *buf_paddr, fixmap_idx, in ghes_read_estatus()
419 u64 buf_paddr, enum fixed_addresses fixmap_idx) in ghes_clear_estatus() argument
423 if (!buf_paddr) in ghes_clear_estatus()
426 ghes_copy_tofrom_phys(estatus, buf_paddr, in ghes_clear_estatus()
862 u64 buf_paddr, enum fixed_addresses fixmap_idx) in __ghes_panic() argument
866 ghes_clear_estatus(ghes, estatus, buf_paddr, fixmap_idx); in __ghes_panic()
877 u64 buf_paddr; in ghes_proc() local
880 rc = ghes_read_estatus(ghes, estatus, &buf_paddr, FIX_APEI_GHES_IRQ); in ghes_proc()
885 __ghes_panic(ghes, estatus, buf_paddr, FIX_APEI_GHES_IRQ); in ghes_proc()
894 ghes_clear_estatus(ghes, estatus, buf_paddr, FIX_APEI_GHES_IRQ); in ghes_proc()
1054 u64 buf_paddr; in ghes_in_nmi_queue_one_entry() local
1060 rc = __ghes_peek_estatus(ghes, &tmp_header, &buf_paddr, fixmap_idx); in ghes_in_nmi_queue_one_entry()
1062 ghes_clear_estatus(ghes, &tmp_header, buf_paddr, fixmap_idx); in ghes_in_nmi_queue_one_entry()
1068 ghes_clear_estatus(ghes, &tmp_header, buf_paddr, fixmap_idx); in ghes_in_nmi_queue_one_entry()
1083 if (__ghes_read_estatus(estatus, buf_paddr, fixmap_idx, len)) { in ghes_in_nmi_queue_one_entry()
1084 ghes_clear_estatus(ghes, estatus, buf_paddr, fixmap_idx); in ghes_in_nmi_queue_one_entry()
1092 __ghes_panic(ghes, estatus, buf_paddr, fixmap_idx); in ghes_in_nmi_queue_one_entry()
1095 ghes_clear_estatus(ghes, &tmp_header, buf_paddr, fixmap_idx); in ghes_in_nmi_queue_one_entry()