Searched refs:idx_pt (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/arch/x86/xen/ |
H A D | mmu_pv.c | 1860 int n_pte, n_pt, n_pmd, n_pud, idx_pte, idx_pt, idx_pmd, idx_pud; in xen_relocate_p2m() local 1902 for (idx_pt = 0; idx_pt < min(n_pt, PTRS_PER_PMD); in xen_relocate_p2m() 1903 idx_pt++) { in xen_relocate_p2m() 1918 pmd[idx_pt] = __pmd(_PAGE_TABLE | pt_phys); in xen_relocate_p2m()
|
/kernel/linux/linux-6.6/arch/x86/xen/ |
H A D | mmu_pv.c | 1894 int n_pte, n_pt, n_pmd, n_pud, idx_pte, idx_pt, idx_pmd, idx_pud; in xen_relocate_p2m() local 1936 for (idx_pt = 0; idx_pt < min(n_pt, PTRS_PER_PMD); in xen_relocate_p2m() 1937 idx_pt++) { in xen_relocate_p2m() 1952 pmd[idx_pt] = __pmd(_PAGE_TABLE | pt_phys); in xen_relocate_p2m()
|
Completed in 7 milliseconds