Searched refs:pgs_gpa (Results 1 – 3 of 3) sorted by relevance
/linux/tools/testing/selftests/kvm/x86_64/ |
H A D | hyperv_ipi.c | 48 static inline void hv_init(vm_vaddr_t pgs_gpa) in hv_init() argument 51 wrmsr(HV_X64_MSR_HYPERCALL, pgs_gpa); in hv_init() 54 static void receiver_code(void *hcall_page, vm_vaddr_t pgs_gpa) in receiver_code() argument 59 hv_init(pgs_gpa); in receiver_code() 86 static void sender_guest_code(void *hcall_page, vm_vaddr_t pgs_gpa) in sender_guest_code() argument 92 hv_init(pgs_gpa); in sender_guest_code() 103 hyperv_hypercall(HVCALL_SEND_IPI, pgs_gpa, pgs_gpa + 4096); in sender_guest_code() 123 pgs_gpa, pgs_gpa + 4096); in sender_guest_code() 145 pgs_gpa, pgs_gpa + 4096); in sender_guest_code() 168 pgs_gpa, pgs_gpa + 4096); in sender_guest_code() [all …]
|
H A D | hyperv_svm_test.c | 70 vm_vaddr_t pgs_gpa) in guest_code() argument 79 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()
|