Home
last modified time | relevance | path

Searched refs:EXCP_YIELD (Results 1 – 9 of 9) sorted by relevance

/openbmc/qemu/bsd-user/aarch64/
H A Dtarget_arch_cpu.h152 case EXCP_YIELD: in target_cpu_loop()
/openbmc/qemu/bsd-user/arm/
H A Dtarget_arch_cpu.h185 case EXCP_YIELD: in target_cpu_loop()
/openbmc/qemu/include/exec/
H A Dcpu-common.h23 #define EXCP_YIELD 0x10004 /* cpu wants to yield timeslice to another */ macro
/openbmc/qemu/linux-user/aarch64/
H A Dcpu_loop.c163 case EXCP_YIELD: in cpu_loop()
/openbmc/qemu/target/xtensa/
H A Dexc_helper.c42 if (excp == EXCP_YIELD) { in HELPER()
H A Dtranslate.c1174 gen_exception(dc, EXCP_YIELD); in xtensa_tr_translate_insn()
/openbmc/qemu/linux-user/arm/
H A Dcpu_loop.c500 case EXCP_YIELD: in cpu_loop()
/openbmc/qemu/target/arm/tcg/
H A Dop_helper.c486 cs->exception_index = EXCP_YIELD; in HELPER()
/openbmc/qemu/hw/ppc/
H A Dspapr_hcall.c621 cs->exception_index = EXCP_YIELD; in h_confer()