Home
last modified time | relevance | path

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

/openbmc/qemu/target/openrisc/
H A Dinterrupt.c52 env->sr &= ~SR_TEE; in openrisc_cpu_do_interrupt()
115 if ((interrupt_request & CPU_INTERRUPT_TIMER) && (env->sr & SR_TEE)) { in openrisc_cpu_exec_interrupt()
H A Dcpu.h164 SR_TEE = (1 << 1), enumerator