Searched refs:X86_CR0_WP (Results 1 - 14 of 14) sorted by relevance

/linux-master/arch/x86/include/uapi/asm/
H A Dprocessor-flags.h64 #define X86_CR0_WP _BITUL(X86_CR0_WP_BIT) macro
178 X86_CR0_NE | X86_CR0_WP | X86_CR0_AM | \
/linux-master/arch/x86/kernel/
H A Drelocate_kernel_32.S117 andl $~(X86_CR0_PG | X86_CR0_AM | X86_CR0_WP | X86_CR0_TS | X86_CR0_EM), %eax
H A Drelocate_kernel_64.S140 andq $~(X86_CR0_AM | X86_CR0_WP | X86_CR0_TS | X86_CR0_EM), %rax
/linux-master/arch/x86/kvm/
H A Dkvm_cache_regs.h7 #define KVM_POSSIBLE_CR0_GUEST_BITS (X86_CR0_TS | X86_CR0_WP)
H A Dmmu.h42 #define KVM_MMU_CR0_ROLE_BITS (X86_CR0_PG | X86_CR0_WP)
H A Dx86.c939 if ((cr0 ^ old_cr0) == X86_CR0_WP) {
/linux-master/tools/testing/selftests/kvm/
H A Dmax_guest_memory_test.c78 sregs.cr0 ^= X86_CR0_WP;
/linux-master/arch/x86/kernel/cpu/
H A Dcommon.c414 if (unlikely((val & X86_CR0_WP) != X86_CR0_WP)) {
415 bits_missing = X86_CR0_WP;
/linux-master/arch/x86/kvm/vmx/
H A Dvmx.h649 bits &= ~X86_CR0_WP;
H A Dvmx.c3283 hw_cr0 |= X86_CR0_WP;
/linux-master/tools/testing/selftests/kvm/include/x86_64/
H A Dprocessor.h1349 #define X86_CR0_WP (1UL<<16) /* Write Protect */ macro
/linux-master/arch/x86/kvm/mmu/
H A Dmmu.c207 BUILD_MMU_ROLE_REGS_ACCESSOR(cr0, wp, X86_CR0_WP);
5300 const bool cr0_wp = kvm_is_cr0_bit_set(vcpu, X86_CR0_WP);
5302 BUILD_BUG_ON((KVM_MMU_CR0_ROLE_BITS & KVM_POSSIBLE_CR0_GUEST_BITS) != X86_CR0_WP);
/linux-master/arch/x86/include/asm/
H A Dkvm_host.h127 | X86_CR0_ET | X86_CR0_NE | X86_CR0_WP | X86_CR0_AM \
/linux-master/arch/x86/kvm/svm/
H A Dsvm.c1877 hcr0 |= X86_CR0_PG | X86_CR0_WP;

Completed in 331 milliseconds