Searched refs:__ctx (Results 1 – 2 of 2) sorted by relevance
56 #define CTX_VALID(__ctx) \ argument57 (!(((__ctx.sparc64_ctx_val) ^ tlb_context_cache) & CTX_VERSION_MASK))58 #define CTX_HWBITS(__ctx) ((__ctx.sparc64_ctx_val) & CTX_HW_MASK) argument59 #define CTX_NRBITS(__ctx) ((__ctx.sparc64_ctx_val) & CTX_NR_MASK) argument
87 desc = container_of((void *) hash_ctx, struct shash_desc, __ctx); in cast_hash_to_mcryptd_ctx()93 return container_of((void *) ctx, struct ahash_request, __ctx); in cast_mcryptd_ctx_to_req()