Searched refs:hc_info (Results 1 – 2 of 2) sorted by relevance
/openbmc/linux/tools/testing/selftests/kvm/aarch64/ |
H A D | hypercalls.c | 91 static void guest_test_hvc(const struct test_hvc_info *hc_info) in guest_test_hvc() argument 98 hc_info == hvc_info ? ARRAY_SIZE(hvc_info) : ARRAY_SIZE(false_hvc_info); in guest_test_hvc() 100 for (i = 0; i < hvc_info_arr_sz; i++, hc_info++) { in guest_test_hvc() 102 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, stage); in guest_test_hvc() 114 res.a0, hc_info->func_id, hc_info->arg1, stage); in guest_test_hvc()
|
/openbmc/linux/drivers/mmc/host/ |
H A D | vub300.c | 350 struct host_controller_info hc_info; member 2280 0x0000, 0x0000, &vub300->hc_info, in vub300_probe() 2281 sizeof(vub300->hc_info), 1000); in vub300_probe()
|