Home
last modified time | relevance | path

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

/openbmc/qemu/accel/tcg/
H A Dwatchpoint.c103 cpu->cflags_next_tb = 1 | CF_NOIRQ | curr_cflags(cpu); in cpu_check_watchpoint()
135 cpu->cflags_next_tb = 1 | CF_NOIRQ | curr_cflags(cpu); in cpu_check_watchpoint()
H A Dtranslator.c47 if ((cflags & CF_USE_ICOUNT) || !(cflags & CF_NOIRQ)) { in gen_tb_start()
71 if (cflags & CF_NOIRQ) { in gen_tb_start()
H A Dcpu-exec.c719 | CF_NOIRQ | 1; in cpu_handle_exception()
795 if (cpu->cflags_next_tb != -1 && cpu->cflags_next_tb & CF_NOIRQ) { in cpu_handle_interrupt()
H A Dtb-maint.c1087 cpu->cflags_next_tb = 1 | CF_NOIRQ | curr_cflags(current_cpu); in tb_invalidate_phys_page_unwind()
1157 current_cpu->cflags_next_tb = 1 | CF_NOIRQ | curr_cflags(current_cpu); in tb_invalidate_phys_page_range__locked()
/openbmc/qemu/include/exec/
H A Dtranslation-block.h78 #define CF_NOIRQ 0x00010000 /* Generate an uninterruptible TB */ macro