Home
last modified time | relevance | path

Searched refs:CXL_PSL9_DSISR_An_TF (Results 1 - 10 of 10) sorted by relevance

/kernel/linux/linux-5.10/drivers/misc/cxl/
H A Dirq.c44 if (dsisr & CXL_PSL9_DSISR_An_TF) { in cxl_irq_psl9()
H A Dcxl.h338 #define CXL_PSL9_DSISR_An_TF (1ull << (63-3)) /* Translation fault */ macro
343 #define CXL_PSL9_DSISR_PENDING (CXL_PSL9_DSISR_An_TF | CXL_PSL9_DSISR_An_PE | CXL_PSL9_DSISR_An_AE | CXL_PSL9_DSISR_An_OC)
H A Dtrace.h19 { CXL_PSL9_DSISR_An_TF, "TF" }, \
H A Dnative.c147 trans_fault = CXL_PSL9_DSISR_An_TF; in cxl_psl_purge()
1157 if ((cxl_is_power9()) && (dsisr & CXL_PSL9_DSISR_An_TF)) in cxl_is_translation_fault()
H A Dpci.c952 if (reg & CXL_PSL9_DSISR_An_TF) in sanitise_afu_regs_psl9()
/kernel/linux/linux-6.6/drivers/misc/cxl/
H A Dirq.c45 if (dsisr & CXL_PSL9_DSISR_An_TF) { in cxl_irq_psl9()
H A Dcxl.h340 #define CXL_PSL9_DSISR_An_TF (1ull << (63-3)) /* Translation fault */ macro
345 #define CXL_PSL9_DSISR_PENDING (CXL_PSL9_DSISR_An_TF | CXL_PSL9_DSISR_An_PE | CXL_PSL9_DSISR_An_AE | CXL_PSL9_DSISR_An_OC)
H A Dtrace.h19 { CXL_PSL9_DSISR_An_TF, "TF" }, \
H A Dnative.c148 trans_fault = CXL_PSL9_DSISR_An_TF; in cxl_psl_purge()
1153 if ((cxl_is_power9()) && (dsisr & CXL_PSL9_DSISR_An_TF)) in cxl_is_translation_fault()
H A Dpci.c943 if (reg & CXL_PSL9_DSISR_An_TF) in sanitise_afu_regs_psl9()

Completed in 18 milliseconds