Home
last modified time | relevance | path

Searched refs:check_mmu_context (Results 1 – 6 of 6) sorted by relevance

/Linux-v5.10/arch/mips/mm/
Dcontext.c47 void check_mmu_context(struct mm_struct *mm) in check_mmu_context() function
62 EXPORT_SYMBOL_GPL(check_mmu_context);
186 check_mmu_context(mm); in check_switch_mmu_context()
/Linux-v5.10/arch/alpha/include/asm/
Dswitch_to.h12 check_mmu_context(); \
Dmmu_context.h188 #define check_mmu_context() \ macro
201 #define check_mmu_context() do { } while(0) macro
/Linux-v5.10/arch/mips/include/asm/
Dmmu_context.h132 extern void check_mmu_context(struct mm_struct *mm);
/Linux-v5.10/arch/mips/kvm/
Dtrap_emul.c1214 check_mmu_context(mm); in kvm_trap_emul_vcpu_reenter()
Dvz.c2555 check_mmu_context(gpa_mm); in kvm_vz_vcpu_load_tlb()