Home
last modified time | relevance | path

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

/linux/include/linux/
H A Darm_ffa.h37 #define FFA_RUN FFA_SMC_32(0x6D) macro
/linux/drivers/firmware/arm_ffa/
H A Ddriver.c406 .a0 = FFA_RUN, .a1 = ret->a1, in ffa_msg_send_wait_for_completion()
955 invoke_ffa_fn((ffa_value_t){ .a0 = FFA_RUN, .a1 = target, }, &ret); in ffa_run()
958 invoke_ffa_fn((ffa_value_t){ .a0 = FFA_RUN, .a1 = ret.a1, }, in ffa_run()