Searched refs:wait_call (Results 1 – 1 of 1) sorted by relevance
51 static struct test_call wait_call; variable77 if (wait_call.pending && wait_call.smc_cb && (k_current_get() == wait_call.th_id)) { in arm_smccc_smc()78 wait_call.smc_cb(a0, a1, a2, a3, a4, a5, a6, a7, res); in arm_smccc_smc()1074 static struct test_call wait_call; variable1090 switch (wait_call.num) { in cmd_notify_wait_call()1100 arg->params[0].u.value.b = wait_call.a0; /* Set notification key */ in cmd_notify_wait_call()1106 wait_call.a6 = 1; in cmd_notify_wait_call()1109 wait_call.num++; in cmd_notify_wait_call()1168 wait_call.pending = 1; in wait_handler()1169 wait_call.th_id = k_current_get(); in wait_handler()[all …]