Home
last modified time | relevance | path

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

/linux-6.3-rc2/arch/x86/include/uapi/asm/
A 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.3-rc2/arch/x86/kvm/
A Dmmu.h42 #define KVM_MMU_CR0_ROLE_BITS (X86_CR0_PG | X86_CR0_WP)
/linux-6.3-rc2/arch/x86/kernel/
A Drelocate_kernel_64.S140 andq $~(X86_CR0_AM | X86_CR0_WP | X86_CR0_TS | X86_CR0_EM), %rax
A Drelocate_kernel_32.S117 andl $~(X86_CR0_PG | X86_CR0_AM | X86_CR0_WP | X86_CR0_TS | X86_CR0_EM), %eax
/linux-6.3-rc2/tools/testing/selftests/kvm/
A Dmax_guest_memory_test.c81 sregs.cr0 ^= X86_CR0_WP; in vcpu_worker()
/linux-6.3-rc2/arch/x86/kernel/cpu/
A Dcommon.c430 if (unlikely((val & X86_CR0_WP) != X86_CR0_WP)) { in native_write_cr0()
431 bits_missing = X86_CR0_WP; in native_write_cr0()
/linux-6.3-rc2/drivers/iommu/intel/
A Dpasid.c529 if (unlikely(!(cr0 & X86_CR0_WP))) { in intel_pasid_setup_first_level()
/linux-6.3-rc2/tools/testing/selftests/kvm/include/x86_64/
A Dprocessor.h1101 #define X86_CR0_WP (1UL<<16) /* Write Protect */ macro
/linux-6.3-rc2/arch/x86/include/asm/
A Dkvm_host.h119 | X86_CR0_ET | X86_CR0_NE | X86_CR0_WP | X86_CR0_AM \
/linux-6.3-rc2/arch/x86/kvm/svm/
A Dsvm.c1804 hcr0 |= X86_CR0_PG | X86_CR0_WP; in svm_set_cr0()
/linux-6.3-rc2/arch/x86/kvm/mmu/
A Dmmu.c194 BUILD_MMU_ROLE_REGS_ACCESSOR(cr0, wp, X86_CR0_WP);
/linux-6.3-rc2/arch/x86/kvm/vmx/
A Dvmx.c3273 hw_cr0 |= X86_CR0_WP; in vmx_set_cr0()

Completed in 65 milliseconds