Home
last modified time | relevance | path

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

/linux-6.1.9/arch/alpha/kernel/
Dmachvec_impl.h50 .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, \
/linux-6.1.9/arch/alpha/include/asm/
Dmachvec.h77 void (*mv_activate_mm)(struct mm_struct *, struct mm_struct *); member
Dmmu_context.h219 # define activate_mm(x,y) alpha_mv.mv_activate_mm((x),(y))