Searched refs:mv_switch_mm (Results 1 – 3 of 3) sorted by relevance
/linux/arch/alpha/kernel/ |
A D | machvec_impl.h | 49 .mv_switch_mm = ev4_switch_mm, \ 56 .mv_switch_mm = ev5_switch_mm, \ 63 .mv_switch_mm = ev5_switch_mm, \ 70 .mv_switch_mm = ev5_switch_mm, \
|
/linux/arch/alpha/include/asm/ |
A D | machvec.h | 73 void (*mv_switch_mm)(struct mm_struct *, struct mm_struct *, member
|
A D | mmu_context.h | 218 # define switch_mm(a,b,c) alpha_mv.mv_switch_mm((a),(b),(c))
|
Completed in 5 milliseconds