Home
last modified time | relevance | path

Searched refs:X86_CR0_EM (Results 1 – 8 of 8) sorted by relevance

/linux-2.6.39/arch/x86/boot/
Dcpucheck.c78 if (cr0 & (X86_CR0_EM|X86_CR0_TS)) { in has_fpu()
79 cr0 &= ~(X86_CR0_EM|X86_CR0_TS); in has_fpu()
/linux-2.6.39/arch/x86/include/asm/
Dprocessor-flags.h31 #define X86_CR0_EM 0x00000004 /* Emulation */ macro
/linux-2.6.39/arch/x86/kernel/cpu/
Dbugs.c31 write_cr0(X86_CR0_TS | X86_CR0_EM | X86_CR0_MP | read_cr0()); in no_387()
/linux-2.6.39/arch/x86/kernel/
Drelocate_kernel_64.S116 andq $~(X86_CR0_AM | X86_CR0_WP | X86_CR0_TS | X86_CR0_EM), %rax
Di387.c105 cr0 &= ~(X86_CR0_TS|X86_CR0_EM); /* clear TS and EM */ in fpu_init()
107 cr0 |= X86_CR0_EM; in fpu_init()
Drelocate_kernel_32.S113 andl $~(X86_CR0_PG | X86_CR0_AM | X86_CR0_WP | X86_CR0_TS | X86_CR0_EM), %eax
Dtraps.c781 if (read_cr0() & X86_CR0_EM) { in do_device_not_available()
/linux-2.6.39/arch/x86/kvm/
Dx86.c64 (~(unsigned long)(X86_CR0_PE | X86_CR0_MP | X86_CR0_EM | X86_CR0_TS \