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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/xen/interface/
H A Dxen.h410 * e. bootstrap page tables [pt_base, CR3 (x86)]
444 unsigned long pt_base; /* VIRTUAL address of page directory. */ member in struct:start_info
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/xen/
H A Dsetup.c133 __pa(xen_start_info->pt_base),
H A Dmmu.c1817 reserve_early(__pa(xen_start_info->pt_base),
1818 __pa(xen_start_info->pt_base +
1832 max_pfn_mapped = PFN_DOWN(__pa(xen_start_info->pt_base) +
1855 reserve_early(__pa(xen_start_info->pt_base),
1856 __pa(xen_start_info->pt_base +
H A Denlighten.c1151 pgd = (pgd_t *)xen_start_info->pt_base;

Completed in 64 milliseconds