Home
last modified time | relevance | path

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

/openbmc/qemu/target/nios2/
H A Dcpu.h113 #define CR_STATUS_U R_CR_STATUS_U_MASK macro
275 return (env->ctrl[CR_STATUS] & CR_STATUS_U) ? MMU_USER_IDX : in cpu_mmu_index()
302 *flags = (env->ctrl[CR_STATUS] & CR_STATUS_U) in cpu_get_tb_cpu_state()
H A Dhelper.c77 new_status &= ~(CR_STATUS_PIE | CR_STATUS_U); in do_exception()
103 new_status &= ~(CR_STATUS_RSIE | CR_STATUS_U); in do_eic_irq()
H A Dcpu.c76 env->ctrl[CR_STATUS] = CR_STATUS_RSIE | CR_STATUS_U | CR_STATUS_PIE; in nios2_cpu_reset_hold()