Searched refs:hc_info (Results 1 – 1 of 1) sorted by relevance
| /tools/testing/selftests/kvm/arm64/ |
| A D | hypercalls.c | 100 static void guest_test_hvc(const struct test_hvc_info *hc_info) in guest_test_hvc() argument 107 hc_info == hvc_info ? ARRAY_SIZE(hvc_info) : ARRAY_SIZE(false_hvc_info); in guest_test_hvc() 109 for (i = 0; i < hvc_info_arr_sz; i++, hc_info++) { in guest_test_hvc() 111 smccc_hvc(hc_info->func_id, hc_info->arg1, 0, 0, 0, 0, 0, 0, &res); in guest_test_hvc() 118 res.a0, hc_info->func_id, hc_info->arg1, stage); in guest_test_hvc() 123 res.a0, hc_info->func_id, hc_info->arg1, stage); in guest_test_hvc()
|
Completed in 4 milliseconds