Searched refs:flush_remote (Results 1 – 8 of 8) sorted by relevance
/arch/tile/kernel/ |
D | tlb.c | 44 flush_remote(0, HV_FLUSH_EVICT_L1I, mm_cpumask(mm), in flush_tlb_mm() 58 flush_remote(0, cache, mm_cpumask(mm), in flush_tlb_page_mm() 74 flush_remote(0, cache, mm_cpumask(mm), start, end - start, size, in flush_tlb_range() 85 flush_remote(0, HV_FLUSH_EVICT_L1I, cpu_online_mask, in flush_tlb_all() 88 flush_remote(0, 0, NULL, in flush_tlb_all() 102 flush_remote(0, 0, NULL, in flush_tlb_kernel_range()
|
D | sys.c | 46 flush_remote(0, HV_FLUSH_EVICT_L1I, mm_cpumask(current->mm), in SYSCALL_DEFINE3()
|
D | smp.c | 178 flush_remote(0, HV_FLUSH_EVICT_L1I, NULL, 0, 0, 0, in flush_icache_range()
|
D | module.c | 82 flush_remote(0, HV_FLUSH_EVICT_L1I, cpu_online_mask, in module_free()
|
/arch/tile/include/asm/ |
D | homecache.h | 50 extern void flush_remote(unsigned long cache_pfn, unsigned long cache_length,
|
/arch/tile/mm/ |
D | homecache.c | 107 void flush_remote(unsigned long cache_pfn, unsigned long cache_control, in flush_remote() function 244 flush_remote(0, HV_FLUSH_EVICT_L2, mask, 0, 0, 0, NULL, NULL, 0); in homecache_evict() 379 flush_remote(0, HV_FLUSH_EVICT_L2, &cpu_cacheable_map, in homecache_change_page_home()
|
D | highmem.c | 151 flush_remote(0, 0, NULL, amp->va, PAGE_SIZE, PAGE_SIZE, in kmap_atomic_fix_one_kpte()
|
D | pgtable.c | 146 flush_remote(0, 0, NULL, addr, HPAGE_SIZE, HPAGE_SIZE, in shatter_huge_page()
|