Lines Matching refs:buf_paddr

387 			       u64 *buf_paddr, enum fixed_addresses fixmap_idx)  in __ghes_peek_estatus()  argument
392 rc = apei_read(buf_paddr, &g->error_status_address); in __ghes_peek_estatus()
394 *buf_paddr = 0; in __ghes_peek_estatus()
400 if (!*buf_paddr) in __ghes_peek_estatus()
403 ghes_copy_tofrom_phys(estatus, *buf_paddr, sizeof(*estatus), 1, in __ghes_peek_estatus()
406 *buf_paddr = 0; in __ghes_peek_estatus()
414 u64 buf_paddr, enum fixed_addresses fixmap_idx, in __ghes_read_estatus() argument
417 ghes_copy_tofrom_phys(estatus, buf_paddr, buf_len, 1, fixmap_idx); in __ghes_read_estatus()
429 u64 *buf_paddr, enum fixed_addresses fixmap_idx) in ghes_read_estatus() argument
433 rc = __ghes_peek_estatus(ghes, estatus, buf_paddr, fixmap_idx); in ghes_read_estatus()
441 return __ghes_read_estatus(estatus, *buf_paddr, fixmap_idx, in ghes_read_estatus()
447 u64 buf_paddr, enum fixed_addresses fixmap_idx) in ghes_clear_estatus() argument
451 if (!buf_paddr) in ghes_clear_estatus()
454 ghes_copy_tofrom_phys(estatus, buf_paddr, in ghes_clear_estatus()
900 u64 buf_paddr, enum fixed_addresses fixmap_idx) in __ghes_panic() argument
904 ghes_clear_estatus(ghes, estatus, buf_paddr, fixmap_idx); in __ghes_panic()
915 u64 buf_paddr; in ghes_proc() local
918 rc = ghes_read_estatus(ghes, estatus, &buf_paddr, FIX_APEI_GHES_IRQ); in ghes_proc()
923 __ghes_panic(ghes, estatus, buf_paddr, FIX_APEI_GHES_IRQ); in ghes_proc()
932 ghes_clear_estatus(ghes, estatus, buf_paddr, FIX_APEI_GHES_IRQ); in ghes_proc()
1092 u64 buf_paddr; in ghes_in_nmi_queue_one_entry() local
1098 rc = __ghes_peek_estatus(ghes, &tmp_header, &buf_paddr, fixmap_idx); in ghes_in_nmi_queue_one_entry()
1100 ghes_clear_estatus(ghes, &tmp_header, buf_paddr, fixmap_idx); in ghes_in_nmi_queue_one_entry()
1106 ghes_clear_estatus(ghes, &tmp_header, buf_paddr, fixmap_idx); in ghes_in_nmi_queue_one_entry()
1121 if (__ghes_read_estatus(estatus, buf_paddr, fixmap_idx, len)) { in ghes_in_nmi_queue_one_entry()
1122 ghes_clear_estatus(ghes, estatus, buf_paddr, fixmap_idx); in ghes_in_nmi_queue_one_entry()
1130 __ghes_panic(ghes, estatus, buf_paddr, fixmap_idx); in ghes_in_nmi_queue_one_entry()
1133 ghes_clear_estatus(ghes, &tmp_header, buf_paddr, fixmap_idx); in ghes_in_nmi_queue_one_entry()