Home
last modified time | relevance | path

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

/linux-4.4.14/arch/x86/include/asm/
Dkvm_host.h62 #define CR8_RESERVED_BITS (~(unsigned long)X86_CR8_TPR) macro
/linux-4.4.14/arch/x86/kvm/
Demulate.c3878 CR8_RESERVED_BITS, in check_cr_write()
Dx86.c799 if (cr8 & CR8_RESERVED_BITS) in kvm_set_cr8()