Home
last modified time | relevance | path

Searched defs:ctx (Results 301 - 325 of 4564) sorted by relevance

1...<<11121314151617181920>>...183

/kernel/linux/linux-5.10/arch/s390/crypto/
H A Dsha512_s390.c23 struct s390_sha_ctx *ctx = shash_desc_ctx(desc); in sha512_init() local
88 struct s390_sha_ctx *ctx = shash_desc_ctx(desc); sha384_init() local
[all...]
H A Dsha_common.c18 struct s390_sha_ctx *ctx = shash_desc_ctx(desc); in s390_sha_update() local
74 struct s390_sha_ctx *ctx = shash_desc_ctx(desc); s390_sha_final() local
[all...]
/kernel/linux/linux-5.10/arch/arm/kernel/
H A Dsuspend.c77 u32 *ctx = ptr; in __cpu_suspend_save() local
/kernel/linux/linux-5.10/crypto/
H A Dchacha_generic.c43 struct chacha_ctx *ctx = crypto_skcipher_ctx(tfm); in crypto_chacha_crypt() local
51 struct chacha_ctx *ctx = crypto_skcipher_ctx(tfm); in crypto_xchacha_crypt() local
15 chacha_stream_xor(struct skcipher_request *req, const struct chacha_ctx *ctx, const u8 *iv) chacha_stream_xor() argument
/kernel/linux/linux-5.10/drivers/char/tpm/
H A Dtpm_ftpm_tee.h36 struct tee_context *ctx; member
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/display/dc/inc/hw/
H A Dabm.h31 struct dc_context *ctx; member
H A Daudio.h58 struct dc_context *ctx; member
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/display/dc/dcn20/
H A Ddcn20_vmid.h75 struct dc_context *ctx; member
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/display/dc/dcn10/
H A Ddcn10_ipp.c60 dcn10_ipp_construct( struct dcn10_ipp *ippn10, struct dc_context *ctx, int inst, const struct dcn10_ipp_registers *regs, const struct dcn10_ipp_shift *ipp_shift, const struct dcn10_ipp_mask *ipp_mask) dcn10_ipp_construct() argument
77 dcn20_ipp_construct( struct dcn10_ipp *ippn10, struct dc_context *ctx, int inst, const struct dcn10_ipp_registers *regs, const struct dcn10_ipp_shift *ipp_shift, const struct dcn10_ipp_mask *ipp_mask) dcn20_ipp_construct() argument
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/display/include/
H A Dvector.h34 struct dc_context *ctx; member
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/display/dc/
H A Ddc_dmub_srv.h46 struct dc_context *ctx; member
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/display/dc/dcn30/
H A Ddcn30_dccg.c52 dccg3_create( struct dc_context *ctx, const struct dccg_registers *regs, const struct dccg_shift *dccg_shift, const struct dccg_mask *dccg_mask) dccg3_create() argument
77 dccg30_create( struct dc_context *ctx, const struct dccg_registers *regs, const struct dccg_shift *dccg_shift, const struct dccg_mask *dccg_mask) dccg30_create() argument
/kernel/linux/linux-6.6/arch/ia64/kernel/
H A Dperfmon_itanium.h52 pfm_ita_pmc_check(struct task_struct *task, pfm_context_t *ctx, unsigned int cnum, unsigned long *val, struct pt_regs *regs) in pfm_ita_pmc_check() argument
/kernel/linux/linux-6.6/arch/microblaze/include/asm/
H A Dmmu_context_mm.h79 mm_context_t ctx; in get_mmu_context() local
[all...]
/kernel/linux/linux-6.6/arch/arm64/crypto/
H A Dsm4-ce-cipher-glue.c23 struct sm4_ctx *ctx = crypto_tfm_ctx(tfm); in sm4_ce_setkey() local
30 const struct sm4_ctx *ctx = crypto_tfm_ctx(tfm); in sm4_ce_encrypt() local
43 const struct sm4_ctx *ctx = crypto_tfm_ctx(tfm); in sm4_ce_decrypt() local
/kernel/linux/linux-5.10/tools/testing/selftests/powerpc/alignment/
H A Dcopy_first_unaligned.c20 ucontext_t *ctx = ptr; in signal_action_handler() local
/kernel/linux/linux-6.6/arch/arm/kernel/
H A Dsuspend.c77 u32 *ctx = ptr; in __cpu_suspend_save() local
/kernel/linux/linux-6.6/arch/powerpc/mm/book3s32/
H A Dtlb.c55 unsigned int ctx = mm->context.id; in hash__flush_range() local
/kernel/linux/linux-6.6/arch/powerpc/platforms/cell/spufs/
H A Dcontext.c27 struct spu_context *ctx; in alloc_spu_context() local
71 struct spu_context *ctx; destroy_spu_context() local
88 get_spu_context(struct spu_context *ctx) get_spu_context() argument
94 put_spu_context(struct spu_context *ctx) put_spu_context() argument
100 spu_forget(struct spu_context *ctx) spu_forget() argument
119 spu_unmap_mappings(struct spu_context *ctx) spu_unmap_mappings() argument
143 spu_acquire_saved(struct spu_context *ctx) spu_acquire_saved() argument
165 spu_release_saved(struct spu_context *ctx) spu_release_saved() argument
[all...]
H A Dfault.c23 static void spufs_handle_event(struct spu_context *ctx, in spufs_handle_event() argument
53 int spufs_handle_class0(struct spu_context *ctx) in spufs_handle_class0() argument
86 spufs_handle_class1(struct spu_context *ctx) spufs_handle_class1() argument
[all...]
/kernel/linux/linux-5.10/tools/testing/selftests/bpf/benchs/
H A Dbench_count.c13 struct count_global_ctx *ctx = &count_global_ctx; in count_global_producer() local
28 struct count_global_ctx *ctx = &count_global_ctx; in count_global_measure() local
41 struct count_local_ctx *ctx = &count_local_ctx; in count_local_setup() local
50 struct count_local_ctx *ctx = &count_local_ctx; in count_local_producer() local
66 struct count_local_ctx *ctx = &count_local_ctx; count_local_measure() local
[all...]
/kernel/linux/linux-5.10/tools/testing/selftests/bpf/prog_tests/
H A Dringbuf_multi.c16 static int process_sample(void *ctx, void *data, size_t len) in process_sample() argument
/kernel/linux/linux-5.10/tools/testing/selftests/bpf/progs/
H A Dbpf_iter_bpf_hash_map.c44 int dump_bpf_hash_map(struct bpf_iter__bpf_map_elem *ctx) in dump_bpf_hash_map() argument
H A Dbpf_iter_bpf_percpu_hash_map.c30 int dump_bpf_percpu_hash_map(struct bpf_iter__bpf_map_elem *ctx) in dump_bpf_percpu_hash_map() argument
H A Dbpf_iter_test_kern4.c16 int dump_bpf_map(struct bpf_iter__bpf_map *ctx) in dump_bpf_map() argument

Completed in 7 milliseconds

1...<<11121314151617181920>>...183