Searched refs:send_call (Results 1 – 1 of 1) sorted by relevance
52 static struct test_call send_call; variable80 if (send_call.pending && send_call.smc_cb) { in arm_smccc_smc()81 send_call.smc_cb(a0, a1, a2, a3, a4, a5, a6, a7, res); in arm_smccc_smc()1075 static struct test_call send_call; variable1125 switch (send_call.num) { in cmd_notify_send_call()1135 arg->params[0].u.value.b = send_call.a0; /* Set notification key */ in cmd_notify_send_call()1141 send_call.a6 = 1; in cmd_notify_send_call()1144 send_call.num++; in cmd_notify_send_call()1229 send_call.pending = 1; in ZTEST()1230 send_call.num = 0; in ZTEST()[all …]