Home
last modified time | relevance | path

Searched defs:set_cr4 (Results 1 – 3 of 3) sorted by relevance

/linux/tools/testing/selftests/kvm/include/x86/
H A Dprocessor.h578 static inline void set_cr4(uint64_t val) in set_cr4() function
/linux/arch/x86/include/asm/
H A Dkvm_host.h1742 void (*set_cr4)(struct kvm_vcpu *vcpu, unsigned long cr4); member
/linux/arch/x86/kvm/
H A Dx86.c1369 kvm_x86_call(set_cr4)(vcpu, cr4); in kvm_set_cr4() local