Searched refs:check_and_switch_context (Results 1 – 7 of 7) sorted by relevance
/Linux-v5.4/arch/arm/include/asm/ |
D | mmu_context.h | 28 void check_and_switch_context(struct mm_struct *mm, struct task_struct *tsk); 50 static inline void check_and_switch_context(struct mm_struct *mm, in check_and_switch_context() function 145 check_and_switch_context(next, tsk); in switch_mm()
|
D | efi.h | 41 check_and_switch_context(mm, NULL); in efi_set_pgd()
|
/Linux-v5.4/arch/csky/include/asm/ |
D | mmu_context.h | 33 void check_and_switch_context(struct mm_struct *mm, unsigned int cpu); 42 check_and_switch_context(next, cpu); in switch_mm()
|
/Linux-v5.4/arch/arm64/include/asm/ |
D | mmu_context.h | 176 void check_and_switch_context(struct mm_struct *mm, unsigned int cpu); 226 check_and_switch_context(next, cpu); in __switch_mm()
|
/Linux-v5.4/arch/csky/mm/ |
D | context.c | 19 void check_and_switch_context(struct mm_struct *mm, unsigned int cpu) in check_and_switch_context() function
|
/Linux-v5.4/arch/arm64/mm/ |
D | context.c | 183 void check_and_switch_context(struct mm_struct *mm, unsigned int cpu) in check_and_switch_context() function
|
/Linux-v5.4/arch/arm/mm/ |
D | context.c | 237 void check_and_switch_context(struct mm_struct *mm, struct task_struct *tsk) in check_and_switch_context() function
|