Searched refs:flush_remote (Results 1 - 8 of 8) sorted by relevance
/linux-4.1.27/arch/tile/kernel/ |
H A D | tlb.c | 44 flush_remote(0, HV_FLUSH_EVICT_L1I, mm_cpumask(mm), 58 flush_remote(0, cache, mm_cpumask(mm), flush_tlb_page_mm() 74 flush_remote(0, cache, mm_cpumask(mm), start, end - start, size, flush_tlb_range() 85 flush_remote(0, HV_FLUSH_EVICT_L1I, cpu_online_mask, flush_tlb_all() 88 flush_remote(0, 0, NULL, flush_tlb_all() 102 flush_remote(0, 0, NULL, flush_tlb_kernel_range()
|
H A D | module.c | 82 flush_remote(0, HV_FLUSH_EVICT_L1I, cpu_online_mask, module_memfree()
|
H A D | sys.c | 46 flush_remote(0, HV_FLUSH_EVICT_L1I, mm_cpumask(current->mm), SYSCALL_DEFINE3()
|
H A D | smp.c | 185 flush_remote(0, HV_FLUSH_EVICT_L1I, NULL, 0, 0, 0, flush_icache_range()
|
/linux-4.1.27/arch/tile/mm/ |
H A D | homecache.c | 107 void flush_remote(unsigned long cache_pfn, unsigned long cache_control, flush_remote() function 240 flush_remote(0, HV_FLUSH_EVICT_L2, mask, 0, 0, 0, NULL, NULL, 0); homecache_evict() 371 flush_remote(0, HV_FLUSH_EVICT_L2, &cpu_cacheable_map, homecache_change_page_home()
|
H A D | pgtable.c | 144 flush_remote(0, 0, NULL, addr, HPAGE_SIZE, HPAGE_SIZE, shatter_huge_page() 162 * x86, since we use the flush_remote() API to have the hypervisor do
|
H A D | highmem.c | 151 flush_remote(0, 0, NULL, amp->va, PAGE_SIZE, PAGE_SIZE, kmap_atomic_fix_one_kpte()
|
/linux-4.1.27/arch/tile/include/asm/ |
H A D | homecache.h | 50 extern void flush_remote(unsigned long cache_pfn, unsigned long cache_length,
|
Completed in 162 milliseconds