Home
last modified time | relevance | path

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

/linux/drivers/cxl/
H A Dcxlmem.h729 #define CXL_POISON_LEN_MULT 64 macro
754 u8 write_data[CXL_POISON_LEN_MULT];
/linux/drivers/cxl/core/
H A Dtrace.h853 (le32_to_cpu(record->length) * CXL_POISON_LEN_MULT)
H A Dmbox.c1354 pi.length = cpu_to_le64(len / CXL_POISON_LEN_MULT); in cxl_mem_get_poison()