Searched refs:walk_pmd_range (Results 1 - 3 of 3) sorted by relevance
/kernel/linux/linux-5.10/mm/ |
H A D | pagewalk.c | 61 static int walk_pmd_range(pud_t *pud, unsigned long addr, unsigned long end, in walk_pmd_range() function 160 err = walk_pmd_range(pud, addr, next, walk); in walk_pud_range()
|
/kernel/linux/linux-6.6/mm/ |
H A D | pagewalk.c | 115 static int walk_pmd_range(pud_t *pud, unsigned long addr, unsigned long end, in walk_pmd_range() function 221 err = walk_pmd_range(pud, addr, next, walk); in walk_pud_range()
|
H A D | vmscan.c | 3302 * walk_pmd_range(); the eviction also report them when walking the rmap 4117 static void walk_pmd_range(pud_t *pud, unsigned long start, unsigned long end, in walk_pmd_range() function 4220 walk_pmd_range(&val, addr, next, args); in walk_pud_range()
|
Completed in 13 milliseconds