Home
last modified time | relevance | path

Searched refs:CXL_PSL_DSISR_An_DS (Results 1 - 8 of 8) sorted by relevance

/kernel/linux/linux-5.10/drivers/misc/cxl/
H A Dfault.c211 if ((cxl_is_power8() && (dsisr & CXL_PSL_DSISR_An_DS))) in cxl_is_segment_miss()
H A Dirq.c95 if (dsisr & CXL_PSL_DSISR_An_DS) { in cxl_irq_psl8()
H A Dcxl.h321 #define CXL_PSL_DSISR_An_DS (1ull << (63-0)) /* Segment not found */ macro
325 #define CXL_PSL_DSISR_TRANS (CXL_PSL_DSISR_An_DS | CXL_PSL_DSISR_An_DM | CXL_PSL_DSISR_An_ST | CXL_PSL_DSISR_An_UR)
H A Dtrace.h26 { CXL_PSL_DSISR_An_DS, "DS" }, \
/kernel/linux/linux-6.6/drivers/misc/cxl/
H A Dfault.c211 if ((cxl_is_power8() && (dsisr & CXL_PSL_DSISR_An_DS))) in cxl_is_segment_miss()
H A Dirq.c96 if (dsisr & CXL_PSL_DSISR_An_DS) { in cxl_irq_psl8()
H A Dcxl.h323 #define CXL_PSL_DSISR_An_DS (1ull << (63-0)) /* Segment not found */ macro
327 #define CXL_PSL_DSISR_TRANS (CXL_PSL_DSISR_An_DS | CXL_PSL_DSISR_An_DM | CXL_PSL_DSISR_An_ST | CXL_PSL_DSISR_An_UR)
H A Dtrace.h26 { CXL_PSL_DSISR_An_DS, "DS" }, \

Completed in 12 milliseconds