Searched refs:kvm_hypercall2 (Results 1 – 4 of 4) sorted by relevance
/linux/drivers/ptp/ |
H A D | ptp_kvm_x86.c | 53 ret = kvm_hypercall2(KVM_HC_CLOCK_PAIRING, clock_pair_gpa, in kvm_arch_ptp_init() 81 ret = kvm_hypercall2(KVM_HC_CLOCK_PAIRING, in kvm_arch_ptp_get_clock() 114 ret = kvm_hypercall2(KVM_HC_CLOCK_PAIRING, in kvm_arch_ptp_get_crosststamp()
|
/linux/arch/loongarch/kernel/ |
H A D | paravirt.c | 223 kvm_hypercall2(KVM_HCALL_FUNC_NOTIFY, BIT(KVM_FEATURE_STEAL_TIME), addr); in pv_enable_steal_time() 231 kvm_hypercall2(KVM_HCALL_FUNC_NOTIFY, BIT(KVM_FEATURE_STEAL_TIME), 0); in pv_disable_steal_time()
|
/linux/arch/x86/include/asm/ |
H A D | kvm_para.h | 62 static inline long kvm_hypercall2(unsigned int nr, unsigned long p1, in kvm_hypercall2() function
|
/linux/arch/loongarch/include/asm/ |
H A D | kvm_para.h | 79 static __always_inline long kvm_hypercall2(u64 fid, in kvm_hypercall2() function
|