Home
last modified time | relevance | path

Searched refs:CXL_POISON_LEN_MULT (Results 1 – 3 of 3) sorted by relevance

/Linux-v6.6/drivers/cxl/
Dcxlmem.h767 #define CXL_POISON_LEN_MULT 64 macro
792 u8 write_data[CXL_POISON_LEN_MULT];
/Linux-v6.6/drivers/cxl/core/
Dtrace.h637 (le32_to_cpu(record->length) * CXL_POISON_LEN_MULT)
Dmbox.c1298 pi.length = cpu_to_le64(len / CXL_POISON_LEN_MULT); in cxl_mem_get_poison()