Searched refs:pgs_gpa (Results 1 – 2 of 2) sorted by relevance
| /linux/tools/testing/selftests/kvm/x86/ |
| 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() 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 + PAGE_SIZE); in sender_guest_code() 125 pgs_gpa, pgs_gpa + PAGE_SIZE); in sender_guest_code() 147 pgs_gpa, pgs_gpa + PAGE_SIZE); in sender_guest_code() 170 pgs_gpa, pgs_gpa + PAGE_SIZE); in sender_guest_code() [all …]
|
| 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 + PAGE_SIZE; in guest_hcall()
|