Home
last modified time | relevance | path

Searched refs:X86_CR0_WP (Results 1 – 10 of 10) sorted by relevance

/arch/x86/include/uapi/asm/
Dprocessor-flags.h64 #define X86_CR0_WP _BITUL(X86_CR0_WP_BIT) macro
163 X86_CR0_NE | X86_CR0_WP | X86_CR0_AM | \
/arch/x86/realmode/rm/
Dtrampoline_64.S152 movl $(X86_CR0_PG | X86_CR0_WP | X86_CR0_PE), %eax
/arch/x86/kvm/
Dmmu.h51 #define KVM_MMU_CR0_ROLE_BITS (X86_CR0_PG | X86_CR0_WP)
/arch/x86/kernel/
Drelocate_kernel_64.S130 andq $~(X86_CR0_AM | X86_CR0_WP | X86_CR0_TS | X86_CR0_EM), %rax
Drelocate_kernel_32.S117 andl $~(X86_CR0_PG | X86_CR0_AM | X86_CR0_WP | X86_CR0_TS | X86_CR0_EM), %eax
/arch/x86/kernel/cpu/
Dcommon.c377 if (unlikely((val & X86_CR0_WP) != X86_CR0_WP)) { in native_write_cr0()
378 bits_missing = X86_CR0_WP; in native_write_cr0()
/arch/x86/include/asm/
Dkvm_host.h109 | X86_CR0_ET | X86_CR0_NE | X86_CR0_WP | X86_CR0_AM \
/arch/x86/kvm/svm/
Dsvm.c1770 hcr0 |= X86_CR0_PG | X86_CR0_WP; in svm_set_cr0()
/arch/x86/kvm/mmu/
Dmmu.c212 BUILD_MMU_ROLE_REGS_ACCESSOR(cr0, wp, X86_CR0_WP);
/arch/x86/kvm/vmx/
Dvmx.c3121 hw_cr0 |= X86_CR0_WP; in vmx_set_cr0()