Home
last modified time | relevance | path

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

/openbmc/qemu/include/exec/
H A Dtranslation-block.h80 #define CF_BP_PAGE 0x00040000 /* Breakpoint present in code page */ macro
/openbmc/qemu/accel/tcg/
H A Dcpu-exec.c381 *cflags = (*cflags & ~CF_COUNT_MASK) | CF_NO_GOTO_TB | CF_BP_PAGE | 1; in check_for_breakpoints_slow()
/openbmc/qemu/target/hppa/
H A Dtranslate.c801 return (!(tb_cflags(ctx->base.tb) & CF_BP_PAGE) in use_nullify_skip()