Searched refs:X86_CR0_MP (Results 1 - 6 of 6) sorted by relevance

/arch/x86/include/asm/
H A Dprocessor-flags.h31 #define X86_CR0_MP 0x00000002 /* Monitor Coprocessor */ macro
H A Dsvm.h342 #define SVM_CR0_SELECTIVE_MASK (X86_CR0_TS | X86_CR0_MP)
H A Dkvm_host.h44 (~(unsigned long)(X86_CR0_PE | X86_CR0_MP | X86_CR0_EM | X86_CR0_TS \
/arch/x86/kernel/cpu/
H A Dbugs.c32 write_cr0(X86_CR0_TS | X86_CR0_EM | X86_CR0_MP | read_cr0());
/arch/x86/kernel/
H A Dhead_64.S192 #define CR0_STATE (X86_CR0_PE | X86_CR0_MP | X86_CR0_ET | \
/arch/x86/kvm/
H A Dvmx.c1529 cr0 &= ~(X86_CR0_TS | X86_CR0_MP);
1530 cr0 |= kvm_read_cr0_bits(vcpu, X86_CR0_TS | X86_CR0_MP);
1564 vmcs_set_bits(GUEST_CR0, X86_CR0_TS | X86_CR0_MP);
2987 hw_cr0 |= X86_CR0_TS | X86_CR0_MP;

Completed in 137 milliseconds