Lines Matching refs:buf_paddr

338 			       u64 *buf_paddr, enum fixed_addresses fixmap_idx)  in __ghes_peek_estatus()  argument
343 rc = apei_read(buf_paddr, &g->error_status_address); in __ghes_peek_estatus()
345 *buf_paddr = 0; in __ghes_peek_estatus()
351 if (!*buf_paddr) in __ghes_peek_estatus()
354 ghes_copy_tofrom_phys(estatus, *buf_paddr, sizeof(*estatus), 1, in __ghes_peek_estatus()
357 *buf_paddr = 0; in __ghes_peek_estatus()
365 u64 buf_paddr, enum fixed_addresses fixmap_idx, in __ghes_read_estatus() argument
368 ghes_copy_tofrom_phys(estatus, buf_paddr, buf_len, 1, fixmap_idx); in __ghes_read_estatus()
380 u64 *buf_paddr, enum fixed_addresses fixmap_idx) in ghes_read_estatus() argument
384 rc = __ghes_peek_estatus(ghes, estatus, buf_paddr, fixmap_idx); in ghes_read_estatus()
392 return __ghes_read_estatus(estatus, *buf_paddr, fixmap_idx, in ghes_read_estatus()
398 u64 buf_paddr, enum fixed_addresses fixmap_idx) in ghes_clear_estatus() argument
402 if (!buf_paddr) in ghes_clear_estatus()
405 ghes_copy_tofrom_phys(estatus, buf_paddr, in ghes_clear_estatus()
708 u64 buf_paddr, enum fixed_addresses fixmap_idx) in __ghes_panic() argument
712 ghes_clear_estatus(ghes, estatus, buf_paddr, fixmap_idx); in __ghes_panic()
723 u64 buf_paddr; in ghes_proc() local
726 rc = ghes_read_estatus(ghes, estatus, &buf_paddr, FIX_APEI_GHES_IRQ); in ghes_proc()
731 __ghes_panic(ghes, estatus, buf_paddr, FIX_APEI_GHES_IRQ); in ghes_proc()
740 ghes_clear_estatus(ghes, estatus, buf_paddr, FIX_APEI_GHES_IRQ); in ghes_proc()
886 u64 buf_paddr; in ghes_in_nmi_queue_one_entry() local
892 rc = __ghes_peek_estatus(ghes, &tmp_header, &buf_paddr, fixmap_idx); in ghes_in_nmi_queue_one_entry()
894 ghes_clear_estatus(ghes, &tmp_header, buf_paddr, fixmap_idx); in ghes_in_nmi_queue_one_entry()
900 ghes_clear_estatus(ghes, &tmp_header, buf_paddr, fixmap_idx); in ghes_in_nmi_queue_one_entry()
914 if (__ghes_read_estatus(estatus, buf_paddr, fixmap_idx, len)) { in ghes_in_nmi_queue_one_entry()
915 ghes_clear_estatus(ghes, estatus, buf_paddr, fixmap_idx); in ghes_in_nmi_queue_one_entry()
923 __ghes_panic(ghes, estatus, buf_paddr, fixmap_idx); in ghes_in_nmi_queue_one_entry()
926 ghes_clear_estatus(ghes, &tmp_header, buf_paddr, fixmap_idx); in ghes_in_nmi_queue_one_entry()