Searched refs:_AC (Results 1 – 6 of 6) sorted by relevance
| /openbmc/u-boot/arch/riscv/include/asm/ |
| H A D | csr.h | 14 #define SR_SIE _AC(0x00000002, UL) /* Supervisor Interrupt Enable */ 15 #define SR_SPIE _AC(0x00000020, UL) /* Previous Supervisor IE */ 16 #define SR_SPP _AC(0x00000100, UL) /* Previously Supervisor */ 17 #define SR_SUM _AC(0x00040000, UL) /* Supervisor access User Memory */ 19 #define SR_FS _AC(0x00006000, UL) /* Floating-point Status */ 20 #define SR_FS_OFF _AC(0x00000000, UL) 21 #define SR_FS_INITIAL _AC(0x00002000, UL) 22 #define SR_FS_CLEAN _AC(0x00004000, UL) 23 #define SR_FS_DIRTY _AC(0x00006000, UL) 25 #define SR_XS _AC(0x00018000, UL) /* Extension Status */ [all …]
|
| /openbmc/u-boot/arch/mips/include/asm/mach-generic/ |
| H A D | spaces.h | 16 #define PHYS_OFFSET _AC(0, UL) 21 #define CAC_BASE _AC(0x40000000, UL) 23 #define CAC_BASE _AC(0x80000000, UL) 26 #define IO_BASE _AC(0xa0000000, UL) 29 #define UNCAC_BASE _AC(0xa0000000, UL) 34 #define MAP_BASE _AC(0x60000000, UL) 36 #define MAP_BASE _AC(0xc0000000, UL) 44 #define HIGHMEM_START _AC(0x20000000, UL) 53 #define CAC_BASE _AC(0x9800000000000000, UL) 55 #define CAC_BASE _AC(0xa800000000000000, UL) [all …]
|
| /openbmc/u-boot/include/linux/ |
| H A D | const.h | 17 #define _AC(X,Y) X 21 #define _AC(X,Y) __AC(X,Y) macro 25 #define _UL(x) (_AC(x, UL)) 26 #define _ULL(x) (_AC(x, ULL))
|
| H A D | sizes.h | 49 #define SZ_4G _AC(0x100000000, ULL)
|
| /openbmc/qemu/linux-headers/linux/ |
| H A D | const.h | 17 #define _AC(X,Y) X 21 #define _AC(X,Y) __AC(X,Y) macro 25 #define _UL(x) (_AC(x, UL)) 26 #define _ULL(x) (_AC(x, ULL))
|
| /openbmc/qemu/include/standard-headers/linux/ |
| H A D | const.h | 17 #define _AC(X,Y) X 21 #define _AC(X,Y) __AC(X,Y) macro 25 #define _UL(x) (_AC(x, UL)) 26 #define _ULL(x) (_AC(x, ULL))
|