Searched refs:GUEST_CR3 (Results 1 – 11 of 11) sorted by relevance
| /linux/tools/testing/selftests/kvm/x86/ |
| H A D | nested_invalid_cr3_test.c | 55 save_cr3 = vmreadz(GUEST_CR3); in l1_vmx_code() 56 vmwrite(GUEST_CR3, -1ull); in l1_vmx_code() 62 vmwrite(GUEST_CR3, save_cr3); in l1_vmx_code()
|
| H A D | vmx_nested_la57_state_test.c | 56 vmwrite(GUEST_CR3, pml4_pa); in l1_guest_code()
|
| /linux/arch/x86/kvm/vmx/ |
| H A D | vmcs_shadow_fields.h | 65 SHADOW_FIELD_RW(GUEST_CR3, guest_cr3)
|
| H A D | hyperv_evmcs.c | 103 EVMCS1_FIELD(GUEST_CR3, guest_cr3,
|
| H A D | vmcs12.c | 123 FIELD(GUEST_CR3, guest_cr3),
|
| H A D | nested.c | 2819 vmcs_writel(GUEST_CR3, vmcs12->guest_cr3); in prepare_vmcs02() 3657 vmcs_writel(GUEST_CR3, vcpu->arch.cr3); in nested_vmx_enter_non_root_mode() 4673 vmcs12->guest_cr3 = vmcs_readl(GUEST_CR3); in sync_vmcs02_to_vmcs12() 4974 vcpu->arch.cr3 = vmcs_readl(GUEST_CR3); in nested_vmx_restore_host_state()
|
| H A D | vmx.c | 2662 vcpu->arch.cr3 = vmcs_readl(GUEST_CR3); in vmx_cache_reg() 3624 vmcs_writel(GUEST_CR3, guest_cr3); in vmx_load_mmu_pgd() 6614 pr_err("CR3 = 0x%016lx\n", vmcs_readl(GUEST_CR3)); in dump_vmcs()
|
| /linux/tools/testing/selftests/kvm/include/x86/ |
| H A D | vmx.h | 254 GUEST_CR3 = 0x00006802, enumerator
|
| H A D | evmcs.h | 405 case GUEST_CR3: in evmcs_vmread() 846 case GUEST_CR3: in evmcs_vmwrite()
|
| /linux/tools/testing/selftests/kvm/lib/x86/ |
| H A D | vmx.c | 348 vmwrite(GUEST_CR3, vmreadz(HOST_CR3)); in init_vmcs_guest_state()
|
| /linux/arch/x86/include/asm/ |
| H A D | vmx.h | 357 GUEST_CR3 = 0x00006802, enumerator
|