Searched refs:hc_info (Results 1 – 2 of 2) sorted by relevance
/linux-6.1.9/tools/testing/selftests/kvm/aarch64/ |
D | hypercalls.c | 92 static void guest_test_hvc(const struct test_hvc_info *hc_info) in guest_test_hvc() argument 99 hc_info == hvc_info ? ARRAY_SIZE(hvc_info) : ARRAY_SIZE(false_hvc_info); in guest_test_hvc() 101 for (i = 0; i < hvc_info_arr_sz; i++, hc_info++) { in guest_test_hvc() 103 smccc_hvc(hc_info->func_id, hc_info->arg1, 0, 0, 0, 0, 0, 0, &res); in guest_test_hvc() 109 res.a0, hc_info->func_id, hc_info->arg1); in guest_test_hvc() 113 res.a0, hc_info->func_id, hc_info->arg1); in guest_test_hvc()
|
/linux-6.1.9/drivers/mmc/host/ |
D | vub300.c | 350 struct host_controller_info hc_info; member 2279 0x0000, 0x0000, &vub300->hc_info, in vub300_probe() 2280 sizeof(vub300->hc_info), 1000); in vub300_probe()
|