Searched refs:next_page (Results 1 – 2 of 2) sorted by relevance
/arch/x86/mm/ |
D | pageattr.c | 828 unsigned long next_page = (start + PMD_SIZE) & PMD_MASK; in unmap_pmd_range() local 829 unsigned long pre_end = min_t(unsigned long, end, next_page); in unmap_pmd_range() 872 unsigned long next_page = (start + PUD_SIZE) & PUD_MASK; in unmap_pud_range() local 873 unsigned long pre_end = min_t(unsigned long, end, next_page); in unmap_pud_range() 971 unsigned long next_page = (start + PMD_SIZE) & PMD_MASK; in populate_pmd() local 973 pre_end = min_t(unsigned long, pre_end, next_page); in populate_pmd() 1048 unsigned long next_page = (start + PUD_SIZE) & PUD_MASK; in populate_pud() local 1050 pre_end = min_t(unsigned long, end, next_page); in populate_pud()
|
/arch/x86/kernel/ |
D | unwind_orc.c | 556 void *next_page = (void *)PAGE_ALIGN((unsigned long)state->sp); in __unwind_start() local 557 if (get_stack_info(next_page, state->task, &state->stack_info, in __unwind_start()
|