Searched refs:slb_allocate_user (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-6.6/arch/powerpc/mm/book3s64/ |
H A D | slb.c | 32 static long slb_allocate_user(struct mm_struct *mm, unsigned long ea); 366 slb_allocate_user(mm, exec); in slb_setup_new_exec() 372 slb_allocate_user(mm, mm->mmap_base); in slb_setup_new_exec() 398 slb_allocate_user(mm, start); in preload_new_slb_context() 404 slb_allocate_user(mm, sp); in preload_new_slb_context() 410 slb_allocate_user(mm, heap); in preload_new_slb_context() 526 slb_allocate_user(mm, ea); in switch_slb() 786 static long slb_allocate_user(struct mm_struct *mm, unsigned long ea) in slb_allocate_user() function 864 err = slb_allocate_user(mm, ea); in DEFINE_INTERRUPT_HANDLER_RAW()
|
/kernel/linux/linux-5.10/arch/powerpc/mm/book3s64/ |
H A D | slb.c | 37 static long slb_allocate_user(struct mm_struct *mm, unsigned long ea); 390 slb_allocate_user(mm, exec); in slb_setup_new_exec() 396 slb_allocate_user(mm, mm->mmap_base); in slb_setup_new_exec() 422 slb_allocate_user(mm, start); in preload_new_slb_context() 428 slb_allocate_user(mm, sp); in preload_new_slb_context() 434 slb_allocate_user(mm, heap); in preload_new_slb_context() 550 slb_allocate_user(mm, ea); in switch_slb() 810 static long slb_allocate_user(struct mm_struct *mm, unsigned long ea) in slb_allocate_user() function 885 err = slb_allocate_user(mm, ea); in do_slb_fault()
|
Completed in 3 milliseconds