Searched refs:pgs_gpa (Results 1 – 3 of 3) sorted by relevance
/openbmc/linux/tools/testing/selftests/kvm/x86_64/ |
H A D | hyperv_ipi.c | 50 static inline void hv_init(vm_vaddr_t pgs_gpa) in hv_init() argument 53 wrmsr(HV_X64_MSR_HYPERCALL, pgs_gpa); in hv_init() 56 static void receiver_code(void *hcall_page, vm_vaddr_t pgs_gpa) in receiver_code() argument 61 hv_init(pgs_gpa); in receiver_code() 88 static void sender_guest_code(void *hcall_page, vm_vaddr_t pgs_gpa) in sender_guest_code() argument 94 hv_init(pgs_gpa); in sender_guest_code() 105 hyperv_hypercall(HVCALL_SEND_IPI, pgs_gpa, pgs_gpa + 4096); in sender_guest_code() 125 pgs_gpa, pgs_gpa + 4096); in sender_guest_code() 147 pgs_gpa, pgs_gpa + 4096); in sender_guest_code() 170 pgs_gpa, pgs_gpa + 4096); in sender_guest_code() [all …]
|
H A D | hyperv_svm_test.c | 71 vm_vaddr_t pgs_gpa) in guest_code() argument 80 wrmsr(HV_X64_MSR_HYPERCALL, pgs_gpa); in guest_code()
|
H A D | hyperv_features.c | 85 static void guest_hcall(vm_vaddr_t pgs_gpa, struct hcall_data *hcall) in guest_hcall() argument 93 wrmsr(HV_X64_MSR_HYPERCALL, pgs_gpa); in guest_hcall() 96 input = pgs_gpa; in guest_hcall() 97 output = pgs_gpa + 4096; in guest_hcall()
|