Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/misc/cxl/
Ddebugfs.c118 debugfs_create_io_x64("dsisr", S_IRUSR, dir, _cxl_p2n_addr(afu, CXL_PSL_DSISR_An)); in cxl_debugfs_afu_add()
Dnative.c180 dsisr = cxl_p2n_read(afu, CXL_PSL_DSISR_An); in cxl_psl_purge()
1096 info->dsisr = cxl_p2n_read(afu, CXL_PSL_DSISR_An); in native_get_irq_info()
1234 dsisr = cxl_p2n_read(ctx->afu, CXL_PSL_DSISR_An); in native_irq_wait()
1265 dsisr = cxl_p2n_read(afu, CXL_PSL_DSISR_An); in native_slice_irq_err()
1448 dsisr = cxl_p2n_read(afu, CXL_PSL_DSISR_An); in recover_psl_err()
1449 cxl_p2n_write(afu, CXL_PSL_DSISR_An, dsisr & ~CXL_PSL_DSISR_An_PE); in recover_psl_err()
Dfault.c241 if (cxl_p2n_read(ctx->afu, CXL_PSL_DSISR_An) != dsisr || in cxl_handle_fault()
Dpci.c952 reg = cxl_p2n_read(afu, CXL_PSL_DSISR_An); in sanitise_afu_regs_psl9()
1007 reg = cxl_p2n_read(afu, CXL_PSL_DSISR_An); in sanitise_afu_regs_psl8()
Dcxl.h167 static const cxl_p2n_reg_t CXL_PSL_DSISR_An = {0x060}; variable
Dguest.c207 dsisr = cxl_p2n_read(afu, CXL_PSL_DSISR_An); in guest_slice_irq_err()