/usr/src/linux-headers-5.15.0-181/arch/ia64/include/uapi/asm
NameSizeModeActions
auxvec.h4070644editdlrm
bitsperlong.h2340644editdlrm
break.h5010644editdlrm
byteorder.h2030644editdlrm
cmpxchg.h42770644editdlrm
fcntl.h3880644editdlrm
fpu.h22710644editdlrm
gcc_intrin.h184240644editdlrm
ia64regs.h28750644editdlrm
intel_intrin.h48980644editdlrm
intrinsics.h26240644editdlrm
Kbuild620644editdlrm
mman.h3880644editdlrm
param.h6700644editdlrm
posix_types.h2680644editdlrm
ptrace.h82980644editdlrm
ptrace_offsets.h65380644editdlrm
resource.h2150644editdlrm
rse.h17500644editdlrm
setup.h9240644editdlrm
sigcontext.h31430644editdlrm
siginfo.h7460644editdlrm
signal.h25710644editdlrm
stat.h11270644editdlrm
statfs.h5550644editdlrm
swab.h7810644editdlrm
termbits.h48670644editdlrm
termios.h12400644editdlrm
types.h8660644editdlrm
ucontext.h3600644editdlrm
unistd.h4810644editdlrm
ustack.h2960644editdlrm
Edit: /usr/src/linux-headers-5.15.0-181/arch/ia64/include/uapi/asm/auxvec.h (407B)
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */ #ifndef _ASM_IA64_AUXVEC_H #define _ASM_IA64_AUXVEC_H /* * Architecture-neutral AT_ values are in the range 0-17. Leave some room for more of * them, start the architecture-specific ones at 32. */ #define AT_SYSINFO 32 #define AT_SYSINFO_EHDR 33 #define AT_VECTOR_SIZE_ARCH 2 /* entries in ARCH_DLINFO */ #endif /* _ASM_IA64_AUXVEC_H */