Home
last modified time | relevance | path

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

/Linux-v5.10/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-v5.10/arch/alpha/include/asm/
Dmachvec.h75 void (*mv_activate_mm)(struct mm_struct *, struct mm_struct *); member
Dmmu_context.h221 # define activate_mm(x,y) alpha_mv.mv_activate_mm((x),(y))