Home
last modified time | relevance | path

Searched refs:X86_CR0_MP (Results 1 – 7 of 7) sorted by relevance

/linux-4.1.27/arch/x86/include/uapi/asm/
Dprocessor-flags.h55 #define X86_CR0_MP _BITUL(X86_CR0_MP_BIT) macro
/linux-4.1.27/arch/x86/include/asm/
Dsvm.h270 #define SVM_CR0_SELECTIVE_MASK (X86_CR0_TS | X86_CR0_MP)
Dkvm_host.h47 (~(unsigned long)(X86_CR0_PE | X86_CR0_MP | X86_CR0_EM | X86_CR0_TS \
/linux-4.1.27/arch/x86/kernel/
Dhead_64.S215 #define CR0_STATE (X86_CR0_PE | X86_CR0_MP | X86_CR0_ET | \
Dhead_32.S321 #define CR0_STATE (X86_CR0_PE | X86_CR0_MP | X86_CR0_ET | \
/linux-4.1.27/arch/x86/xen/
Denlighten.c1464 write_cr0(read_cr0() | X86_CR0_MP | X86_CR0_NE | X86_CR0_WP | X86_CR0_AM); in xen_pvh_set_cr_flags()
/linux-4.1.27/arch/x86/kvm/
Dvmx.c1985 cr0 &= ~(X86_CR0_TS | X86_CR0_MP); in vmx_fpu_activate()
1986 cr0 |= kvm_read_cr0_bits(vcpu, X86_CR0_TS | X86_CR0_MP); in vmx_fpu_activate()
2020 vmcs_set_bits(GUEST_CR0, X86_CR0_TS | X86_CR0_MP); in vmx_fpu_deactivate()
3596 hw_cr0 |= X86_CR0_TS | X86_CR0_MP; in vmx_set_cr0()