Home
last modified time | relevance | path

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

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