Searched refs:pdptrs (Results 1 - 7 of 7) sorted by last modified time

/linux-master/arch/x86/kvm/
H A Dx86.c867 * Load the pae pdptrs. Return 1 if they are all valid, 0 otherwise.
876 u64 pdpte[ARRAY_SIZE(mmu->pdptrs)];
904 if (!tdp_enabled && memcmp(mmu->pdptrs, pdpte, sizeof(mmu->pdptrs)))
907 memcpy(mmu->pdptrs, pdpte, sizeof(mmu->pdptrs));
11652 sregs2->pdptrs[i] = kvm_pdptr_read(vcpu, i);
11913 kvm_pdptr_write(vcpu, i, sregs2->pdptrs[i]);
H A Dkvm_cache_regs.h143 return vcpu->arch.walk_mmu->pdptrs[index];
148 vcpu->arch.walk_mmu->pdptrs[index] = value;
/linux-master/arch/x86/kvm/vmx/
H A Dvmx.c3242 vmcs_write64(GUEST_PDPTR0, mmu->pdptrs[0]);
3243 vmcs_write64(GUEST_PDPTR1, mmu->pdptrs[1]);
3244 vmcs_write64(GUEST_PDPTR2, mmu->pdptrs[2]);
3245 vmcs_write64(GUEST_PDPTR3, mmu->pdptrs[3]);
3256 mmu->pdptrs[0] = vmcs_read64(GUEST_PDPTR0);
3257 mmu->pdptrs[1] = vmcs_read64(GUEST_PDPTR1);
3258 mmu->pdptrs[2] = vmcs_read64(GUEST_PDPTR2);
3259 mmu->pdptrs[3] = vmcs_read64(GUEST_PDPTR3);
/linux-master/arch/x86/kvm/mmu/
H A Dmmu.c3779 u64 pdptrs[4], pm_mask; local
3798 pdptrs[i] = mmu->get_pdptr(vcpu, i);
3799 if (!(pdptrs[i] & PT_PRESENT_MASK))
3802 if (!kvm_vcpu_is_visible_gfn(vcpu, pdptrs[i] >> PAGE_SHIFT))
3803 pdptrs[i] = 0;
3860 if (!(pdptrs[i] & PT_PRESENT_MASK)) {
3864 root_gfn = pdptrs[i] >> PAGE_SHIFT;
/linux-master/arch/x86/include/uapi/asm/
H A Dkvm.h164 __u64 pdptrs[4]; member in struct:kvm_sregs2
/linux-master/arch/x86/include/asm/
H A Dkvm_host.h494 u64 pdptrs[4]; /* pae */ member in struct:kvm_mmu
/linux-master/tools/arch/x86/include/uapi/asm/
H A Dkvm.h164 __u64 pdptrs[4]; member in struct:kvm_sregs2

Completed in 253 milliseconds