sst_size          555 drivers/misc/cxl/cxl.h 	unsigned int sst_size, sst_lru;
sst_size           36 drivers/misc/cxl/fault.c 	unsigned int mask = (ctx->sst_size >> 7) - 1; /* SSTP0[SegTableSize] */
sst_size           69 drivers/misc/cxl/main.c 	memset(ctx->sstp, 0, ctx->sst_size);
sst_size          115 drivers/misc/cxl/main.c 	ctx->sst_size = PAGE_SIZE;
sst_size          129 drivers/misc/cxl/main.c 	size = (((u64)ctx->sst_size >> 8) - 1) << CXL_SSTP0_An_SegTableSize_SHIFT;