Home
last modified time | relevance | path

Searched refs:set_cr4 (Results 1 – 6 of 6) sorted by relevance

/Linux-v5.10/tools/testing/selftests/kvm/x86_64/
Dcr4_cpuid_sync_test.c50 set_cr4(cr4); in guest_code()
/Linux-v5.10/tools/testing/selftests/kvm/include/x86_64/
Dprocessor.h223 static inline void set_cr4(uint64_t val) in set_cr4() function
/Linux-v5.10/arch/x86/include/asm/
Dkvm_host.h1118 int (*set_cr4)(struct kvm_vcpu *vcpu, unsigned long cr4); member
/Linux-v5.10/arch/x86/kvm/
Dx86.c1009 if (kvm_x86_ops.set_cr4(vcpu, cr4)) in kvm_set_cr4()
8546 kvm_x86_ops.set_cr4(vcpu, 0); in enter_smm()
9602 kvm_x86_ops.set_cr4(vcpu, sregs->cr4); in __set_sregs()
/Linux-v5.10/arch/x86/kvm/svm/
Dsvm.c4220 .set_cr4 = svm_set_cr4,
/Linux-v5.10/arch/x86/kvm/vmx/
Dvmx.c7619 .set_cr4 = vmx_set_cr4,