Home
last modified time | relevance | path

Searched refs:enter_guest (Results 1 – 8 of 8) 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/tools/testing/selftests/kvm/x86_64/
H A Dfix_hypercall_test.c
H A Dkvm_pv_test.c
H A Dkvm_clock_test.c
/linux/arch/x86/include/asm/fpu/
H A Dapi.h152 extern int fpu_swap_kvm_fpstate(struct fpu_guest *gfpu, bool enter_guest);
/linux/arch/x86/kernel/fpu/
H A Dcore.c330 int fpu_swap_kvm_fpstate(struct fpu_guest *guest_fpu, bool enter_guest) in fpu_swap_kvm_fpstate() argument
341 if (enter_guest) { in fpu_swap_kvm_fpstate()
/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.c1757 r = kvm_loongarch_ops->enter_guest(run, vcpu); in kvm_arch_vcpu_ioctl_run()