Home
last modified time | relevance | path

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

/linux/arch/x86/include/uapi/asm/
A Dprocessor-flags.h64 #define X86_CR0_WP _BITUL(X86_CR0_WP_BIT) macro
163 X86_CR0_NE | X86_CR0_WP | X86_CR0_AM | \
/linux/arch/x86/realmode/rm/
A Dtrampoline_64.S152 movl $(X86_CR0_PG | X86_CR0_WP | X86_CR0_PE), %eax
/linux/arch/x86/kernel/
A Drelocate_kernel_64.S127 andq $~(X86_CR0_AM | X86_CR0_WP | X86_CR0_TS | X86_CR0_EM), %rax
A Drelocate_kernel_32.S113 andl $~(X86_CR0_PG | X86_CR0_AM | X86_CR0_WP | X86_CR0_TS | X86_CR0_EM), %eax
/linux/arch/x86/kvm/
A Dmmu.h50 #define KVM_MMU_CR0_ROLE_BITS (X86_CR0_PG | X86_CR0_WP)
/linux/tools/testing/selftests/kvm/include/x86_64/
A Dprocessor.h437 #define X86_CR0_WP (1UL<<16) /* Write Protect */ macro
/linux/arch/x86/kernel/cpu/
A Dcommon.c376 if (unlikely((val & X86_CR0_WP) != X86_CR0_WP)) { in native_write_cr0()
377 bits_missing = X86_CR0_WP; in native_write_cr0()
/linux/drivers/iommu/intel/
A Dpasid.c568 if (unlikely(!(cr0 & X86_CR0_WP))) { in pasid_enable_wpe()
/linux/arch/x86/include/asm/
A Dkvm_host.h108 | X86_CR0_ET | X86_CR0_NE | X86_CR0_WP | X86_CR0_AM \
/linux/arch/x86/kvm/svm/
A Dsvm.c1810 hcr0 |= X86_CR0_PG | X86_CR0_WP; in svm_set_cr0()
/linux/arch/x86/kvm/mmu/
A Dmmu.c216 BUILD_MMU_ROLE_REGS_ACCESSOR(cr0, wp, X86_CR0_WP);
/linux/arch/x86/kvm/vmx/
A Dvmx.c3008 hw_cr0 |= X86_CR0_WP; in vmx_set_cr0()

Completed in 53 milliseconds