Searched refs:walk_pgd (Results 1 – 2 of 2) sorted by relevance
| /Linux-v5.4/arch/arm64/mm/ |
| D | dump.c | 344 static void walk_pgd(struct pg_state *st, struct mm_struct *mm, in walk_pgd() function 371 walk_pgd(&st, info->mm, info->base_addr); in ptdump_walk_pgd() 403 walk_pgd(&st, &init_mm, PAGE_OFFSET); in ptdump_check_wx()
|
| /Linux-v5.4/arch/arm/mm/ |
| D | dump.c | 374 static void walk_pgd(struct pg_state *st, struct mm_struct *mm, in walk_pgd() function 399 walk_pgd(&st, info->mm, info->base_addr); in ptdump_walk_pgd() 437 walk_pgd(&st, &init_mm, 0); in ptdump_check_wx()
|