Home
last modified time | relevance | path

Searched refs:hc_info (Results 1 – 2 of 2) sorted by relevance

/linux/tools/testing/selftests/kvm/aarch64/
H A Dhypercalls.c91 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()
/linux/drivers/mmc/host/
H A Dvub300.c350 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()