Home
last modified time | relevance | path

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

/linux-4.1.27/arch/arm/include/asm/
Dmmu_context.h28 void check_and_switch_context(struct mm_struct *mm, struct task_struct *tsk);
45 static inline void check_and_switch_context(struct mm_struct *mm, in check_and_switch_context() function
133 check_and_switch_context(next, tsk); in switch_mm()
/linux-4.1.27/arch/arm64/include/asm/
Dmmu_context.h121 static inline void check_and_switch_context(struct mm_struct *mm, in check_and_switch_context() function
207 check_and_switch_context(next, tsk); in switch_mm()
/linux-4.1.27/arch/arm/mm/
Dcontext.c226 void check_and_switch_context(struct mm_struct *mm, struct task_struct *tsk) in check_and_switch_context() function