Searched refs:cr0_wp (Results 1 - 2 of 2) sorted by path

/linux-master/arch/x86/include/asm/
H A Dkvm_host.h332 * cr0_wp=0, therefore these three bits only give rise to 5 possibilities.
347 unsigned cr0_wp:1; member in struct:kvm_mmu_page_role::__anon68
/linux-master/arch/x86/kvm/mmu/
H A Dmmu.c5096 bool cr0_wp = is_cr0_wp(mmu); local
5127 if (!cr0_wp)
5267 role.base.cr0_wp = ____is_cr0_wp(regs);
5294 const bool cr0_wp = kvm_is_cr0_bit_set(vcpu, X86_CR0_WP); local
5299 if (is_cr0_wp(mmu) == cr0_wp)
5302 mmu->cpu_role.base.cr0_wp = cr0_wp;
5331 role.cr0_wp = true;

Completed in 393 milliseconds