Home
last modified time | relevance | path

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

/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.c47 flush_remote(0, HV_FLUSH_EVICT_L1I, mm_cpumask(current->mm), in SYSCALL_DEFINE3()
Dsmp.c185 flush_remote(0, HV_FLUSH_EVICT_L1I, NULL, 0, 0, 0, in flush_icache_range()
Dmodule.c81 flush_remote(0, HV_FLUSH_EVICT_L1I, cpu_online_mask, in module_memfree()
/arch/tile/include/hv/
Dhypervisor.h2001 #define HV_FLUSH_EVICT_L1I (1UL << 30) macro
2015 #define HV_FLUSH_EVICT_L1I (1 << 30) macro