Home
last modified time | relevance | path

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

/openbmc/linux/arch/riscv/kernel/
H A Dprocess.c133 regs->status |= SR_UXL_64; in start_thread()
/openbmc/linux/arch/riscv/include/asm/
H A Dcsr.h50 #define SR_UXL_64 _AC(0x200000000, UL) /* XLEN = 64 for U-mode */ macro