Searched refs:X86_CR0_WP (Results 1 – 10 of 10) sorted by relevance
64 #define X86_CR0_WP _BITUL(X86_CR0_WP_BIT) macro163 X86_CR0_NE | X86_CR0_WP | X86_CR0_AM | \
152 movl $(X86_CR0_PG | X86_CR0_WP | X86_CR0_PE), %eax
51 #define KVM_MMU_CR0_ROLE_BITS (X86_CR0_PG | X86_CR0_WP)
130 andq $~(X86_CR0_AM | X86_CR0_WP | X86_CR0_TS | X86_CR0_EM), %rax
117 andl $~(X86_CR0_PG | X86_CR0_AM | X86_CR0_WP | X86_CR0_TS | X86_CR0_EM), %eax
377 if (unlikely((val & X86_CR0_WP) != X86_CR0_WP)) { in native_write_cr0()378 bits_missing = X86_CR0_WP; in native_write_cr0()
109 | X86_CR0_ET | X86_CR0_NE | X86_CR0_WP | X86_CR0_AM \
1770 hcr0 |= X86_CR0_PG | X86_CR0_WP; in svm_set_cr0()
212 BUILD_MMU_ROLE_REGS_ACCESSOR(cr0, wp, X86_CR0_WP);
3121 hw_cr0 |= X86_CR0_WP; in vmx_set_cr0()