Searched refs:HV_FLUSH_EVICT_L1I (Results 1 – 5 of 5) sorted by relevance
/linux-4.1.27/arch/tile/kernel/ |
D | tlb.c | 44 flush_remote(0, HV_FLUSH_EVICT_L1I, mm_cpumask(mm), in flush_tlb_mm() 57 int cache = (vma->vm_flags & VM_EXEC) ? HV_FLUSH_EVICT_L1I : 0; in flush_tlb_page_mm() 73 int cache = (vma->vm_flags & VM_EXEC) ? HV_FLUSH_EVICT_L1I : 0; in flush_tlb_range() 85 flush_remote(0, HV_FLUSH_EVICT_L1I, cpu_online_mask, in flush_tlb_all()
|
D | sys.c | 46 flush_remote(0, HV_FLUSH_EVICT_L1I, mm_cpumask(current->mm), in SYSCALL_DEFINE3()
|
D | module.c | 82 flush_remote(0, HV_FLUSH_EVICT_L1I, cpu_online_mask, in module_memfree()
|
D | smp.c | 185 flush_remote(0, HV_FLUSH_EVICT_L1I, NULL, 0, 0, 0, in flush_icache_range()
|
/linux-4.1.27/arch/tile/include/hv/ |
D | hypervisor.h | 1943 #define HV_FLUSH_EVICT_L1I (1UL << 30) macro 1957 #define HV_FLUSH_EVICT_L1I (1 << 30) macro
|