Searched refs:X86_CR0_EM (Results 1 – 6 of 6) sorted by relevance
35 #define X86_CR0_EM 0x00000004 /* Require FPU Emulation (RO) */ macro
57 andl $~(X86_CR0_AM | X86_CR0_WP | X86_CR0_TS | X86_CR0_EM), %eax
2549 old_val &= X86_CR0_PE|X86_CR0_MP|X86_CR0_EM|X86_CR0_TS; in nvmx_n2_vmexit_handler()2551 (X86_CR0_PE|X86_CR0_MP|X86_CR0_EM|X86_CR0_TS); in nvmx_n2_vmexit_handler()
2668 value = (value & ~(X86_CR0_MP|X86_CR0_EM|X86_CR0_TS)) | in vmx_cr_access()2670 (X86_CR0_PE|X86_CR0_MP|X86_CR0_EM|X86_CR0_TS)); in vmx_cr_access()
925 (X86_CR0_PE | X86_CR0_MP | X86_CR0_EM | \
1061 if ( cr0 & X86_CR0_EM ) in _get_fpu()
Completed in 35 milliseconds