Home
last modified time | relevance | path

Searched refs:GUEST_PDPTR2 (Results 1 – 2 of 2) sorted by relevance

/linux-4.1.27/arch/x86/include/asm/
Dvmx.h185 GUEST_PDPTR2 = 0x0000280e, enumerator
/linux-4.1.27/arch/x86/kvm/
Dvmx.c674 FIELD64(GUEST_PDPTR2, guest_pdptr2),
3513 vmcs_write64(GUEST_PDPTR2, mmu->pdptrs[2]); in ept_load_pdptrs()
3525 mmu->pdptrs[2] = vmcs_read64(GUEST_PDPTR2); in ept_save_pdptrs()
9372 vmcs_write64(GUEST_PDPTR2, vmcs12->guest_pdptr2); in prepare_vmcs02()
9799 vmcs12->guest_pdptr2 = vmcs_read64(GUEST_PDPTR2); in prepare_vmcs12()