Home
last modified time | relevance | path

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

/linux-6.15/tools/testing/selftests/kvm/arm64/
H A Dpsci_test.c101 static void enter_guest(struct kvm_vcpu *vcpu) in enter_guest() function
157 enter_guest(source); in host_test_cpu_on()
190 enter_guest(source); in host_test_system_suspend()
257 enter_guest(source); in host_test_system_off2()
275 enter_guest(source); in host_test_system_off2()
/linux-6.15/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-6.15/tools/testing/selftests/kvm/x86/
H A Dfix_hypercall_test.c89 static void enter_guest(struct kvm_vcpu *vcpu) in enter_guest() function
124 enter_guest(vcpu); in test_fix_hypercall()
H A Dkvm_clock_test.c105 static void enter_guest(struct kvm_vcpu *vcpu) in enter_guest() function
154 enter_guest(vcpu); in main()
H A Dkvm_pv_test.c112 static void enter_guest(struct kvm_vcpu *vcpu) in enter_guest() function
214 enter_guest(vcpu); in main()
/linux-6.15/arch/x86/include/asm/fpu/
H A Dapi.h149 extern int fpu_swap_kvm_fpstate(struct fpu_guest *gfpu, bool enter_guest);
/linux-6.15/arch/loongarch/include/asm/
H A Dkvm_host.h87 int (*enter_guest)(struct kvm_run *run, struct kvm_vcpu *vcpu); member
/linux-6.15/arch/x86/kernel/fpu/
H A Dcore.c337 int fpu_swap_kvm_fpstate(struct fpu_guest *guest_fpu, bool enter_guest) in fpu_swap_kvm_fpstate() argument
348 if (enter_guest) { in fpu_swap_kvm_fpstate()
/linux-6.15/arch/loongarch/kvm/
H A Dmain.c382 kvm_loongarch_ops->enter_guest = addr + kvm_exception_size; in kvm_loongarch_env_init()
H A Dvcpu.c1802 r = kvm_loongarch_ops->enter_guest(run, vcpu); in kvm_arch_vcpu_ioctl_run()