/usr/src/linux-headers-5.15.0-190/arch/sparc/include/uapi/asm
NameSizeModeActions
apc.h17450644editdlrm
asi.h153670644editdlrm
auxvec.h3480644editdlrm
bitsperlong.h3240644editdlrm
byteorder.h1910644editdlrm
display7seg.h19450644editdlrm
envctrl.h34940644editdlrm
errno.h55390644editdlrm
fbio.h79040644editdlrm
fcntl.h17900644editdlrm
ioctl.h26460644editdlrm
ioctls.h62310644editdlrm
ipcbuf.h8080644editdlrm
Kbuild890644editdlrm
mman.h10080644editdlrm
msgbuf.h12180644editdlrm
openpromio.h21660644editdlrm
oradax.h20130644editdlrm
param.h2530644editdlrm
perfctr.h56950644editdlrm
poll.h2730644editdlrm
posix_types.h17680644editdlrm
psr.h22670644editdlrm
psrcompat.h20700644editdlrm
pstate.h64270644editdlrm
ptrace.h82220644editdlrm
resource.h7700644editdlrm
sembuf.h8960644editdlrm
setup.h3100644editdlrm
shmbuf.h13830644editdlrm
sigcontext.h1670644editdlrm
siginfo.h3900644editdlrm
signal.h47030644editdlrm
socket.h38720644editdlrm
stat.h20050644editdlrm
swab.h10340644editdlrm
termbits.h67610644editdlrm
termios.h10710644editdlrm
traps.h52710644editdlrm
uctx.h14200644editdlrm
unistd.h9040644editdlrm
utrap.h15410644editdlrm
watchdog.h10290644editdlrm
Edit: /usr/src/linux-headers-5.15.0-190/arch/sparc/include/uapi/asm/unistd.h (904B)
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */ /* * System calls under the Sparc. * * Don't be scared by the ugly clobbers, it is the only way I can * think of right now to force the arguments into fixed registers * before the trap into the system call with gcc 'asm' statements. * * Copyright (C) 1995, 2007 David S. Miller (davem@davemloft.net) * * SunOS compatibility based upon preliminary work which is: * * Copyright (C) 1995 Adrian M. Rodriguez (adrian@remus.rutgers.edu) */ #ifndef _UAPI_SPARC_UNISTD_H #define _UAPI_SPARC_UNISTD_H #ifndef __32bit_syscall_numbers__ #ifndef __arch64__ #define __32bit_syscall_numbers__ #endif #endif #ifdef __arch64__ #include #else #include #endif /* Bitmask values returned from kern_features system call. */ #define KERN_FEATURE_MIXED_MODE_STACK 0x00000001 #endif /* _UAPI_SPARC_UNISTD_H */