Home
last modified time | relevance | path

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

/openbmc/qemu/target/openrisc/
H A Dinterrupt.c52 env->pmr &= ~PMR_DME; in openrisc_cpu_do_interrupt()
H A Dcpu.h119 PMR_DME = (1 << 4), enumerator
H A Dsys_helper.c154 if (env->pmr & PMR_DME || env->pmr & PMR_SME) { in HELPER()