Searched refs:bt (Results 1 – 3 of 3) sorted by relevance
/optee_os-3.20.0/core/arch/arm/kernel/ |
A D | thread_optee_smc.c | 593 static void thread_rpc_free(unsigned int bt, uint64_t cookie, struct mobj *mobj) in thread_rpc_free() argument 598 struct thread_param param = THREAD_PARAM_VALUE(IN, bt, cookie, 0); in thread_rpc_free() 611 unsigned int bt, size_t size) in get_rpc_alloc_res() argument 638 thread_rpc_free(bt, cookie, mobj); in get_rpc_alloc_res() 659 static struct mobj *thread_rpc_alloc(size_t size, size_t align, unsigned int bt) in thread_rpc_alloc() argument 664 struct thread_param param = THREAD_PARAM_VALUE(IN, bt, size, align); in thread_rpc_alloc() 674 return get_rpc_alloc_res(arg, bt, size); in thread_rpc_alloc()
|
A D | thread_spmc.c | 1210 static void thread_rpc_free(unsigned int bt, uint64_t cookie, struct mobj *mobj) in thread_rpc_free() argument 1217 struct thread_param param = THREAD_PARAM_VALUE(IN, bt, cookie, 0); in thread_rpc_free() 1234 static struct mobj *thread_rpc_alloc(size_t size, size_t align, unsigned int bt) in thread_rpc_alloc() argument 1241 struct thread_param param = THREAD_PARAM_VALUE(IN, bt, size, align); in thread_rpc_alloc()
|
/optee_os-3.20.0/core/arch/arm/dts/ |
A D | stm32mp15xx-dhcor-avenger96.dtsi | 407 compatible = "brcm,bcm43438-bt";
|
Completed in 6 milliseconds