Home
last modified time | relevance | path

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

/Linux-v4.19/arch/riscv/include/asm/
Dcsr.h38 #define SR_SD _AC(0x80000000, UL) /* FS/XS dirty */ macro
40 #define SR_SD _AC(0x8000000000000000, UL) /* FS/XS dirty */ macro
Dswitch_to.h53 if (unlikely(regs->sstatus & SR_SD)) in __switch_to_aux()