Home
last modified time | relevance | path

Searched refs:CXL_PSL_ErrIVTE (Results 1 – 4 of 4) sorted by relevance

/drivers/misc/cxl/
Dirq.c73 err_ivte = cxl_p1_read(adapter, CXL_PSL_ErrIVTE); in cxl_irq_err()
310 cxl_p1_write(adapter, CXL_PSL_ErrIVTE, adapter->err_hwirq & 0xffff); in cxl_register_psl_err_irq()
317 cxl_p1_write(adapter, CXL_PSL_ErrIVTE, 0x0000000000000000); in cxl_release_psl_err_irq()
Ddebugfs.c71 debugfs_create_io_x64("err_ivte", S_IRUSR, dir, _cxl_p1_addr(adapter, CXL_PSL_ErrIVTE)); in cxl_debugfs_adapter_add()
Dcxl.h66 static const cxl_p1_reg_t CXL_PSL_ErrIVTE = {0x0008}; variable
Dpci.c888 cxl_p1_write(adapter, CXL_PSL_ErrIVTE, 0x0000000000000000); in sanitise_adapter_regs()