Home
last modified time | relevance | path

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

/arch/sparc/include/asm/
Dmmu_64.h56 #define CTX_VALID(__ctx) \ argument
57 (!(((__ctx.sparc64_ctx_val) ^ tlb_context_cache) & CTX_VERSION_MASK))
58 #define CTX_HWBITS(__ctx) ((__ctx.sparc64_ctx_val) & CTX_HW_MASK) argument
59 #define CTX_NRBITS(__ctx) ((__ctx.sparc64_ctx_val) & CTX_NR_MASK) argument
/arch/x86/crypto/sha-mb/
Dsha1_mb.c87 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()