https://github.com/torvalds/linux
Raw File
Tip revision: d31e86ef6377cbd7e4bbf1e8ff472ff48e04c5d8 authored by Linus Torvalds on 09 June 2024, 17:14:24 UTC
arm64: access_ok() optimization
Tip revision: d31e86e
auxvec.h
/* SPDX-License-Identifier: GPL-2.0 */
#ifndef _LINUX_AUXVEC_H
#define _LINUX_AUXVEC_H

#include <uapi/linux/auxvec.h>

#define AT_VECTOR_SIZE_BASE 22 /* NEW_AUX_ENT entries in auxiliary table */
  /* number of "#define AT_.*" above, minus {AT_NULL, AT_IGNORE, AT_NOTELF} */
#endif /* _LINUX_AUXVEC_H */
back to top