Home
last modified time | relevance | path

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

/openbmc/qemu/target/openrisc/
H A Dcpu.c194 cpu->env.upr = UPR_UP | UPR_DMP | UPR_IMP | UPR_PICP | UPR_TTP | UPR_PMP; in or1200_initfn()
213 cpu->env.upr = UPR_UP | UPR_DMP | UPR_IMP | UPR_PICP | UPR_TTP | UPR_PMP; in openrisc_any_initfn()
H A Dcpu.h63 UPR_UP = (1 << 0), enumerator