Searched refs:HV_FLUSH_EVICT_L1I (Results 1 – 5 of 5) sorted by relevance
/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 | 47 flush_remote(0, HV_FLUSH_EVICT_L1I, mm_cpumask(current->mm), in SYSCALL_DEFINE3()
|
D | smp.c | 185 flush_remote(0, HV_FLUSH_EVICT_L1I, NULL, 0, 0, 0, in flush_icache_range()
|
D | module.c | 81 flush_remote(0, HV_FLUSH_EVICT_L1I, cpu_online_mask, in module_memfree()
|
/arch/tile/include/hv/ |
D | hypervisor.h | 2001 #define HV_FLUSH_EVICT_L1I (1UL << 30) macro 2015 #define HV_FLUSH_EVICT_L1I (1 << 30) macro
|