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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/xen/
H A Dmmu.c1696 unsigned pmdidx, pteidx; local
1720 for (pteidx = 0; pteidx < PTRS_PER_PTE; pteidx++, pfn++) {
1726 if (!pte_none(pte_page[pteidx]))
1730 pte_page[pteidx] = pte;
1734 for (pteidx = 0; pteidx < ident_pte; pteidx += PTRS_PER_PTE)
1735 set_page_prot(&level1_ident_pgt[pteidx], PAGE_KERNEL_R
[all...]

Completed in 64 milliseconds