Searched refs:sstp0 (Results 1 - 4 of 4) sorted by relevance

/linux-4.4.14/drivers/misc/cxl/
H A Dmain.c96 u64 ea_mask, size, sstp0, sstp1; cxl_alloc_sst() local
98 sstp0 = 0; cxl_alloc_sst()
112 sstp0 |= (u64)mmu_kernel_ssize << CXL_SSTP0_An_B_SHIFT; cxl_alloc_sst()
113 sstp0 |= (SLB_VSID_KERNEL | mmu_psize_defs[mmu_linear_psize].sllp) << 50; cxl_alloc_sst()
120 sstp0 |= size; cxl_alloc_sst()
127 sstp0 |= vsid >> (50-14); /* Top 14 bits of VSID */ cxl_alloc_sst()
133 (u64)ctx->sstp, (u64)ctx->sstp & ESID_MASK, mmu_kernel_ssize, vsid, sstp0, sstp1); cxl_alloc_sst()
136 ctx->sstp0 = sstp0; cxl_alloc_sst()
H A Ddebugfs.c104 debugfs_create_io_x64("sstp0", S_IRUSR, dir, _cxl_p2n_addr(afu, CXL_SSTP0_An)); cxl_debugfs_afu_add()
H A Dnative.c289 static int cxl_write_sstp(struct cxl_afu *afu, u64 sstp0, u64 sstp1) cxl_write_sstp() argument
301 cxl_p2n_write(afu, CXL_SSTP0_An, sstp0); cxl_write_sstp()
543 ctx->elem->common.sstp0 = cpu_to_be64(ctx->sstp0); attach_afu_directed()
614 if ((rc = cxl_write_sstp(afu, ctx->sstp0, ctx->sstp1))) attach_dedicated()
H A Dcxl.h432 u64 sstp0, sstp1; member in struct:cxl_context
522 __be64 sstp0; member in struct:cxl_process_element_common

Completed in 124 milliseconds