Home
last modified time | relevance | path

Searched refs:tsb_grow (Results 1 – 3 of 3) sorted by relevance

/linux/arch/sparc/mm/
H A Dtsb.c396 void tsb_grow(struct mm_struct *mm, unsigned long tsb_index, unsigned long rss) in tsb_grow() function
566 * us, so we need to zero out the TSB pointer or else tsb_grow() in init_new_context()
575 tsb_grow(mm, MM_TSB_BASE, mm_rss); in init_new_context()
579 tsb_grow(mm, MM_TSB_HUGE, in init_new_context()
H A Dfault_64.c472 tsb_grow(mm, MM_TSB_BASE, mm_rss); in do_sparc64_fault()
479 tsb_grow(mm, MM_TSB_HUGE, mm_rss); in do_sparc64_fault()
H A Dinit_64.c3007 tsb_grow(mm, MM_TSB_HUGE, 0); in hugetlb_setup()