Home
last modified time | relevance | path

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

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