Searched refs:GUEST_PDPTR0 (Results 1 – 6 of 6) sorted by relevance
| /linux/arch/x86/kvm/vmx/ |
| H A D | vmcs12.c | 61 FIELD64(GUEST_PDPTR0, guest_pdptr0),
|
| H A D | hyperv_evmcs.c | 79 EVMCS1_FIELD(GUEST_PDPTR0, guest_pdptr0,
|
| H A D | nested.c | 2623 vmcs_write64(GUEST_PDPTR0, vmcs12->guest_pdptr0); in prepare_vmcs02_rare() 2816 vmcs_write64(GUEST_PDPTR0, vmcs12->guest_pdptr0); in prepare_vmcs02() 4674 vmcs12->guest_pdptr0 = vmcs_read64(GUEST_PDPTR0); in sync_vmcs02_to_vmcs12()
|
| H A D | vmx.c | 3410 vmcs_write64(GUEST_PDPTR0, mmu->pdptrs[0]); in vmx_ept_load_pdptrs() 3424 mmu->pdptrs[0] = vmcs_read64(GUEST_PDPTR0); in ept_save_pdptrs() 6448 vmcs_read64(GUEST_PDPTR0), vmcs_read64(GUEST_PDPTR1)); in dump_vmcs()
|
| /linux/tools/testing/selftests/kvm/include/x86/ |
| H A D | vmx.h | 178 GUEST_PDPTR0 = 0x0000280a, enumerator
|
| /linux/arch/x86/include/asm/ |
| H A D | vmx.h | 277 GUEST_PDPTR0 = 0x0000280a, enumerator
|