/usr/src/linux-headers-5.15.0-190/arch/x86/include/uapi/asm
NameSizeModeActions
a.out.h7560644editdlrm
auxvec.h5460644editdlrm
bitsperlong.h3210644editdlrm
boot.h3380644editdlrm
bootparam.h82330644editdlrm
byteorder.h2000644editdlrm
debugreg.h33440644editdlrm
e820.h26200644editdlrm
hwcap2.h3240644editdlrm
hw_breakpoint.h690644editdlrm
ist.h8690644editdlrm
Kbuild1170644editdlrm
kvm.h108580644editdlrm
kvm_para.h43150644editdlrm
kvm_perf.h3880644editdlrm
ldt.h13060644editdlrm
mce.h17450644editdlrm
mman.h10020644editdlrm
msgbuf.h10790644editdlrm
msr.h3610644editdlrm
mtrr.h42400644editdlrm
perf_regs.h14030644editdlrm
posix_types.h2500644editdlrm
posix_types_32.h7650644editdlrm
posix_types_64.h6090644editdlrm
posix_types_x32.h5810644editdlrm
prctl.h5240644editdlrm
processor-flags.h66380644editdlrm
ptrace-abi.h20370644editdlrm
ptrace.h16300644editdlrm
sembuf.h10700644editdlrm
setup.h60644editdlrm
sgx.h59350644editdlrm
shmbuf.h12580644editdlrm
sigcontext.h99500644editdlrm
sigcontext32.h2710644editdlrm
siginfo.h4220644editdlrm
signal.h22000644editdlrm
stat.h31310644editdlrm
statfs.h4160644editdlrm
svm.h89170644editdlrm
swab.h7690644editdlrm
ucontext.h21170644editdlrm
unistd.h6640644editdlrm
vm86.h32010644editdlrm
vmx.h73830644editdlrm
vsyscall.h2780644editdlrm
Edit: /usr/src/linux-headers-5.15.0-190/arch/x86/include/uapi/asm/prctl.h (524B)
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */ #ifndef _ASM_X86_PRCTL_H #define _ASM_X86_PRCTL_H #define ARCH_SET_GS 0x1001 #define ARCH_SET_FS 0x1002 #define ARCH_GET_FS 0x1003 #define ARCH_GET_GS 0x1004 #define ARCH_GET_CPUID 0x1011 #define ARCH_SET_CPUID 0x1012 #define ARCH_GET_XCOMP_SUPP 0x1021 #define ARCH_GET_XCOMP_PERM 0x1022 #define ARCH_REQ_XCOMP_PERM 0x1023 #define ARCH_MAP_VDSO_X32 0x2001 #define ARCH_MAP_VDSO_32 0x2002 #define ARCH_MAP_VDSO_64 0x2003 #endif /* _ASM_X86_PRCTL_H */