Home
last modified time | relevance | path

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

/linux-4.1.27/arch/x86/include/asm/
Dvmx.h183 GUEST_PDPTR1 = 0x0000280c, enumerator
/linux-4.1.27/arch/x86/kvm/
Dvmx.c673 FIELD64(GUEST_PDPTR1, guest_pdptr1),
3512 vmcs_write64(GUEST_PDPTR1, mmu->pdptrs[1]); in ept_load_pdptrs()
3524 mmu->pdptrs[1] = vmcs_read64(GUEST_PDPTR1); in ept_save_pdptrs()
9371 vmcs_write64(GUEST_PDPTR1, vmcs12->guest_pdptr1); in prepare_vmcs02()
9798 vmcs12->guest_pdptr1 = vmcs_read64(GUEST_PDPTR1); in prepare_vmcs12()