Home
last modified time | relevance | path

Searched refs:MMU_NO_ASID (Results 1 – 4 of 4) sorted by relevance

/linux-4.4.14/arch/sh/mm/
Dtlbflush_32.c22 unsigned long saved_asid = MMU_NO_ASID; in local_flush_tlb_page()
33 if (saved_asid != MMU_NO_ASID) in local_flush_tlb_page()
57 unsigned long saved_asid = MMU_NO_ASID; in local_flush_tlb_range()
71 if (saved_asid != MMU_NO_ASID) in local_flush_tlb_range()
/linux-4.4.14/arch/avr32/mm/
Dtlb.c154 unsigned long saved_asid = MMU_NO_ASID; in flush_tlb_page()
167 if (saved_asid != MMU_NO_ASID) in flush_tlb_page()
194 saved_asid = MMU_NO_ASID; in flush_tlb_range()
209 if (saved_asid != MMU_NO_ASID) in flush_tlb_range()
/linux-4.4.14/arch/avr32/include/asm/
Dmmu_context.h29 #define MMU_NO_ASID 0x100 macro
/linux-4.4.14/arch/sh/include/asm/
Dmmu_context.h32 #define MMU_NO_ASID MMU_CONTEXT_FIRST_VERSION macro