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.c272 (cpu->cfg.illegal_opcode_exception ? PVR2_ILL_OPCODE_EXC_MASK : 0) | in mb_cpu_realizefn()
361 cfg.illegal_opcode_exception, false),
H A Dcpu.h333 bool illegal_opcode_exception; member
H A Dtranslate.c144 && dc->cfg->illegal_opcode_exception) { in trap_illegal()