Searched refs:HV_FLUSH_EVICT_L1I (Results 1 - 5 of 5) sorted by relevance

/arch/tile/kernel/
H A Dtlb.c44 flush_remote(0, HV_FLUSH_EVICT_L1I, mm_cpumask(mm),
57 int cache = (vma->vm_flags & VM_EXEC) ? HV_FLUSH_EVICT_L1I : 0;
73 int cache = (vma->vm_flags & VM_EXEC) ? HV_FLUSH_EVICT_L1I : 0;
85 flush_remote(0, HV_FLUSH_EVICT_L1I, cpu_online_mask,
H A Dsys.c46 flush_remote(0, HV_FLUSH_EVICT_L1I, mm_cpumask(current->mm),
H A Dmodule.c82 flush_remote(0, HV_FLUSH_EVICT_L1I, cpu_online_mask,
H A Dsmp.c178 flush_remote(0, HV_FLUSH_EVICT_L1I, NULL, 0, 0, 0,
/arch/tile/include/hv/
H A Dhypervisor.h1908 * You can "or" in HV_FLUSH_EVICT_L1I to flush the whole L1I cache.
1939 #define HV_FLUSH_EVICT_L1I (1UL << 30) macro
1953 #define HV_FLUSH_EVICT_L1I (1 << 30) macro

Completed in 410 milliseconds