Home
last modified time | relevance | path

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

/linux-6.1.9/arch/x86/include/uapi/asm/
Dprocessor-flags.h64 #define X86_CR0_WP _BITUL(X86_CR0_WP_BIT) macro
165 X86_CR0_NE | X86_CR0_WP | X86_CR0_AM | \
/linux-6.1.9/arch/x86/kvm/
Dmmu.h42 #define KVM_MMU_CR0_ROLE_BITS (X86_CR0_PG | X86_CR0_WP)
/linux-6.1.9/arch/x86/kernel/
Drelocate_kernel_64.S139 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
/linux-6.1.9/tools/testing/selftests/kvm/
Dmax_guest_memory_test.c80 sregs.cr0 ^= X86_CR0_WP; in vcpu_worker()
/linux-6.1.9/arch/x86/kernel/cpu/
Dcommon.c429 if (unlikely((val & X86_CR0_WP) != X86_CR0_WP)) { in native_write_cr0()
430 bits_missing = X86_CR0_WP; in native_write_cr0()
/linux-6.1.9/drivers/iommu/intel/
Dpasid.c510 if (unlikely(!(cr0 & X86_CR0_WP))) { in intel_pasid_setup_first_level()
/linux-6.1.9/tools/testing/selftests/kvm/include/x86_64/
Dprocessor.h885 #define X86_CR0_WP (1UL<<16) /* Write Protect */ macro
/linux-6.1.9/arch/x86/include/asm/
Dkvm_host.h114 | X86_CR0_ET | X86_CR0_NE | X86_CR0_WP | X86_CR0_AM \
/linux-6.1.9/arch/x86/kvm/svm/
Dsvm.c1788 hcr0 |= X86_CR0_PG | X86_CR0_WP; in svm_set_cr0()
/linux-6.1.9/arch/x86/kvm/mmu/
Dmmu.c184 BUILD_MMU_ROLE_REGS_ACCESSOR(cr0, wp, X86_CR0_WP);
/linux-6.1.9/arch/x86/kvm/vmx/
Dvmx.c3146 hw_cr0 |= X86_CR0_WP; in vmx_set_cr0()