Home
last modified time | relevance | path

Searched refs:sstp (Results 1 – 4 of 4) sorted by relevance

/drivers/misc/cxl/
Dmain.c51 memset(ctx->sstp, 0, ctx->sst_size); in _cxl_slbia()
101 ctx->sstp = (struct cxl_sste *)get_zeroed_page(GFP_KERNEL); in cxl_alloc_sst()
102 if (!ctx->sstp) { in cxl_alloc_sst()
106 pr_devel("SSTP allocated at 0x%p\n", ctx->sstp); in cxl_alloc_sst()
108 vsid = get_kernel_vsid((u64)ctx->sstp, mmu_kernel_ssize) << 12; in cxl_alloc_sst()
127 sstp1 |= (u64)ctx->sstp & ea_mask; in cxl_alloc_sst()
131 (u64)ctx->sstp, (u64)ctx->sstp & ESID_MASK, mmu_kernel_ssize, vsid, sstp0, sstp1); in cxl_alloc_sst()
Dcontext.c198 free_page((u64)ctx->sstp); in cxl_context_free()
199 ctx->sstp = NULL; in cxl_context_free()
Dfault.c47 primary = ctx->sstp + (hash << 3); in find_free_sste()
77 sste - ctx->sstp, slb->vsid, slb->esid); in cxl_load_segment()
Dcxl.h398 struct cxl_sste *sstp; member