Home
last modified time | relevance | path

Searched defs:tpm (Results 1 – 4 of 4) sorted by relevance

/optee_os/core/tee/
H A Dsocket.c23 struct thread_param tpm[4] = { }; in socket_open() local
67 struct thread_param tpm = { }; in socket_close() local
88 struct thread_param tpm[3] = { }; in socket_send() local
129 struct thread_param tpm[3] = { }; in socket_recv() local
176 struct thread_param tpm[3] = { }; in socket_ioctl() local
256 struct thread_param tpm = { in pta_socket_close_session() local
/optee_os/core/arch/riscv/kernel/
H A Dthread_optee_abi.c420 struct thread_param *tpm) in set_rmem()
438 struct thread_param *tpm) in set_tmem()
/optee_os/core/arch/arm/kernel/
H A Dthread_optee_smc.c419 struct thread_param *tpm) in set_rmem()
437 struct thread_param *tpm) in set_tmem()
H A Dthread_spmc.c2107 static bool set_fmem(struct optee_msg_param *param, struct thread_param *tpm) in set_fmem() argument