Home
last modified time | relevance | path

Searched refs:kvm_hypercall2 (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/drivers/ptp/
H A Dptp_kvm_x86.c53 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()
/openbmc/linux/arch/x86/include/asm/
H A Dkvm_para.h62 static inline long kvm_hypercall2(unsigned int nr, unsigned long p1, in kvm_hypercall2() function
/openbmc/linux/arch/x86/kernel/
H A Dkvm.c1035 kvm_hypercall2(KVM_HC_KICK_CPU, flags, apicid); in kvm_kick_cpu()