Home
last modified time | relevance | path

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

/openbmc/qemu/target/microblaze/
H A Dcpu.c318 (cpu->cfg.div_zero_exception ? PVR2_DIV_ZERO_EXC_MASK : 0) | in mb_cpu_realizefn()
408 cfg.div_zero_exception, false),
H A Dcpu.h333 bool div_zero_exception;
332 bool div_zero_exception; global() member
H A Dop_helper.c77 if ((env->msr & MSR_EE) && env_archcpu(env)->cfg.div_zero_exception) { in check_divz()