Home
last modified time | relevance | path

Searched defs:cr0_wp (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/arch/x86/kvm/mmu/
H A Dmmu.c4955 bool cr0_wp = is_cr0_wp(mmu); in update_permission_bitmask() local
5153 const bool cr0_wp = kvm_is_cr0_bit_set(vcpu, X86_CR0_WP); in __kvm_mmu_refresh_passthrough_bits() local
/openbmc/linux/arch/x86/include/asm/
H A Dkvm_host.h335 unsigned cr0_wp:1; member