Lines Matching refs:_AC
20 #define SR_SIE _AC(0x00000002, UL) /* Supervisor Interrupt Enable */
21 #define SR_SPIE _AC(0x00000020, UL) /* Previous Supervisor IE */
22 #define SR_SPP _AC(0x00000100, UL) /* Previously Supervisor */
23 #define SR_SUM _AC(0x00040000, UL) /* Supervisor may access User Memory */
25 #define SR_FS _AC(0x00006000, UL) /* Floating-point Status */
26 #define SR_FS_OFF _AC(0x00000000, UL)
27 #define SR_FS_INITIAL _AC(0x00002000, UL)
28 #define SR_FS_CLEAN _AC(0x00004000, UL)
29 #define SR_FS_DIRTY _AC(0x00006000, UL)
31 #define SR_XS _AC(0x00018000, UL) /* Extension Status */
32 #define SR_XS_OFF _AC(0x00000000, UL)
33 #define SR_XS_INITIAL _AC(0x00008000, UL)
34 #define SR_XS_CLEAN _AC(0x00010000, UL)
35 #define SR_XS_DIRTY _AC(0x00018000, UL)
38 #define SR_SD _AC(0x80000000, UL) /* FS/XS dirty */
40 #define SR_SD _AC(0x8000000000000000, UL) /* FS/XS dirty */
45 #define SATP_PPN _AC(0x003FFFFF, UL)
46 #define SATP_MODE_32 _AC(0x80000000, UL)
49 #define SATP_PPN _AC(0x00000FFFFFFFFFFF, UL)
50 #define SATP_MODE_39 _AC(0x8000000000000000, UL)
55 #define SIE_SSIE _AC(0x00000002, UL) /* Software Interrupt Enable */
56 #define SIE_STIE _AC(0x00000020, UL) /* Timer Interrupt Enable */
57 #define SIE_SEIE _AC(0x00000200, UL) /* External Interrupt Enable */