Home
last modified time | relevance | path

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

/openbmc/linux/drivers/misc/cxl/
H A Dmain.c70 memset(ctx->sstp, 0, ctx->sst_size); in _cxl_slbia()
118 ctx->sstp = (struct cxl_sste *)get_zeroed_page(GFP_KERNEL); in cxl_alloc_sst()
119 if (!ctx->sstp) { in cxl_alloc_sst()
123 pr_devel("SSTP allocated at 0x%p\n", ctx->sstp); in cxl_alloc_sst()
125 vsid = get_kernel_vsid((u64)ctx->sstp, mmu_kernel_ssize) << 12; in cxl_alloc_sst()
144 sstp1 |= (u64)ctx->sstp & ea_mask; in cxl_alloc_sst()
148 (u64)ctx->sstp, (u64)ctx->sstp & ESID_MASK, mmu_kernel_ssize, vsid, sstp0, sstp1); in cxl_alloc_sst()
H A Dfault.c45 primary = ctx->sstp + (hash << 3); in find_free_sste()
75 sste - ctx->sstp, slb->vsid, slb->esid); in cxl_load_segment()
76 trace_cxl_ste_write(ctx, sste - ctx->sstp, slb->esid, slb->vsid); in cxl_load_segment()
H A Dcontext.c329 free_page((u64)ctx->sstp); in reclaim_ctx()
332 ctx->sstp = NULL; in reclaim_ctx()
H A Dcxl.h555 struct cxl_sste *sstp; member
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-connectivity/networkmanager/networkmanager-fortisslvpn/
H A D0001-fix-ppp-2.5.0-build.patch121 +/* nm-sstp-service - sstp (and other pppd) integration with NetworkManager