Searched refs:X86_CR0_AM (Results 1 - 7 of 7) sorted by relevance

/linux-4.4.14/arch/x86/include/uapi/asm/
H A Dprocessor-flags.h65 #define X86_CR0_AM _BITUL(X86_CR0_AM_BIT) macro
/linux-4.4.14/arch/x86/kernel/
H A Drelocate_kernel_32.S115 andl $~(X86_CR0_PG | X86_CR0_AM | X86_CR0_WP | X86_CR0_TS | X86_CR0_EM), %eax
H A Drelocate_kernel_64.S118 andq $~(X86_CR0_AM | X86_CR0_WP | X86_CR0_TS | X86_CR0_EM), %rax
H A Dhead_64.S216 X86_CR0_NE | X86_CR0_WP | X86_CR0_AM | \
H A Dhead_32.S321 X86_CR0_NE | X86_CR0_WP | X86_CR0_AM | \
/linux-4.4.14/arch/x86/include/asm/
H A Dkvm_host.h50 | X86_CR0_ET | X86_CR0_NE | X86_CR0_WP | X86_CR0_AM \
/linux-4.4.14/arch/x86/xen/
H A Denlighten.c1472 write_cr0(read_cr0() | X86_CR0_MP | X86_CR0_NE | X86_CR0_WP | X86_CR0_AM); xen_pvh_set_cr_flags() local

Completed in 232 milliseconds