Searched refs:FFA_MSG_SEND_DIRECT_RESP_32 (Results 1 – 6 of 6) sorted by relevance
/optee_os-3.20.0/core/arch/arm/kernel/ |
A D | thread_spmc_a32.S | 30 ldr r0, =FFA_MSG_SEND_DIRECT_RESP_32 /* FID */ 95 ldr r0, =FFA_MSG_SEND_DIRECT_RESP_32
|
A D | thread_spmc_a64.S | 31 mov_imm x0, FFA_MSG_SEND_DIRECT_RESP_32 /* FID */ 143 ldr w0, =FFA_MSG_SEND_DIRECT_RESP_32
|
A D | thread_spmc.c | 458 spmc_set_args(args, FFA_MSG_SEND_DIRECT_RESP_32, in handle_yielding_call() 485 spmc_set_args(args, FFA_MSG_SEND_DIRECT_RESP_32, in handle_blocking_call() 491 spmc_set_args(args, FFA_MSG_SEND_DIRECT_RESP_32, in handle_blocking_call() 497 spmc_set_args(args, FFA_MSG_SEND_DIRECT_RESP_32, in handle_blocking_call() 503 spmc_set_args(args, FFA_MSG_SEND_DIRECT_RESP_32, in handle_blocking_call()
|
A D | stmm_sp.c | 54 #define __FFA_MSG_SEND_DIRECT_RESP FFA_MSG_SEND_DIRECT_RESP_32
|
A D | spmc_sp_handler.c | 1038 case FFA_MSG_SEND_DIRECT_RESP_32: in spmc_sp_msg_handler()
|
/optee_os-3.20.0/core/arch/arm/include/ |
A D | ffa.h | 57 #define FFA_MSG_SEND_DIRECT_RESP_32 U(0x84000070) macro
|
Completed in 11 milliseconds