Searched refs:CXL_PSL_DSISR_An (Results 1 – 6 of 6) sorted by relevance
/linux-6.1.9/drivers/misc/cxl/ |
D | debugfs.c | 109 debugfs_create_io_x64("dsisr", S_IRUSR, dir, _cxl_p2n_addr(afu, CXL_PSL_DSISR_An)); in cxl_debugfs_afu_add()
|
D | native.c | 177 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()
|
D | fault.c | 237 if (cxl_p2n_read(ctx->afu, CXL_PSL_DSISR_An) != dsisr || in cxl_handle_fault()
|
D | pci.c | 949 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()
|
D | cxl.h | 165 static const cxl_p2n_reg_t CXL_PSL_DSISR_An = {0x060}; variable
|
D | guest.c | 209 dsisr = cxl_p2n_read(afu, CXL_PSL_DSISR_An); in guest_slice_irq_err()
|