Home
last modified time | relevance | path

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

/arch/x86/include/uapi/asm/
A Dprocessor-flags.h64 #define X86_CR0_WP _BITUL(X86_CR0_WP_BIT) macro
178 X86_CR0_NE | X86_CR0_WP | X86_CR0_AM | \
/arch/x86/kvm/
A Dkvm_cache_regs.h7 #define KVM_POSSIBLE_CR0_GUEST_BITS (X86_CR0_TS | X86_CR0_WP)
A Dmmu.h43 #define KVM_MMU_CR0_ROLE_BITS (X86_CR0_PG | X86_CR0_WP)
A Dx86.c1110 if ((cr0 ^ old_cr0) == X86_CR0_WP) { in kvm_post_set_cr0()
/arch/x86/kernel/
A Drelocate_kernel_32.S117 andl $~(X86_CR0_PG | X86_CR0_AM | X86_CR0_WP | X86_CR0_TS | X86_CR0_EM), %eax
A Drelocate_kernel_64.S181 andq $~(X86_CR0_AM | X86_CR0_WP | X86_CR0_TS | X86_CR0_EM), %rax
/arch/x86/kvm/vmx/
A Dvmx.h649 bits &= ~X86_CR0_WP; in vmx_l1_guest_owned_cr0_bits()
A Dvmx.c3286 hw_cr0 |= X86_CR0_WP; in vmx_set_cr0()
/arch/x86/kernel/cpu/
A Dcommon.c418 if (unlikely((val & X86_CR0_WP) != X86_CR0_WP)) { in native_write_cr0()
419 bits_missing = X86_CR0_WP; in native_write_cr0()
/arch/x86/include/asm/
A Dkvm_host.h135 | X86_CR0_ET | X86_CR0_NE | X86_CR0_WP | X86_CR0_AM \
/arch/x86/kvm/mmu/
A Dmmu.c207 BUILD_MMU_ROLE_REGS_ACCESSOR(cr0, wp, X86_CR0_WP);
5631 const bool cr0_wp = kvm_is_cr0_bit_set(vcpu, X86_CR0_WP); in __kvm_mmu_refresh_passthrough_bits()
5633 BUILD_BUG_ON((KVM_MMU_CR0_ROLE_BITS & KVM_POSSIBLE_CR0_GUEST_BITS) != X86_CR0_WP); in __kvm_mmu_refresh_passthrough_bits()
/arch/x86/kvm/svm/
A Dsvm.c1768 hcr0 |= X86_CR0_PG | X86_CR0_WP; in svm_set_cr0()

Completed in 79 milliseconds