Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/tools/lib/traceevent/plugins/
H A Dplugin_kvm.c370 unsigned cr0_wp:1; member
407 role.cr0_wp ? "" : "!", in kvm_mmu_print_role()
/kernel/linux/linux-6.6/arch/x86/kvm/mmu/
H A Dmmu.c4955 bool cr0_wp = is_cr0_wp(mmu); in update_permission_bitmask() local
4986 if (!cr0_wp) in update_permission_bitmask()
5126 role.base.cr0_wp = ____is_cr0_wp(regs); in kvm_calc_cpu_role()
5153 const bool cr0_wp = kvm_is_cr0_bit_set(vcpu, X86_CR0_WP); in __kvm_mmu_refresh_passthrough_bits() local
5158 if (is_cr0_wp(mmu) == cr0_wp) in __kvm_mmu_refresh_passthrough_bits()
5161 mmu->cpu_role.base.cr0_wp = cr0_wp; in __kvm_mmu_refresh_passthrough_bits()
5185 role.cr0_wp = true; in kvm_calc_tdp_mmu_root_page_role()
/kernel/linux/linux-5.10/arch/x86/kvm/mmu/
H A Dmmu.c1824 return sp->role.cr0_wp && sp->role.smap_andnot_wp; in is_ept_sp()
4252 bool cr0_wp = is_write_protection(vcpu); in update_permission_bitmask() local
4282 if (!cr0_wp) in update_permission_bitmask()
4477 role.base.cr0_wp = is_write_protection(vcpu); in kvm_calc_mmu_role_common()
4669 role.base.cr0_wp = true; in kvm_calc_shadow_ept_root_page_role()
/kernel/linux/linux-5.10/arch/x86/include/asm/
H A Dkvm_host.h253 * @nxe, @cr0_wp, @smep_andnot_wp and @smap_andnot_wp.
265 unsigned cr0_wp:1; member
/kernel/linux/linux-6.6/arch/x86/include/asm/
H A Dkvm_host.h320 * cr0_wp=0, therefore these three bits only give rise to 5 possibilities.
335 unsigned cr0_wp:1; member

Completed in 29 milliseconds