Home
last modified time | relevance | path

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

/arch/tile/kernel/
Dtlb.c43 flush_remote(0, HV_FLUSH_EVICT_L1I, mm_cpumask(mm), in flush_tlb_mm()
56 int cache = (vma->vm_flags & VM_EXEC) ? HV_FLUSH_EVICT_L1I : 0; in flush_tlb_page_mm()
72 int cache = (vma->vm_flags & VM_EXEC) ? HV_FLUSH_EVICT_L1I : 0; in flush_tlb_range()
84 flush_remote(0, HV_FLUSH_EVICT_L1I, cpu_online_mask, in flush_tlb_all()
95 flush_remote(0, HV_FLUSH_EVICT_L1I, cpu_online_mask, in flush_tlb_kernel_range()
Dmodule.c94 flush_remote(0, HV_FLUSH_EVICT_L1I, cpu_online_mask, in module_free()
/arch/tile/include/hv/
Dhypervisor.h1798 #define HV_FLUSH_EVICT_L1I (1UL << 30) macro
1812 #define HV_FLUSH_EVICT_L1I (1 << 30) macro