Home
last modified time | relevance | path

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

/openbmc/qemu/target/microblaze/
H A Dcpu.c319 (cpu->cfg.illegal_opcode_exception ? PVR2_ILL_OPCODE_EXC_MASK : 0) | in mb_cpu_realizefn()
406 cfg.illegal_opcode_exception, false),
H A Dcpu.h331 bool illegal_opcode_exception; member
H A Dtranslate.c139 && dc->cfg->illegal_opcode_exception) { in trap_illegal()