Home
last modified time | relevance | path

Searched refs:CTX_VALID (Results 1 - 10 of 10) sorted by relevance

/kernel/linux/linux-5.10/arch/sparc/include/asm/
H A Dmmu_64.h57 #define CTX_VALID(__ctx) \ macro
H A Dmmu_context_64.h91 ctx_valid = CTX_VALID(mm->context); in switch_mm()
/kernel/linux/linux-6.6/arch/sparc/include/asm/
H A Dmmu_64.h57 #define CTX_VALID(__ctx) \ macro
H A Dmmu_context_64.h90 ctx_valid = CTX_VALID(mm->context); in switch_mm()
/kernel/linux/linux-5.10/arch/sparc/mm/
H A Dtlb.c32 if (CTX_VALID(mm->context)) { in flush_tlb_pending()
H A Dtsb.c611 if (CTX_VALID(mm->context)) { in destroy_context()
H A Dinit_64.c798 * The caller also ensures that CTX_VALID(mm->context) is false.
815 if (unlikely(CTX_VALID(mm->context))) in get_new_mmu_context()
/kernel/linux/linux-6.6/arch/sparc/mm/
H A Dtlb.c33 if (CTX_VALID(mm->context)) { in flush_tlb_pending()
H A Dtsb.c611 if (CTX_VALID(mm->context)) { in destroy_context()
H A Dinit_64.c814 * The caller also ensures that CTX_VALID(mm->context) is false.
831 if (unlikely(CTX_VALID(mm->context))) in get_new_mmu_context()

Completed in 13 milliseconds