Home
last modified time | relevance | path

Searched refs:__ctx (Results 1 - 25 of 39) sorted by relevance

12

/kernel/linux/linux-5.10/arch/sparc/include/asm/
H A Dmmu_64.h57 #define CTX_VALID(__ctx) \
58 (!(((__ctx.sparc64_ctx_val) ^ tlb_context_cache) & CTX_VERSION_MASK))
59 #define CTX_HWBITS(__ctx) ((__ctx.sparc64_ctx_val) & CTX_HW_MASK)
60 #define CTX_NRBITS(__ctx) ((__ctx.sparc64_ctx_val) & CTX_NR_MASK)
/kernel/linux/linux-6.6/arch/sparc/include/asm/
H A Dmmu_64.h57 #define CTX_VALID(__ctx) \
58 (!(((__ctx.sparc64_ctx_val) ^ tlb_context_cache) & CTX_VERSION_MASK))
59 #define CTX_HWBITS(__ctx) ((__ctx.sparc64_ctx_val) & CTX_HW_MASK)
60 #define CTX_NRBITS(__ctx) ((__ctx.sparc64_ctx_val) & CTX_NR_MASK)
/kernel/linux/linux-5.10/include/crypto/
H A Dpcrypt.h19 void *__ctx[] CRYPTO_MINALIGN_ATTR;
24 return req->__ctx; in pcrypt_request_ctx()
H A Dhash.h59 void *__ctx[] CRYPTO_MINALIGN_ATTR;
152 void *__ctx[] __aligned(ARCH_SLAB_MINALIGN);
195 * shash_desc.__ctx
420 return req->__ctx; in ahash_request_ctx()
833 return desc->__ctx; in shash_desc_ctx()
H A Dalgapi.h61 void *__ctx[] CRYPTO_MINALIGN_ATTR;
192 return inst->__ctx; in crypto_instance_ctx()
H A Dacompress.h24 * @__ctx: Start of private context data
33 void *__ctx[] CRYPTO_MINALIGN_ATTR;
H A Daead.h85 * @__ctx: Start of private context data
98 void *__ctx[] CRYPTO_MINALIGN_ATTR;
H A Dkpp.h25 * @__ctx: Start of private context data
33 void *__ctx[] CRYPTO_MINALIGN_ATTR;
/kernel/linux/linux-6.6/include/crypto/
H A Dpcrypt.h19 void *__ctx[] CRYPTO_MINALIGN_ATTR;
24 return req->__ctx; in pcrypt_request_ctx()
H A Dhash.h82 void *__ctx[] CRYPTO_MINALIGN_ATTR;
177 void *__ctx[] __aligned(ARCH_SLAB_MINALIGN);
219 * shash_desc.__ctx
451 return req->__ctx; in ahash_request_ctx()
887 return desc->__ctx; in shash_desc_ctx()
H A Dalgapi.h88 void *__ctx[] CRYPTO_MINALIGN_ATTR;
226 return inst->__ctx; in crypto_instance_ctx()
H A Daead.h88 * @__ctx: Start of private context data
101 void *__ctx[] CRYPTO_MINALIGN_ATTR;
H A Dacompress.h28 * @__ctx: Start of private context data
37 void *__ctx[] CRYPTO_MINALIGN_ATTR;
/kernel/linux/linux-5.10/include/crypto/internal/
H A Dkpp.h18 return req->__ctx; in kpp_request_ctx()
H A Dacompress.h18 return req->__ctx; in acomp_request_ctx()
H A Dakcipher.h33 return req->__ctx; in akcipher_request_ctx()
H A Daead.h65 return req->__ctx; in aead_request_ctx()
H A Dskcipher.h156 return req->__ctx; in skcipher_request_ctx()
/kernel/linux/linux-6.6/include/crypto/internal/
H A Dacompress.h58 return req->__ctx; in acomp_request_ctx()
H A Dakcipher.h33 return req->__ctx; in akcipher_request_ctx()
H A Dkpp.h50 return req->__ctx; in kpp_request_ctx()
H A Daead.h70 return req->__ctx; in aead_request_ctx()
/kernel/linux/linux-5.10/crypto/
H A Dscompress.c233 *req->__ctx = ctx; in crypto_acomp_scomp_alloc_ctx()
244 void *ctx = *req->__ctx; in crypto_acomp_scomp_free_ctx()
/kernel/linux/linux-6.6/crypto/
H A Dscompress.c226 *req->__ctx = ctx; in crypto_acomp_scomp_alloc_ctx()
237 void *ctx = *req->__ctx; in crypto_acomp_scomp_free_ctx()
/kernel/linux/linux-6.6/drivers/scsi/qla2xxx/
H A Dqla_dfs.c541 _ctx_struct *__ctx = inode->i_private; \
543 return single_open(file, qla_dfs_##_name##_show, __ctx); \
557 _ctx_struct *__ctx = inode->i_private; \
559 return single_open(file, qla_dfs_##_name##_show, __ctx); \

Completed in 13 milliseconds

12