Home
last modified time | relevance | path

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

/Linux-v5.4/arch/powerpc/mm/book3s64/
Dslb.c33 static long slb_allocate_user(struct mm_struct *mm, unsigned long ea);
350 slb_allocate_user(mm, exec); in slb_setup_new_exec()
356 slb_allocate_user(mm, mm->mmap_base); in slb_setup_new_exec()
382 slb_allocate_user(mm, start); in preload_new_slb_context()
388 slb_allocate_user(mm, sp); in preload_new_slb_context()
394 slb_allocate_user(mm, heap); in preload_new_slb_context()
498 slb_allocate_user(mm, ea); in switch_slb()
733 static long slb_allocate_user(struct mm_struct *mm, unsigned long ea) in slb_allocate_user() function
808 err = slb_allocate_user(mm, ea); in do_slb_fault()