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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/kernel/
H A Dkvm.c91 __u64 pte_phys; local
99 pte_phys = page_to_pfn(page);
100 pte_phys <<= PAGE_SHIFT;
101 pte_phys += (dst & ~(PAGE_MASK));
103 pte_phys = (unsigned long)__pa(dest);
107 wpte.pte_phys = pte_phys;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/include/asm/
H A Dkvm_para.h51 __u64 pte_phys; member in struct:kvm_mmu_op_write_pte
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/mm/
H A Dinit_64.c372 unsigned long pte_phys; local
423 pte = alloc_low_page(&pte_phys);
428 pmd_populate_kernel(&init_mm, pmd, __va(pte_phys));
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/kvm/
H A Dmmu.c3293 return kvm_pv_mmu_write(vcpu, wpte->pte_phys,

Completed in 122 milliseconds