Home
last modified time | relevance | path

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

/kernel/linux/patches/linux-5.10/prebuilts/usr/include/asm-x86/asm/
Dprocessor-flags.h71 #define X86_CR0_WP _BITUL(X86_CR0_WP_BIT) macro
146 #define CR0_STATE (X86_CR0_PE | X86_CR0_MP | X86_CR0_ET | X86_CR0_NE | X86_CR0_WP | X86_CR0_AM | X8…
/kernel/linux/linux-5.10/arch/x86/include/uapi/asm/
Dprocessor-flags.h64 #define X86_CR0_WP _BITUL(X86_CR0_WP_BIT) macro
163 X86_CR0_NE | X86_CR0_WP | X86_CR0_AM | \
/kernel/linux/linux-5.10/arch/x86/kvm/
Dmmu.h155 return kvm_read_cr0_bits(vcpu, X86_CR0_WP); in is_write_protection()
Dx86.c827 unsigned long update_bits = X86_CR0_PG | X86_CR0_WP; in kvm_set_cr0()
/kernel/linux/linux-5.10/arch/x86/realmode/rm/
Dtrampoline_64.S152 movl $(X86_CR0_PG | X86_CR0_WP | X86_CR0_PE), %eax
/kernel/linux/linux-5.10/arch/x86/kernel/
Drelocate_kernel_64.S130 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
/kernel/linux/linux-5.10/tools/testing/selftests/kvm/include/x86_64/
Dprocessor.h386 #define X86_CR0_WP (1UL<<16) /* Write Protect */ macro
/kernel/linux/linux-5.10/arch/x86/kernel/cpu/
Dcommon.c367 if (unlikely((val & X86_CR0_WP) != X86_CR0_WP)) { in native_write_cr0()
368 bits_missing = X86_CR0_WP; in native_write_cr0()
/kernel/linux/linux-5.10/arch/x86/include/asm/
Dkvm_host.h94 | X86_CR0_ET | X86_CR0_NE | X86_CR0_WP | X86_CR0_AM \
/kernel/linux/linux-5.10/arch/x86/kvm/vmx/
Dvmx.c139 X86_CR0_WP | X86_CR0_PG | X86_CR0_PE)
3088 if (!(cr0 & X86_CR0_WP)) in ept_update_paging_mode_cr0()
3089 *hw_cr0 &= ~X86_CR0_WP; in ept_update_paging_mode_cr0()
/kernel/linux/linux-5.10/arch/x86/kvm/svm/
Dsvm.c1681 cr0 |= X86_CR0_PG | X86_CR0_WP; in svm_set_cr0()