Searched refs:pdptrs (Results 1 - 7 of 7) sorted by relevance

/linux-master/arch/x86/kvm/
H A Dkvm_cache_regs.h143 return vcpu->arch.walk_mmu->pdptrs[index];
148 vcpu->arch.walk_mmu->pdptrs[index] = value;
H A Dx86.c864 * Load the pae pdptrs. Return 1 if they are all valid, 0 otherwise.
873 u64 pdpte[ARRAY_SIZE(mmu->pdptrs)];
901 if (!tdp_enabled && memcmp(mmu->pdptrs, pdpte, sizeof(mmu->pdptrs)))
904 memcpy(mmu->pdptrs, pdpte, sizeof(mmu->pdptrs));
11594 sregs2->pdptrs[i] = kvm_pdptr_read(vcpu, i);
11851 kvm_pdptr_write(vcpu, i, sregs2->pdptrs[i]);
/linux-master/arch/x86/include/uapi/asm/
H A Dkvm.h164 __u64 pdptrs[4]; member in struct:kvm_sregs2
/linux-master/tools/arch/x86/include/uapi/asm/
H A Dkvm.h164 __u64 pdptrs[4]; member in struct:kvm_sregs2
/linux-master/arch/x86/kvm/mmu/
H A Dmmu.c3812 u64 pdptrs[4], pm_mask; local
3831 pdptrs[i] = mmu->get_pdptr(vcpu, i);
3832 if (!(pdptrs[i] & PT_PRESENT_MASK))
3835 if (!kvm_vcpu_is_visible_gfn(vcpu, pdptrs[i] >> PAGE_SHIFT))
3836 pdptrs[i] = 0;
3893 if (!(pdptrs[i] & PT_PRESENT_MASK)) {
3897 root_gfn = pdptrs[i] >> PAGE_SHIFT;
/linux-master/arch/x86/kvm/vmx/
H A Dvmx.c3233 vmcs_write64(GUEST_PDPTR0, mmu->pdptrs[0]);
3234 vmcs_write64(GUEST_PDPTR1, mmu->pdptrs[1]);
3235 vmcs_write64(GUEST_PDPTR2, mmu->pdptrs[2]);
3236 vmcs_write64(GUEST_PDPTR3, mmu->pdptrs[3]);
3247 mmu->pdptrs[0] = vmcs_read64(GUEST_PDPTR0);
3248 mmu->pdptrs[1] = vmcs_read64(GUEST_PDPTR1);
3249 mmu->pdptrs[2] = vmcs_read64(GUEST_PDPTR2);
3250 mmu->pdptrs[3] = vmcs_read64(GUEST_PDPTR3);
/linux-master/arch/x86/include/asm/
H A Dkvm_host.h491 u64 pdptrs[4]; /* pae */ member in struct:kvm_mmu

Completed in 382 milliseconds