Home
last modified time | relevance | path

Searched refs:GUEST_CR0 (Results 1 - 18 of 18) sorted by relevance

/kernel/linux/linux-5.10/arch/x86/kvm/vmx/
H A Dvmcs_shadow_fields.h64 SHADOW_FIELD_RW(GUEST_CR0, guest_cr0)
H A Dvmcs12.c120 FIELD(GUEST_CR0, guest_cr0),
H A Devmcs.c106 EVMCS1_FIELD(GUEST_CR0, guest_cr0,
H A Dvmx.c2333 vcpu->arch.cr0 |= vmcs_readl(GUEST_CR0) & guest_owned_bits; in vmx_cache_reg()
3147 vmcs_writel(GUEST_CR0, hw_cr0); in vmx_set_cr0()
5950 vmcs_readl(GUEST_CR0), vmcs_readl(CR0_READ_SHADOW), in dump_vmcs()
H A Dnested.c2583 * This sets GUEST_CR0 to vmcs12->guest_cr0, possibly modifying those in prepare_vmcs02()
3635 * It's not enough to just return the vmcs02 GUEST_CR0. Rather,
3637 * available in vmcs02 GUEST_CR0. (Note: It's enough to check that L0
3641 * the bit from vmcs12.guest_cr0. Note that the bit from vmcs02 GUEST_CR0
3645 * didn't necessarily allow them to be changed in GUEST_CR0 - and rather
3652 /*1*/ (vmcs_readl(GUEST_CR0) & vcpu->arch.cr0_guest_owned_bits) | in vmcs12_guest_cr0()
/kernel/linux/linux-6.6/arch/x86/kvm/vmx/
H A Dvmcs_shadow_fields.h64 SHADOW_FIELD_RW(GUEST_CR0, guest_cr0)
H A Dvmcs12.c122 FIELD(GUEST_CR0, guest_cr0),
H A Dhyperv.c213 EVMCS1_FIELD(GUEST_CR0, guest_cr0,
H A Dvmx.c2493 vcpu->arch.cr0 |= vmcs_readl(GUEST_CR0) & guest_owned_bits; in vmx_cache_reg()
3304 vmcs_writel(GUEST_CR0, hw_cr0); in vmx_set_cr0()
6267 vmcs_readl(GUEST_CR0), vmcs_readl(CR0_READ_SHADOW), in dump_vmcs()
H A Dnested.c3694 * It's not enough to just return the vmcs02 GUEST_CR0. Rather,
3696 * available in vmcs02 GUEST_CR0. (Note: It's enough to check that L0
3700 * the bit from vmcs12.guest_cr0. Note that the bit from vmcs02 GUEST_CR0
3704 * didn't necessarily allow them to be changed in GUEST_CR0 - and rather
3711 /*1*/ (vmcs_readl(GUEST_CR0) & vcpu->arch.cr0_guest_owned_bits) | in vmcs12_guest_cr0()
/kernel/linux/linux-5.10/tools/testing/selftests/kvm/include/
H A Devmcs.h385 case GUEST_CR0: in evmcs_vmread()
772 case GUEST_CR0: in evmcs_vmwrite()
/kernel/linux/linux-5.10/arch/x86/include/asm/
H A Dvmx.h311 GUEST_CR0 = 0x00006800, enumerator
/kernel/linux/linux-5.10/tools/testing/selftests/kvm/include/x86_64/
H A Dvmx.h300 GUEST_CR0 = 0x00006800, enumerator
/kernel/linux/linux-6.6/arch/x86/include/asm/
H A Dvmx.h328 GUEST_CR0 = 0x00006800, enumerator
/kernel/linux/linux-6.6/tools/testing/selftests/kvm/include/x86_64/
H A Dvmx.h255 GUEST_CR0 = 0x00006800, enumerator
H A Devmcs.h405 case GUEST_CR0: in evmcs_vmread()
845 case GUEST_CR0: in evmcs_vmwrite()
/kernel/linux/linux-6.6/tools/testing/selftests/kvm/lib/x86_64/
H A Dvmx.c338 vmwrite(GUEST_CR0, vmreadz(HOST_CR0)); in init_vmcs_guest_state()
/kernel/linux/linux-5.10/tools/testing/selftests/kvm/lib/x86_64/
H A Dvmx.c353 vmwrite(GUEST_CR0, vmreadz(HOST_CR0)); in init_vmcs_guest_state()

Completed in 46 milliseconds