Searched refs:GUEST_CR0 (Results 1 - 18 of 18) sorted by relevance
/kernel/linux/linux-5.10/arch/x86/kvm/vmx/ |
H A D | vmcs_shadow_fields.h | 64 SHADOW_FIELD_RW(GUEST_CR0, guest_cr0)
|
H A D | vmcs12.c | 120 FIELD(GUEST_CR0, guest_cr0),
|
H A D | evmcs.c | 106 EVMCS1_FIELD(GUEST_CR0, guest_cr0,
|
H A D | vmx.c | 2333 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 D | nested.c | 2583 * 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 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 | hyperv.c | 213 EVMCS1_FIELD(GUEST_CR0, guest_cr0,
|
H A D | vmx.c | 2493 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 D | nested.c | 3694 * 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 D | evmcs.h | 385 case GUEST_CR0: in evmcs_vmread() 772 case GUEST_CR0: in evmcs_vmwrite()
|
/kernel/linux/linux-5.10/arch/x86/include/asm/ |
H A D | vmx.h | 311 GUEST_CR0 = 0x00006800, enumerator
|
/kernel/linux/linux-5.10/tools/testing/selftests/kvm/include/x86_64/ |
H A D | vmx.h | 300 GUEST_CR0 = 0x00006800, enumerator
|
/kernel/linux/linux-6.6/arch/x86/include/asm/ |
H A D | vmx.h | 328 GUEST_CR0 = 0x00006800, enumerator
|
/kernel/linux/linux-6.6/tools/testing/selftests/kvm/include/x86_64/ |
H A D | vmx.h | 255 GUEST_CR0 = 0x00006800, enumerator
|
H A D | evmcs.h | 405 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 D | vmx.c | 338 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 D | vmx.c | 353 vmwrite(GUEST_CR0, vmreadz(HOST_CR0)); in init_vmcs_guest_state()
|
Completed in 46 milliseconds