/linux/drivers/tee/ |
H A D | tee_shm.c | 34 static void release_registered_pages(struct tee_shm *shm) in release_registered_pages() argument 46 static void tee_shm_release(struct tee_device *teedev, struct tee_shm *shm) in tee_shm_release() argument 71 struct tee_shm *shm; shm_alloc_helper() local 133 struct tee_shm *shm; tee_shm_alloc_user_buf() local 206 tee_dyn_shm_alloc_helper(struct tee_shm * shm,size_t size,size_t align,int (* shm_register)(struct tee_context * ctx,struct tee_shm * shm,struct page ** pages,size_t num_pages,unsigned long start)) tee_dyn_shm_alloc_helper() argument 257 tee_dyn_shm_free_helper(struct tee_shm * shm,int (* shm_unregister)(struct tee_context * ctx,struct tee_shm * shm)) tee_dyn_shm_free_helper() argument 275 struct tee_shm *shm; register_shm_helper() local 372 struct tee_shm *shm; tee_shm_register_user_buf() local 439 struct tee_shm *shm = filp->private_data; tee_shm_fop_mmap() local 465 tee_shm_get_fd(struct tee_shm * shm) tee_shm_get_fd() argument 484 tee_shm_free(struct tee_shm * shm) tee_shm_free() argument 497 tee_shm_get_va(struct tee_shm * shm,size_t offs) tee_shm_get_va() argument 515 tee_shm_get_pa(struct tee_shm * shm,size_t offs,phys_addr_t * pa) tee_shm_get_pa() argument 535 struct tee_shm *shm; tee_shm_get_from_id() local 561 tee_shm_put(struct tee_shm * shm) tee_shm_put() argument [all...] |
H A D | tee_shm_pool.c | 12 static int pool_op_gen_alloc(struct tee_shm_pool *pool, struct tee_shm *shm, in pool_op_gen_alloc() argument 37 static void pool_op_gen_free(struct tee_shm_pool *pool, struct tee_shm *shm) in pool_op_gen_free() argument
|
H A D | tee_core.c | 292 struct tee_shm *shm; in tee_ioctl_shm_alloc() local 328 struct tee_shm *shm; in tee_ioctl_shm_register() local 364 struct tee_shm *shm; params_from_user() local [all...] |
/linux/drivers/tee/optee/ |
H A D | ffa_abi.c | 42 struct tee_shm *shm; member 62 struct tee_shm *shm = NULL; in optee_shm_from_ffa_handle() local 75 static int optee_shm_add_ffa_handle(struct optee *optee, struct tee_shm *shm, in optee_shm_add_ffa_handle() argument 127 struct tee_shm *shm = NULL; in from_msg_param_ffa_mem() local 193 struct tee_shm *shm = p->u.memref.shm; to_msg_param_ffa_mem() local 270 optee_ffa_shm_register(struct tee_context * ctx,struct tee_shm * shm,struct page ** pages,size_t num_pages,unsigned long start) optee_ffa_shm_register() argument 315 optee_ffa_shm_unregister(struct tee_context * ctx,struct tee_shm * shm) optee_ffa_shm_unregister() argument 344 optee_ffa_shm_unregister_supp(struct tee_context * ctx,struct tee_shm * shm) optee_ffa_shm_unregister_supp() argument 376 pool_ffa_op_alloc(struct tee_shm_pool * pool,struct tee_shm * shm,size_t size,size_t align) pool_ffa_op_alloc() argument 383 pool_ffa_op_free(struct tee_shm_pool * pool,struct tee_shm * shm) pool_ffa_op_free() argument 431 struct tee_shm *shm; handle_ffa_rpc_func_cmd_shm_alloc() local 471 struct tee_shm *shm; handle_ffa_rpc_func_cmd_shm_free() local 618 optee_ffa_do_call_with_arg(struct tee_context * ctx,struct tee_shm * shm,u_int offs,bool system_thread) optee_ffa_do_call_with_arg() argument [all...] |
H A D | call.c | 38 struct tee_shm *shm; member 369 struct tee_shm *shm; in optee_open_session() local 473 struct tee_shm *shm; in optee_close_session_helper() local 520 struct tee_shm *shm; optee_invoke_func() local 574 struct tee_shm *shm; optee_cancel_req() local 649 struct tee_shm *shm; simple_call_with_arg() local [all...] |
H A D | rpc.c | 222 struct tee_shm *shm; in optee_rpc_cmd_alloc_suppl() local 240 void optee_rpc_cmd_free_suppl(struct tee_context *ctx, struct tee_shm *shm) in optee_rpc_cmd_free_suppl() argument [all...] |
/linux/drivers/tee/tstee/ |
H A D | core.c | 167 struct tee_shm *shm = NULL; in tstee_invoke_func() local 242 tstee_shm_register(struct tee_context * ctx,struct tee_shm * shm,struct page ** pages,size_t num_pages,unsigned long start __always_unused) tstee_shm_register() argument 307 tstee_shm_unregister(struct tee_context * ctx,struct tee_shm * shm) tstee_shm_unregister() argument 355 pool_op_alloc(struct tee_shm_pool * pool,struct tee_shm * shm,size_t size,size_t align) pool_op_alloc() argument 361 pool_op_free(struct tee_shm_pool * pool,struct tee_shm * shm) pool_op_free() argument [all...] |
/linux/drivers/tee/amdtee/ |
H A D | shm_pool.c | 11 static int pool_op_alloc(struct tee_shm_pool *pool, struct tee_shm *shm, in pool_op_alloc() argument 41 static void pool_op_free(struct tee_shm_pool *pool, struct tee_shm *shm) in pool_op_free() argument [all...] |
H A D | core.c | 155 u32 get_buffer_id(struct tee_shm *shm) in get_buffer_id() argument 343 int amdtee_map_shmem(struct tee_shm *shm) in amdtee_map_shmem() argument 385 void amdtee_unmap_shmem(struct tee_shm *shm) in amdtee_unmap_shmem() argument [all...] |
/linux/drivers/nvmem/ |
H A D | stm32-bsec-optee-ta.c | 142 struct tee_shm *shm; in stm32_bsec_optee_ta_read() local 207 { struct tee_shm *shm; in stm32_bsec_optee_ta_write() local [all...] |
/linux/drivers/char/tpm/ |
H A D | tpm_ftpm_tee.h | 32 struct tee_shm *shm; member
|
H A D | tpm_ftpm_tee.c | 55 struct tee_shm *shm = pvt_data->shm; in ftpm_tee_tpm_op_send() local [all...] |
/linux/include/linux/ |
H A D | tee_core.h | 262 tee_shm_is_dynamic(struct tee_shm * shm) tee_shm_is_dynamic() argument 278 tee_shm_get_id(struct tee_shm * shm) tee_shm_get_id() argument [all...] |
/linux/drivers/media/platform/samsung/s5p-mfc/ |
H A D | s5p_mfc_opr_v5.c | 681 unsigned int shm; s5p_mfc_set_enc_params() local 765 unsigned int shm; s5p_mfc_set_enc_params_h264() local 922 unsigned int shm; s5p_mfc_set_enc_params_mpeg4() local 1001 unsigned int shm; s5p_mfc_set_enc_params_h263() local [all...] |
H A D | s5p_mfc_common.h | 210 unsigned int shm; member 704 struct s5p_mfc_priv_buf shm; member
|
/linux/tools/testing/selftests/futex/functional/ |
H A D | futex_wait.c | 54 void *shm; in main() local
|
/linux/drivers/rtc/ |
H A D | rtc-optee.c | 51 struct tee_shm *shm; member 247 struct tee_shm *shm; optee_rtc_probe() local [all...] |
/linux/sound/usb/usx2y/ |
H A D | usx2yhwdeppcm.c | 107 struct snd_usx2y_hwdep_pcm_shm *shm = usx2y->hwdep_pcm_shm; in usx2y_hwdep_urb_play_prepare() local 144 struct snd_usx2y_hwdep_pcm_shm *shm; usx2y_usbpcm_urb_capt_iso_advance() local [all...] |
H A D | usX2Yhwdep.c | 67 struct us428ctls_sharedmem *shm = us428->us428ctls_sharedmem; in snd_us428ctls_poll() local
|
/linux/arch/arm/boot/dts/nuvoton/ |
H A D | nuvoton-wpcm450.dtsi | 489 shm: syscon@c8001000 { label
|
/linux/drivers/firmware/efi/stmm/ |
H A D | tee_stmm_efi.c | 58 struct tee_shm *shm = NULL; in tee_mm_communicate() local
|
/linux/drivers/net/wwan/iosm/ |
H A D | iosm_ipc_protocol_ops.h | 306 } __packed shm; member
|