Home
last modified time | relevance | path

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

/linux/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 Dvmx.c2473 vcpu->arch.cr0 |= vmcs_readl(GUEST_CR0) & guest_owned_bits; in vmx_cache_reg()
3296 vmcs_writel(GUEST_CR0, hw_cr0); in vmx_set_cr0()
6206 vmcs_readl(GUEST_CR0), vmcs_readl(CR0_READ_SHADOW), in dump_vmcs()
H A Dnested.c3814 * It's not enough to just return the vmcs02 GUEST_CR0. Rather,
3816 * available in vmcs02 GUEST_CR0. (Note: It's enough to check that L0
3820 * the bit from vmcs12.guest_cr0. Note that the bit from vmcs02 GUEST_CR0
3824 * didn't necessarily allow them to be changed in GUEST_CR0 - and rather
3831 /*1*/ (vmcs_readl(GUEST_CR0) & vcpu->arch.cr0_guest_owned_bits) | in vmcs12_guest_cr0()
/linux/tools/testing/selftests/kvm/include/x86/
H A Dvmx.h253 GUEST_CR0 = 0x00006800, enumerator
H A Devmcs.h402 case GUEST_CR0: in evmcs_vmread()
842 case GUEST_CR0: in evmcs_vmwrite()
/linux/arch/x86/include/asm/
H A Dvmx.h352 GUEST_CR0 = 0x00006800, enumerator
/linux/tools/testing/selftests/kvm/lib/x86/
H A Dvmx.c336 vmwrite(GUEST_CR0, vmreadz(HOST_CR0)); in init_vmcs_guest_state()