Searched refs:thread_rpc_alloc (Results 1 – 7 of 7) sorted by relevance
/optee_os/core/arch/arm/kernel/ |
A D | thread_optee_smc.c | 579 static struct mobj *thread_rpc_alloc(size_t size, size_t align, unsigned int bt) in thread_rpc_alloc() function 599 return thread_rpc_alloc(size, 8, OPTEE_RPC_SHM_TYPE_APPL); in thread_rpc_alloc_payload() 612 return thread_rpc_alloc(size, 8, OPTEE_RPC_SHM_TYPE_KERNEL); in thread_rpc_alloc_kernel_payload() 628 return thread_rpc_alloc(size, 8, OPTEE_RPC_SHM_TYPE_GLOBAL); in thread_rpc_alloc_global_payload()
|
A D | thread_spmc.c | 1232 static struct mobj *thread_rpc_alloc(size_t size, size_t align, unsigned int bt) in thread_rpc_alloc() function 1282 return thread_rpc_alloc(size, 8, OPTEE_RPC_SHM_TYPE_APPL); in thread_rpc_alloc_payload() 1287 return thread_rpc_alloc(size, 8, OPTEE_RPC_SHM_TYPE_KERNEL); in thread_rpc_alloc_kernel_payload() 1303 return thread_rpc_alloc(size, 8, OPTEE_RPC_SHM_TYPE_GLOBAL); in thread_rpc_alloc_global_payload()
|
/optee_os/out/arm/core/ |
A D | rodata_init.ld.S | 43 *(.rodata.thread_rpc_alloc.constprop.0.str1.1)
|
A D | rodata_unpaged.ld.S | 42 *(.rodata.thread_rpc_alloc.constprop.0.str1.1)
|
A D | tee.symb_sizes | 286 000000000e1069bc 0000000000000134 t thread_rpc_alloc.constprop.0
|
A D | tee.dmp | 319 000000000e1069bc l F .text 0000000000000134 thread_rpc_alloc.constprop.0 10208 000000000e1069bc <thread_rpc_alloc.constprop.0>: 10209 thread_rpc_alloc(): 10253 thread_rpc_alloc(): 10298 thread_rpc_alloc(): 10308 e106ab0: 17fffff4 b e106a80 <thread_rpc_alloc.constprop.0+0xc4> 10326 thread_rpc_alloc(): 10329 e106aec: 17ffffeb b e106a98 <thread_rpc_alloc.constprop.0+0xdc> 10829 e107020: 17fffe67 b e1069bc <thread_rpc_alloc.constprop.0> 10838 e107030: 17fffe63 b e1069bc <thread_rpc_alloc.constprop.0> [all …]
|
A D | tee.map | 20944 .text.thread_rpc_alloc.constprop.0 25104 .rodata.thread_rpc_alloc.constprop.0.str1.1
|
Completed in 194 milliseconds