Searched refs:force_icache_flush (Results 1 – 4 of 4) sorted by relevance
232 current->mm->context.force_icache_flush = true; in riscv_set_icache_flush_ctx()235 current->thread.force_icache_flush = true; in riscv_set_icache_flush_ctx()245 current->mm->context.force_icache_flush = false; in riscv_set_icache_flush_ctx()249 current->thread.force_icache_flush = false; in riscv_set_icache_flush_ctx()
79 bool stale_mm = task->mm && task->mm->context.force_icache_flush; in switch_to_should_flush_icache()80 bool stale_thread = task->thread.force_icache_flush; in switch_to_should_flush_icache()
23 bool force_icache_flush; member
112 bool force_icache_flush; member
Completed in 9 milliseconds