blob: 755f4e95ac2f81d3e6f330d8f83eef4a06c6233b [file] [log] [blame]
Elliott Hughes180edef2023-11-02 00:08:05 +00001/*
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 Hughes5e7f8f12022-10-01 15:10:58 +00007#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 Ferris6cd53a52022-12-12 23:39:16 +000016#define AT_L3_CACHESIZE 46
17#define AT_L3_CACHEGEOMETRY 47
Christopher Ferris7f4c8372024-06-03 14:22:19 -070018#define AT_VECTOR_SIZE_ARCH 10
Christopher Ferris8666d042023-09-06 14:55:31 -070019#define AT_MINSIGSTKSZ 51
Elliott Hughes5e7f8f12022-10-01 15:10:58 +000020#endif