Home
last modified time | relevance | path

Searched refs:CXL_POISON_FLAG_OVERFLOW (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/drivers/cxl/core/
H A Dtrace.h627 { CXL_POISON_FLAG_OVERFLOW, "Overflow" }, \
639 (flags & CXL_POISON_FLAG_OVERFLOW ? le64_to_cpu(time) : 0)
/openbmc/linux/drivers/cxl/
H A Dcxlmem.h777 #define CXL_POISON_FLAG_OVERFLOW BIT(1) macro