Home
last modified time | relevance | path

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

/linux-4.1.27/arch/x86/include/uapi/asm/
Dprocessor-flags.h67 #define X86_CR0_AM _BITUL(X86_CR0_AM_BIT) macro
/linux-4.1.27/arch/x86/kernel/
Drelocate_kernel_64.S118 andq $~(X86_CR0_AM | X86_CR0_WP | X86_CR0_TS | X86_CR0_EM), %rax
Drelocate_kernel_32.S115 andl $~(X86_CR0_PG | X86_CR0_AM | X86_CR0_WP | X86_CR0_TS | X86_CR0_EM), %eax
Dhead_64.S216 X86_CR0_NE | X86_CR0_WP | X86_CR0_AM | \
Dhead_32.S322 X86_CR0_NE | X86_CR0_WP | X86_CR0_AM | \
/linux-4.1.27/arch/x86/include/asm/
Dkvm_host.h48 | X86_CR0_ET | X86_CR0_NE | X86_CR0_WP | X86_CR0_AM \
/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()