Home
last modified time | relevance | path

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

/linux-6.6.21/drivers/tee/optee/
Dffa_abi.c208 mp->u.fmem.global_id = shm->sec_world_id; in to_msg_param_ffa_mem()
308 shm->sec_world_id = args.g_handle; in optee_ffa_shm_register()
320 u64 global_handle = shm->sec_world_id; in optee_ffa_shm_unregister()
329 shm->sec_world_id = 0; in optee_ffa_shm_unregister()
347 u64 global_handle = shm->sec_world_id; in optee_ffa_shm_unregister_supp()
362 shm->sec_world_id = 0; in optee_ffa_shm_unregister_supp()
459 .u.fmem.global_id = shm->sec_world_id, in handle_ffa_rpc_func_cmd_shm_alloc()
619 .data1 = (u32)shm->sec_world_id, in optee_ffa_do_call_with_arg()
620 .data2 = (u32)(shm->sec_world_id >> 32), in optee_ffa_do_call_with_arg()
/linux-6.6.21/include/linux/
Dtee_drv.h217 u64 sec_world_id; member