/linux/drivers/tee/ |
A D | tee_shm.c | 15 static void release_registered_pages(struct tee_shm *shm) in release_registered_pages() 63 struct tee_shm *shm; in tee_shm_alloc() local 154 struct tee_shm *shm; in tee_shm_register() local 266 struct tee_shm *shm = filp->private_data; in tee_shm_fop_mmap() local 292 int tee_shm_get_fd(struct tee_shm *shm) in tee_shm_get_fd() 311 void tee_shm_free(struct tee_shm *shm) in tee_shm_free() 324 int tee_shm_va2pa(struct tee_shm *shm, void *va, phys_addr_t *pa) in tee_shm_va2pa() 346 int tee_shm_pa2va(struct tee_shm *shm, phys_addr_t pa, void **va) in tee_shm_pa2va() 374 void *tee_shm_get_va(struct tee_shm *shm, size_t offs) in tee_shm_get_va() 412 struct tee_shm *shm; in tee_shm_get_from_id() local [all …]
|
A D | tee_shm_pool.c | 13 struct tee_shm *shm, size_t size) in pool_op_gen_alloc() 31 struct tee_shm *shm) in pool_op_gen_free()
|
A D | tee_core.c | 287 struct tee_shm *shm; in tee_ioctl_shm_alloc() local 324 struct tee_shm *shm; in tee_ioctl_shm_register() local 362 struct tee_shm *shm; in params_from_user() local
|
/linux/drivers/tee/optee/ |
A D | ffa_abi.c | 41 struct tee_shm *shm; member 61 struct tee_shm *shm = NULL; in optee_shm_from_ffa_handle() local 126 struct tee_shm *shm = NULL; in from_msg_param_ffa_mem() local 192 struct tee_shm *shm = p->u.memref.shm; in to_msg_param_ffa_mem() local 314 struct tee_shm *shm) in optee_ffa_shm_unregister() 342 struct tee_shm *shm) in optee_ffa_shm_unregister_supp() 373 struct tee_shm *shm, size_t size) in pool_ffa_op_alloc() 380 struct tee_shm *shm) in pool_ffa_op_free() 429 struct tee_shm *shm; in handle_ffa_rpc_func_cmd_shm_alloc() local 469 struct tee_shm *shm; in handle_ffa_rpc_func_cmd_shm_free() local [all …]
|
A D | smc_abi.c | 53 struct tee_shm *shm; in from_msg_param_tmp_mem() local 80 struct tee_shm *shm; in from_msg_param_reg_mem() local 289 struct tee_shm *shm; in optee_disable_shm_cache() local 390 static int optee_shm_register(struct tee_context *ctx, struct tee_shm *shm, in optee_shm_register() 477 struct tee_shm *shm) in optee_shm_unregister_supp() 492 struct tee_shm *shm, size_t size) in pool_op_alloc() 505 struct tee_shm *shm) in pool_op_free() 556 struct tee_shm *shm; in handle_rpc_func_cmd_shm_free() local 585 struct tee_shm *shm; in handle_rpc_func_cmd_shm_alloc() local 692 struct tee_shm *shm, in handle_rpc_func_cmd() [all …]
|
A D | call.c | 112 struct tee_shm *shm; in optee_get_msg_arg() local 147 struct tee_shm *shm; in optee_open_session() local 222 struct tee_shm *shm; in optee_close_session_helper() local 262 struct tee_shm *shm; in optee_invoke_func() local 309 struct tee_shm *shm; in optee_cancel_req() local
|
A D | core.c | 22 struct tee_shm *shm, size_t size, in optee_pool_op_alloc_helper()
|
A D | rpc.c | 272 struct tee_shm *shm; in optee_rpc_cmd_alloc_suppl() local 290 void optee_rpc_cmd_free_suppl(struct tee_context *ctx, struct tee_shm *shm) in optee_rpc_cmd_free_suppl()
|
/linux/include/linux/ |
A D | tee_drv.h | 66 struct tee_shm *shm; member 360 static inline bool tee_shm_is_registered(struct tee_shm *shm) in tee_shm_is_registered() 419 static inline size_t tee_shm_get_size(struct tee_shm *shm) in tee_shm_get_size() 430 static inline struct page **tee_shm_get_pages(struct tee_shm *shm, in tee_shm_get_pages() 442 static inline size_t tee_shm_get_page_offset(struct tee_shm *shm) in tee_shm_get_page_offset() 452 static inline int tee_shm_get_id(struct tee_shm *shm) in tee_shm_get_id()
|
/linux/drivers/tee/amdtee/ |
A D | shm_pool.c | 11 static int pool_op_alloc(struct tee_shm_pool_mgr *poolm, struct tee_shm *shm, in pool_op_alloc() 37 static void pool_op_free(struct tee_shm_pool_mgr *poolm, struct tee_shm *shm) in pool_op_free()
|
A D | core.c | 153 u32 get_buffer_id(struct tee_shm *shm) in get_buffer_id() 340 int amdtee_map_shmem(struct tee_shm *shm) in amdtee_map_shmem() 382 void amdtee_unmap_shmem(struct tee_shm *shm) in amdtee_unmap_shmem()
|
/linux/drivers/media/platform/s5p-mfc/ |
A D | s5p_mfc_opr_v5.c | 679 unsigned int shm; in s5p_mfc_set_enc_params() local 763 unsigned int shm; in s5p_mfc_set_enc_params_h264() local 920 unsigned int shm; in s5p_mfc_set_enc_params_mpeg4() local 999 unsigned int shm; in s5p_mfc_set_enc_params_h263() local
|
A D | s5p_mfc_common.h | 207 unsigned int shm; member 697 struct s5p_mfc_priv_buf shm; member
|
/linux/drivers/char/tpm/ |
A D | tpm_ftpm_tee.h | 37 struct tee_shm *shm; member
|
A D | tpm_ftpm_tee.c | 82 struct tee_shm *shm = pvt_data->shm; in ftpm_tee_tpm_op_send() local
|
/linux/tools/testing/selftests/futex/functional/ |
A D | futex_wait.c | 54 void *shm; in main() local
|
/linux/sound/usb/usx2y/ |
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; in usx2y_usbpcm_urb_capt_iso_advance() local
|
A D | usX2Yhwdep.c | 73 struct us428ctls_sharedmem *shm = us428->us428ctls_sharedmem; in snd_us428ctls_poll() local
|
/linux/drivers/net/wwan/iosm/ |
A D | iosm_ipc_protocol_ops.h | 306 } __packed shm; member
|
/linux/drivers/gpu/drm/ |
A D | drm_bufs.c | 91 unsigned long user_token, int hashed_handle, int shm) in drm_map_handle()
|
/linux/drivers/block/ |
A D | sx8.c | 266 void *shm; member
|