Searched refs:SR_UXL (Results 1 – 3 of 3) sorted by relevance
98 csr_write(CSR_STATUS, (tmp & ~SR_UXL) | SR_UXL_32); in compat_mode_detect()100 (csr_read(CSR_STATUS) & SR_UXL) == SR_UXL_32; in compat_mode_detect()128 regs->status &= ~SR_UXL; in start_thread()
84 if ((regs->status & SR_UXL) == SR_UXL_32) in syscall_handler()
48 #define SR_UXL _AC(0x300000000, UL) /* XLEN mask for U-mode */ macro