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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/kvm/
H A Dpaging_tmpl.h88 walker->ptep = &vcpu->pdptrs[(addr >> 30) & 3];
H A Dkvm.h284 u64 pdptrs[4]; /* pae */ member in struct:kvm_vcpu
H A Dmmu.c871 if (!is_present_pte(vcpu->pdptrs[i])) {
875 root_gfn = vcpu->pdptrs[i] >> PAGE_SHIFT;
H A Dkvm_main.c436 * Load the pae pdptrs. Return true is they are all valid.
462 vcpu->pdptrs[i] = pdpt[offset + i];
515 printk(KERN_DEBUG "set_cr0: #GP, pdptrs "
556 printk(KERN_DEBUG "set_cr4: #GP, pdptrs reserved bits\n");
588 printk(KERN_DEBUG "set_cr3: #GP, pdptrs "

Completed in 55 milliseconds