Searched refs:SR_UXL_32 (Results 1 – 3 of 3) sorted by relevance
101 csr_write(CSR_STATUS, (tmp & ~SR_UXL) | SR_UXL_32); in compat_mode_detect()103 (csr_read(CSR_STATUS) & SR_UXL) == SR_UXL_32; in compat_mode_detect()134 regs->status |= SR_UXL_32; in start_thread()
215 li t0, (SR_UXL_32 >> SR_UXL_SHIFT)
41 #define SR_UXL_32 _AC(0x100000000, UL) /* XLEN = 32 for U-mode */ macro