Home
last modified time | relevance | path

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

/openbmc/linux/tools/testing/selftests/kvm/x86_64/
H A Dkvm_pv_test.c55 struct hcall_data { struct
68 static struct hcall_data hcalls_to_test[] = { argument
74 static void test_hcall(struct hcall_data *hc) in test_hcall()
107 struct hcall_data *hc = (struct hcall_data *)uc->args[0]; in pr_hcall()
H A Dhyperv_features.c31 struct hcall_data { struct
85 static void guest_hcall(vm_vaddr_t pgs_gpa, struct hcall_data *hcall) in guest_hcall()
530 struct hcall_data *hcall; in guest_test_hcalls_access()