Home
last modified time | relevance | path

Searched refs:PVR2_ILL_OPCODE_EXC_MASK (Results 1 – 2 of 2) sorted by relevance

/qemu/target/microblaze/
H A Dcpu.h159 #define PVR2_ILL_OPCODE_EXC_MASK 0x00000010 macro
H A Dcpu.c289 (cpu->cfg.illegal_opcode_exception ? PVR2_ILL_OPCODE_EXC_MASK : 0) | in mb_cpu_realizefn()