Elliott Hughes | 180edef | 2023-11-02 00:08:05 +0000 | [diff] [blame] | 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 | */ |
Elliott Hughes | 5e7f8f1 | 2022-10-01 15:10:58 +0000 | [diff] [blame] | 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 |
Christopher Ferris | 6cd53a5 | 2022-12-12 23:39:16 +0000 | [diff] [blame] | 16 | #define AT_L3_CACHESIZE 46 |
| 17 | #define AT_L3_CACHEGEOMETRY 47 |
| 18 | #define AT_VECTOR_SIZE_ARCH 9 |
Christopher Ferris | 8666d04 | 2023-09-06 14:55:31 -0700 | [diff] [blame] | 19 | #define AT_MINSIGSTKSZ 51 |
Elliott Hughes | 5e7f8f1 | 2022-10-01 15:10:58 +0000 | [diff] [blame] | 20 | #endif |