Home
last modified time | relevance | path

Searched refs:enter_guest (Results 1 – 5 of 5) sorted by relevance

/linux/tools/testing/selftests/kvm/
H A Dsystem_counter_offset_test.c89 static void enter_guest(struct kvm_vcpu *vcpu) in enter_guest() function
125 enter_guest(vcpu); in main()
/linux/arch/x86/kernel/fpu/
H A Dcore.c374 int fpu_swap_kvm_fpstate(struct fpu_guest *guest_fpu, bool enter_guest) in fpu_swap_kvm_fpstate() argument
385 if (enter_guest) { in fpu_swap_kvm_fpstate()
/linux/arch/loongarch/include/asm/
H A Dkvm_host.h87 int (*enter_guest)(struct kvm_run *run, struct kvm_vcpu *vcpu); member
/linux/arch/loongarch/kvm/
H A Dmain.c382 kvm_loongarch_ops->enter_guest = addr + kvm_exception_size; in kvm_loongarch_env_init()
H A Dvcpu.c1826 r = kvm_loongarch_ops->enter_guest(run, vcpu); in kvm_arch_vcpu_ioctl_run()