Searched refs:GUEST_CR0 (Results 1 – 8 of 8) sorted by relevance
/linux/arch/x86/kvm/vmx/ |
H A D | vmcs_shadow_fields.h | 64 SHADOW_FIELD_RW(GUEST_CR0, guest_cr0)
|
H A D | vmcs12.c | 122 FIELD(GUEST_CR0, guest_cr0),
|
H A D | vmx.c | 2473 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 D | nested.c | 3814 * 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 D | vmx.h | 253 GUEST_CR0 = 0x00006800, enumerator
|
H A D | evmcs.h | 402 case GUEST_CR0: in evmcs_vmread() 842 case GUEST_CR0: in evmcs_vmwrite()
|
/linux/arch/x86/include/asm/ |
H A D | vmx.h | 352 GUEST_CR0 = 0x00006800, enumerator
|
/linux/tools/testing/selftests/kvm/lib/x86/ |
H A D | vmx.c | 336 vmwrite(GUEST_CR0, vmreadz(HOST_CR0)); in init_vmcs_guest_state()
|