Lines Matching refs:_AC
13 #define SR_SIE _AC(0x00000002, UL) /* Supervisor Interrupt Enable */
14 #define SR_MIE _AC(0x00000008, UL) /* Machine Interrupt Enable */
15 #define SR_SPIE _AC(0x00000020, UL) /* Previous Supervisor IE */
16 #define SR_MPIE _AC(0x00000080, UL) /* Previous Machine IE */
17 #define SR_SPP _AC(0x00000100, UL) /* Previously Supervisor */
18 #define SR_MPP _AC(0x00001800, UL) /* Previously Machine */
19 #define SR_SUM _AC(0x00040000, UL) /* Supervisor User Memory Access */
21 #define SR_FS _AC(0x00006000, UL) /* Floating-point Status */
22 #define SR_FS_OFF _AC(0x00000000, UL)
23 #define SR_FS_INITIAL _AC(0x00002000, UL)
24 #define SR_FS_CLEAN _AC(0x00004000, UL)
25 #define SR_FS_DIRTY _AC(0x00006000, UL)
27 #define SR_XS _AC(0x00018000, UL) /* Extension Status */
28 #define SR_XS_OFF _AC(0x00000000, UL)
29 #define SR_XS_INITIAL _AC(0x00008000, UL)
30 #define SR_XS_CLEAN _AC(0x00010000, UL)
31 #define SR_XS_DIRTY _AC(0x00018000, UL)
34 #define SR_SD _AC(0x80000000, UL) /* FS/XS dirty */
36 #define SR_SD _AC(0x8000000000000000, UL) /* FS/XS dirty */
41 #define SATP_PPN _AC(0x003FFFFF, UL)
42 #define SATP_MODE_32 _AC(0x80000000, UL)
45 #define SATP_PPN _AC(0x00000FFFFFFFFFFF, UL)
46 #define SATP_MODE_39 _AC(0x8000000000000000, UL)
51 #define CAUSE_IRQ_FLAG (_AC(1, UL) << (__riscv_xlen - 1))
151 #define IE_SIE (_AC(0x1, UL) << RV_IRQ_SOFT)
152 #define IE_TIE (_AC(0x1, UL) << RV_IRQ_TIMER)
153 #define IE_EIE (_AC(0x1, UL) << RV_IRQ_EXT)