Home
last modified time | relevance | path

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

/linux-4.1.27/arch/tile/kernel/
Dtlb.c44 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()
Dsys.c46 flush_remote(0, HV_FLUSH_EVICT_L1I, mm_cpumask(current->mm), in SYSCALL_DEFINE3()
Dmodule.c82 flush_remote(0, HV_FLUSH_EVICT_L1I, cpu_online_mask, in module_memfree()
Dsmp.c185 flush_remote(0, HV_FLUSH_EVICT_L1I, NULL, 0, 0, 0, in flush_icache_range()
/linux-4.1.27/arch/tile/include/hv/
Dhypervisor.h1943 #define HV_FLUSH_EVICT_L1I (1UL << 30) macro
1957 #define HV_FLUSH_EVICT_L1I (1 << 30) macro