Lines Matching refs:hash_context
114 struct hash_mm_context *hash_context; member
141 return ctx->hash_context->user_psize; in mm_ctx_user_psize()
146 ctx->hash_context->user_psize = user_psize; in mm_ctx_set_user_psize()
151 return ctx->hash_context->low_slices_psize; in mm_ctx_low_slices()
156 return ctx->hash_context->high_slices_psize; in mm_ctx_high_slices()
161 return ctx->hash_context->slb_addr_limit; in mm_ctx_slb_addr_limit()
166 ctx->hash_context->slb_addr_limit = limit; in mm_ctx_set_slb_addr_limit()
173 return &ctx->hash_context->mask_64k; in slice_mask_for_size()
177 return &ctx->hash_context->mask_16m; in slice_mask_for_size()
179 return &ctx->hash_context->mask_16g; in slice_mask_for_size()
183 return &ctx->hash_context->mask_4k; in slice_mask_for_size()
189 return ctx->hash_context->spt; in mm_ctx_subpage_prot()