Home
last modified time | relevance | path

Searched refs:CXL_PSL_DSISR_An (Results 1 – 6 of 6) sorted by relevance

/linux-6.1.9/drivers/misc/cxl/
Ddebugfs.c109 debugfs_create_io_x64("dsisr", S_IRUSR, dir, _cxl_p2n_addr(afu, CXL_PSL_DSISR_An)); in cxl_debugfs_afu_add()
Dnative.c177 dsisr = cxl_p2n_read(afu, CXL_PSL_DSISR_An); in cxl_psl_purge()
1093 info->dsisr = cxl_p2n_read(afu, CXL_PSL_DSISR_An); in native_get_irq_info()
1231 dsisr = cxl_p2n_read(ctx->afu, CXL_PSL_DSISR_An); in native_irq_wait()
1262 dsisr = cxl_p2n_read(afu, CXL_PSL_DSISR_An); in native_slice_irq_err()
1445 dsisr = cxl_p2n_read(afu, CXL_PSL_DSISR_An); in recover_psl_err()
1446 cxl_p2n_write(afu, CXL_PSL_DSISR_An, dsisr & ~CXL_PSL_DSISR_An_PE); in recover_psl_err()
Dfault.c237 if (cxl_p2n_read(ctx->afu, CXL_PSL_DSISR_An) != dsisr || in cxl_handle_fault()
Dpci.c949 reg = cxl_p2n_read(afu, CXL_PSL_DSISR_An); in sanitise_afu_regs_psl9()
1004 reg = cxl_p2n_read(afu, CXL_PSL_DSISR_An); in sanitise_afu_regs_psl8()
Dcxl.h165 static const cxl_p2n_reg_t CXL_PSL_DSISR_An = {0x060}; variable
Dguest.c209 dsisr = cxl_p2n_read(afu, CXL_PSL_DSISR_An); in guest_slice_irq_err()