Searched refs:mv_activate_mm (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/arch/alpha/kernel/ |
H A D | machvec_impl.h | 50 .mv_activate_mm = ev4_activate_mm, \ 57 .mv_activate_mm = ev5_activate_mm, \ 64 .mv_activate_mm = ev5_activate_mm, \ 71 .mv_activate_mm = ev5_activate_mm, \
|
/kernel/linux/linux-6.6/arch/alpha/kernel/ |
H A D | machvec_impl.h | 50 .mv_activate_mm = ev4_activate_mm, \ 57 .mv_activate_mm = ev5_activate_mm, \ 64 .mv_activate_mm = ev5_activate_mm, \ 71 .mv_activate_mm = ev5_activate_mm, \
|
/kernel/linux/linux-5.10/arch/alpha/include/asm/ |
H A D | machvec.h | 75 void (*mv_activate_mm)(struct mm_struct *, struct mm_struct *); member
|
H A D | mmu_context.h | 221 # define activate_mm(x,y) alpha_mv.mv_activate_mm((x),(y))
|
/kernel/linux/linux-6.6/arch/alpha/include/asm/ |
H A D | machvec.h | 77 void (*mv_activate_mm)(struct mm_struct *, struct mm_struct *); member
|
H A D | mmu_context.h | 219 # define activate_mm(x,y) alpha_mv.mv_activate_mm((x),(y))
|
Completed in 3 milliseconds