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

/linux-master/arch/x86/kvm/mmu/
H A Dmmu.c5102 bool cr0_wp = is_cr0_wp(mmu); local
5133 if (!cr0_wp)
5273 role.base.cr0_wp = ____is_cr0_wp(regs);
5300 const bool cr0_wp = kvm_is_cr0_bit_set(vcpu, X86_CR0_WP); local
5305 if (is_cr0_wp(mmu) == cr0_wp)
5308 mmu->cpu_role.base.cr0_wp = cr0_wp;
5332 role.cr0_wp = true;
/linux-master/arch/x86/include/asm/
H A Dkvm_host.h329 * cr0_wp=0, therefore these three bits only give rise to 5 possibilities.
344 unsigned cr0_wp:1; member in struct:kvm_mmu_page_role::__anon6

Completed in 209 milliseconds