Home
last modified time | relevance | path

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

/Linux-v6.6/arch/x86/kvm/vmx/
Dvmx.c3274 unsigned long hw_cr0, old_cr0_pg; in vmx_set_cr0() local
3279 hw_cr0 = (cr0 & ~KVM_VM_CR0_ALWAYS_OFF); in vmx_set_cr0()
3281 hw_cr0 |= KVM_VM_CR0_ALWAYS_ON_UNRESTRICTED_GUEST; in vmx_set_cr0()
3283 hw_cr0 |= KVM_VM_CR0_ALWAYS_ON; in vmx_set_cr0()
3285 hw_cr0 |= X86_CR0_WP; in vmx_set_cr0()
3295 vmcs_writel(GUEST_CR0, hw_cr0); in vmx_set_cr0()