Searched refs:GUEST_CR0 (Results 1 - 9 of 9) sorted by last modified time

/linux-master/arch/x86/kvm/vmx/
H A Dvmx.c2487 vcpu->arch.cr0 |= vmcs_readl(GUEST_CR0) & guest_owned_bits;
3302 vmcs_writel(GUEST_CR0, hw_cr0);
6291 vmcs_readl(GUEST_CR0), vmcs_readl(CR0_READ_SHADOW),
H A Dnested.c3760 * It's not enough to just return the vmcs02 GUEST_CR0. Rather,
3762 * available in vmcs02 GUEST_CR0. (Note: It's enough to check that L0
3766 * the bit from vmcs12.guest_cr0. Note that the bit from vmcs02 GUEST_CR0
3770 * didn't necessarily allow them to be changed in GUEST_CR0 - and rather
3777 /*1*/ (vmcs_readl(GUEST_CR0) & vcpu->arch.cr0_guest_owned_bits) |
H A Dhyperv_evmcs.c101 EVMCS1_FIELD(GUEST_CR0, guest_cr0,
H A Dvmcs12.c122 FIELD(GUEST_CR0, guest_cr0),
H A Dvmcs_shadow_fields.h64 SHADOW_FIELD_RW(GUEST_CR0, guest_cr0)
/linux-master/arch/x86/include/asm/
H A Dvmx.h332 GUEST_CR0 = 0x00006800, enumerator in enum:vmcs_field
/linux-master/tools/testing/selftests/kvm/lib/x86_64/
H A Dvmx.c338 vmwrite(GUEST_CR0, vmreadz(HOST_CR0));
/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:

Completed in 210 milliseconds