Home
last modified time | relevance | path

Searched refs:next_page (Results 1 – 2 of 2) sorted by relevance

/arch/x86/mm/pat/
Dset_memory.c1149 unsigned long next_page = (start + PMD_SIZE) & PMD_MASK; in unmap_pmd_range() local
1150 unsigned long pre_end = min_t(unsigned long, end, next_page); in unmap_pmd_range()
1193 unsigned long next_page = (start + PUD_SIZE) & PUD_MASK; in unmap_pud_range() local
1194 unsigned long pre_end = min_t(unsigned long, end, next_page); in unmap_pud_range()
1280 unsigned long next_page = (start + PMD_SIZE) & PMD_MASK; in populate_pmd() local
1282 pre_end = min_t(unsigned long, pre_end, next_page); in populate_pmd()
1357 unsigned long next_page = (start + PUD_SIZE) & PUD_MASK; in populate_pud() local
1359 pre_end = min_t(unsigned long, end, next_page); in populate_pud()
/arch/x86/kernel/
Dunwind_orc.c681 void *next_page = (void *)PAGE_ALIGN((unsigned long)state->sp); in __unwind_start() local
683 if (get_stack_info(next_page, state->task, &state->stack_info, in __unwind_start()