Home
last modified time | relevance | path

Searched refs:X86_CR0_ET (Results 1 – 3 of 3) sorted by relevance

/linux/tools/testing/selftests/kvm/include/x86/
H A Dprocessor.h1529 #define X86_CR0_ET (1UL<<4) /* Extension Type */ macro
/linux/arch/x86/include/asm/
H A Dkvm_host.h136 | X86_CR0_ET | X86_CR0_NE | X86_CR0_WP | X86_CR0_AM \
/linux/arch/x86/kvm/
H A Dx86.c1173 cr0 |= X86_CR0_ET; in kvm_set_cr0()
13121 new_cr0 = X86_CR0_ET; in kvm_vcpu_reset()