Home
last modified time | relevance | path

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

/Linux-v5.10/arch/powerpc/mm/book3s64/
Dslb.c36 static long slb_allocate_user(struct mm_struct *mm, unsigned long ea);
389 slb_allocate_user(mm, exec); in slb_setup_new_exec()
395 slb_allocate_user(mm, mm->mmap_base); in slb_setup_new_exec()
421 slb_allocate_user(mm, start); in preload_new_slb_context()
427 slb_allocate_user(mm, sp); in preload_new_slb_context()
433 slb_allocate_user(mm, heap); in preload_new_slb_context()
549 slb_allocate_user(mm, ea); in switch_slb()
809 static long slb_allocate_user(struct mm_struct *mm, unsigned long ea) in slb_allocate_user() function
884 err = slb_allocate_user(mm, ea); in do_slb_fault()