Home
last modified time | relevance | path

Searched refs:current_asid (Results 1 – 7 of 7) sorted by relevance

/linux-4.4.14/arch/tile/include/asm/
Dmmu_context.h87 install_page_table(mm->pgd, __this_cpu_read(current_asid)); in enter_lazy_tlb()
99 int asid = __this_cpu_read(current_asid) + 1; in switch_mm()
104 __this_cpu_write(current_asid, asid); in switch_mm()
Dtlbflush.h36 DECLARE_PER_CPU(int, current_asid);
/linux-4.4.14/arch/sh/mm/
Dcache-sh5.c161 unsigned long mm_asid, current_asid; in sh64_icache_inv_user_page_range() local
165 current_asid = get_asid(); in sh64_icache_inv_user_page_range()
167 if (mm_asid != current_asid) { in sh64_icache_inv_user_page_range()
197 if (mm_asid != current_asid) { in sh64_icache_inv_user_page_range()
198 switch_and_save_asid(current_asid); in sh64_icache_inv_user_page_range()
/linux-4.4.14/arch/tile/kernel/
Dtlb.c24 DEFINE_PER_CPU(int, current_asid);
42 asid->asid = per_cpu(current_asid, cpu); in flush_tlb_mm()
Dsmpboot.c160 __this_cpu_write(current_asid, min_asid); in start_secondary()
Dsetup.c1215 __this_cpu_write(current_asid, min_asid); in validate_hv()
/linux-4.4.14/arch/tile/mm/
Dinit.c592 __this_cpu_read(current_asid), in kernel_physical_mapping_init()
599 __install_page_table(pgd_base, __this_cpu_read(current_asid), in kernel_physical_mapping_init()