Home
last modified time | relevance | path

Searched refs:__ctx (Results 1 – 4 of 4) sorted by relevance

/arch/sparc/include/asm/
Dmmu_64.h57 #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/
Dsha256_mb.c85 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/
Dsha1_mb.c85 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/
Dsha512_mb.c85 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()