Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/misc/cxl/
Dmain.c70 memset(ctx->sstp, 0, ctx->sst_size); in _cxl_slbia()
116 ctx->sst_size = PAGE_SIZE; in cxl_alloc_sst()
130 size = (((u64)ctx->sst_size >> 8) - 1) << CXL_SSTP0_An_SegTableSize_SHIFT; in cxl_alloc_sst()
Dfault.c36 unsigned int mask = (ctx->sst_size >> 7) - 1; /* SSTP0[SegTableSize] */ in find_free_sste()
Dcxl.h557 unsigned int sst_size, sst_lru; member