#ifndef __ASM_ALPHA_AUXVEC_H1#define __ASM_ALPHA_AUXVEC_H23/* Reserve these numbers for any future use of a VDSO. */4#if 05#define AT_SYSINFO 326#define AT_SYSINFO_EHDR 337#endif89/* More complete cache descriptions than AT_[DIU]CACHEBSIZE. If the10value is -1, then the cache doesn't exist. Otherwise:1112bit 0-3: Cache set-associativity; 0 means fully associative.13bit 4-7: Log2 of cacheline size.14bit 8-31: Size of the entire cache >> 8.15bit 32-63: Reserved.16*/1718#define AT_L1I_CACHESHAPE 3419#define AT_L1D_CACHESHAPE 3520#define AT_L2_CACHESHAPE 3621#define AT_L3_CACHESHAPE 372223#endif /* __ASM_ALPHA_AUXVEC_H */242526