1 /*
2  * This file is auto-generated. Modifications will be lost.
3  *
4  * See https://android.googlesource.com/platform/bionic/+/master/libc/kernel/
5  * for more information.
6  */
7 #ifndef _UAPI_ASM_RISCV_AUXVEC_H
8 #define _UAPI_ASM_RISCV_AUXVEC_H
9 #define AT_SYSINFO_EHDR 33
10 #define AT_L1I_CACHESIZE 40
11 #define AT_L1I_CACHEGEOMETRY 41
12 #define AT_L1D_CACHESIZE 42
13 #define AT_L1D_CACHEGEOMETRY 43
14 #define AT_L2_CACHESIZE 44
15 #define AT_L2_CACHEGEOMETRY 45
16 #define AT_L3_CACHESIZE 46
17 #define AT_L3_CACHEGEOMETRY 47
18 #define AT_VECTOR_SIZE_ARCH 10
19 #define AT_MINSIGSTKSZ 51
20 #endif
21