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

/linux-master/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_evmcs.c101 EVMCS1_FIELD(GUEST_CR0, guest_cr0,
H A Dvmx.c2482 vcpu->arch.cr0 |= vmcs_readl(GUEST_CR0) & guest_owned_bits;
3293 vmcs_writel(GUEST_CR0, hw_cr0);
6280 vmcs_readl(GUEST_CR0), vmcs_readl(CR0_READ_SHADOW),
H A Dnested.c3738 * It's not enough to just return the vmcs02 GUEST_CR0. Rather,
3740 * available in vmcs02 GUEST_CR0. (Note: It's enough to check that L0
3744 * the bit from vmcs12.guest_cr0. Note that the bit from vmcs02 GUEST_CR0
3748 * didn't necessarily allow them to be changed in GUEST_CR0 - and rather
3755 /*1*/ (vmcs_readl(GUEST_CR0) & vcpu->arch.cr0_guest_owned_bits) |
/linux-master/tools/testing/selftests/kvm/include/x86_64/
H A Dvmx.h255 GUEST_CR0 = 0x00006800, enumerator in enum:vmcs_field
H A Devmcs.h405 case GUEST_CR0:
845 case GUEST_CR0:
/linux-master/tools/testing/selftests/kvm/lib/x86_64/
H A Dvmx.c338 vmwrite(GUEST_CR0, vmreadz(HOST_CR0));
/linux-master/arch/x86/include/asm/
H A Dvmx.h329 GUEST_CR0 = 0x00006800, enumerator in enum:vmcs_field

Completed in 137 milliseconds