Home
last modified time | relevance | path

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

/openbmc/linux/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_…
H A Dtrace.h26 { CXL_PSL_DSISR_An_DS, "DS" }, \