Searched refs:__ctx (Results 1 – 4 of 4) sorted by relevance
/arch/sparc/include/asm/ |
D | mmu_64.h | 57 #define CTX_VALID(__ctx) \ argument 58 (!(((__ctx.sparc64_ctx_val) ^ tlb_context_cache) & CTX_VERSION_MASK)) 59 #define CTX_HWBITS(__ctx) ((__ctx.sparc64_ctx_val) & CTX_HW_MASK) argument 60 #define CTX_NRBITS(__ctx) ((__ctx.sparc64_ctx_val) & CTX_NR_MASK) argument
|
/arch/x86/crypto/sha256-mb/ |
D | sha256_mb.c | 85 areq = container_of((void *) hash_ctx, struct ahash_request, __ctx); in cast_hash_to_mcryptd_ctx() 92 return container_of((void *) ctx, struct ahash_request, __ctx); in cast_mcryptd_ctx_to_req()
|
/arch/x86/crypto/sha1-mb/ |
D | sha1_mb.c | 85 areq = container_of((void *) hash_ctx, struct ahash_request, __ctx); in cast_hash_to_mcryptd_ctx() 92 return container_of((void *) ctx, struct ahash_request, __ctx); in cast_mcryptd_ctx_to_req()
|
/arch/x86/crypto/sha512-mb/ |
D | sha512_mb.c | 85 areq = container_of((void *) hash_ctx, struct ahash_request, __ctx); in cast_hash_to_mcryptd_ctx() 92 return container_of((void *) ctx, struct ahash_request, __ctx); in cast_mcryptd_ctx_to_req()
|