diff options
| author | David Howells <dhowells@redhat.com> | 2012-10-09 04:47:10 -0400 |
|---|---|---|
| committer | Michal Simek <michal.simek@xilinx.com> | 2012-12-13 08:38:55 -0500 |
| commit | 3cb0eab2db578345031c689d4ff9b70840271b5c (patch) | |
| tree | 57505ef8bd3239cded5a4d2ee3eb5516bbd3787e /arch/microblaze/include/uapi/asm | |
| parent | bf0e12c753ee71fa9fcb1210e5b961ba1df7981f (diff) | |
UAPI: (Scripted) Disintegrate arch/microblaze/include/asm
Signed-off-by: David Howells <dhowells@redhat.com>
Acked-by: Arnd Bergmann <arnd@arndb.de>
Acked-by: Thomas Gleixner <tglx@linutronix.de>
Acked-by: Michael Kerrisk <mtk.manpages@gmail.com>
Acked-by: Paul E. McKenney <paulmck@linux.vnet.ibm.com>
Acked-by: Dave Jones <davej@redhat.com>
Diffstat (limited to 'arch/microblaze/include/uapi/asm')
33 files changed, 708 insertions, 0 deletions
diff --git a/arch/microblaze/include/uapi/asm/Kbuild b/arch/microblaze/include/uapi/asm/Kbuild index baebb3da1d44..6d7d7f4aaae8 100644 --- a/arch/microblaze/include/uapi/asm/Kbuild +++ b/arch/microblaze/include/uapi/asm/Kbuild | |||
| @@ -1,3 +1,35 @@ | |||
| 1 | # UAPI Header export list | 1 | # UAPI Header export list |
| 2 | include include/uapi/asm-generic/Kbuild.asm | 2 | include include/uapi/asm-generic/Kbuild.asm |
| 3 | 3 | ||
| 4 | header-y += auxvec.h | ||
| 5 | header-y += bitsperlong.h | ||
| 6 | header-y += byteorder.h | ||
| 7 | header-y += elf.h | ||
| 8 | header-y += errno.h | ||
| 9 | header-y += fcntl.h | ||
| 10 | header-y += ioctl.h | ||
| 11 | header-y += ioctls.h | ||
| 12 | header-y += ipcbuf.h | ||
| 13 | header-y += kvm_para.h | ||
| 14 | header-y += mman.h | ||
| 15 | header-y += msgbuf.h | ||
| 16 | header-y += param.h | ||
| 17 | header-y += poll.h | ||
| 18 | header-y += posix_types.h | ||
| 19 | header-y += ptrace.h | ||
| 20 | header-y += resource.h | ||
| 21 | header-y += sembuf.h | ||
| 22 | header-y += setup.h | ||
| 23 | header-y += shmbuf.h | ||
| 24 | header-y += sigcontext.h | ||
| 25 | header-y += siginfo.h | ||
| 26 | header-y += signal.h | ||
| 27 | header-y += socket.h | ||
| 28 | header-y += sockios.h | ||
| 29 | header-y += stat.h | ||
| 30 | header-y += statfs.h | ||
| 31 | header-y += swab.h | ||
| 32 | header-y += termbits.h | ||
| 33 | header-y += termios.h | ||
| 34 | header-y += types.h | ||
| 35 | header-y += unistd.h | ||
diff --git a/arch/microblaze/include/uapi/asm/auxvec.h b/arch/microblaze/include/uapi/asm/auxvec.h new file mode 100644 index 000000000000..8b137891791f --- /dev/null +++ b/arch/microblaze/include/uapi/asm/auxvec.h | |||
| @@ -0,0 +1 @@ | |||
diff --git a/arch/microblaze/include/uapi/asm/bitsperlong.h b/arch/microblaze/include/uapi/asm/bitsperlong.h new file mode 100644 index 000000000000..6dc0bb0c13b2 --- /dev/null +++ b/arch/microblaze/include/uapi/asm/bitsperlong.h | |||
| @@ -0,0 +1 @@ | |||
| #include <asm-generic/bitsperlong.h> | |||
diff --git a/arch/microblaze/include/uapi/asm/byteorder.h b/arch/microblaze/include/uapi/asm/byteorder.h new file mode 100644 index 000000000000..31902762a426 --- /dev/null +++ b/arch/microblaze/include/uapi/asm/byteorder.h | |||
| @@ -0,0 +1,10 @@ | |||
| 1 | #ifndef _ASM_MICROBLAZE_BYTEORDER_H | ||
| 2 | #define _ASM_MICROBLAZE_BYTEORDER_H | ||
| 3 | |||
| 4 | #ifdef __MICROBLAZEEL__ | ||
| 5 | #include <linux/byteorder/little_endian.h> | ||
| 6 | #else | ||
| 7 | #include <linux/byteorder/big_endian.h> | ||
| 8 | #endif | ||
| 9 | |||
| 10 | #endif /* _ASM_MICROBLAZE_BYTEORDER_H */ | ||
diff --git a/arch/microblaze/include/uapi/asm/elf.h b/arch/microblaze/include/uapi/asm/elf.h new file mode 100644 index 000000000000..7eabd83227af --- /dev/null +++ b/arch/microblaze/include/uapi/asm/elf.h | |||
| @@ -0,0 +1,121 @@ | |||
| 1 | /* | ||
| 2 | * Copyright (C) 2008-2009 Michal Simek <monstr@monstr.eu> | ||
| 3 | * Copyright (C) 2008-2009 PetaLogix | ||
| 4 | * Copyright (C) 2006 Atmark Techno, Inc. | ||
| 5 | * | ||
| 6 | * This file is subject to the terms and conditions of the GNU General Public | ||
| 7 | * License. See the file "COPYING" in the main directory of this archive | ||
| 8 | * for more details. | ||
| 9 | */ | ||
| 10 | |||
| 11 | #ifndef _UAPI_ASM_MICROBLAZE_ELF_H | ||
| 12 | #define _UAPI_ASM_MICROBLAZE_ELF_H | ||
| 13 | |||
| 14 | /* | ||
| 15 | * Note there is no "official" ELF designation for Microblaze. | ||
| 16 | * I've snaffled the value from the microblaze binutils source code | ||
| 17 | * /binutils/microblaze/include/elf/microblaze.h | ||
| 18 | */ | ||
| 19 | #define EM_MICROBLAZE 189 | ||
| 20 | #define EM_MICROBLAZE_OLD 0xbaab | ||
| 21 | #define ELF_ARCH EM_MICROBLAZE | ||
| 22 | |||
| 23 | /* | ||
| 24 | * This is used to ensure we don't load something for the wrong architecture. | ||
| 25 | */ | ||
| 26 | #define elf_check_arch(x) ((x)->e_machine == EM_MICROBLAZE \ | ||
| 27 | || (x)->e_machine == EM_MICROBLAZE_OLD) | ||
| 28 | |||
| 29 | /* | ||
| 30 | * These are used to set parameters in the core dumps. | ||
| 31 | */ | ||
| 32 | #define ELF_CLASS ELFCLASS32 | ||
| 33 | |||
| 34 | #ifndef __uClinux__ | ||
| 35 | |||
| 36 | /* | ||
| 37 | * ELF register definitions.. | ||
| 38 | */ | ||
| 39 | |||
| 40 | #include <asm/ptrace.h> | ||
| 41 | #include <asm/byteorder.h> | ||
| 42 | |||
| 43 | #ifndef ELF_GREG_T | ||
| 44 | #define ELF_GREG_T | ||
| 45 | typedef unsigned long elf_greg_t; | ||
| 46 | #endif | ||
| 47 | |||
| 48 | #ifndef ELF_NGREG | ||
| 49 | #define ELF_NGREG (sizeof(struct pt_regs) / sizeof(elf_greg_t)) | ||
| 50 | #endif | ||
| 51 | |||
| 52 | #ifndef ELF_GREGSET_T | ||
| 53 | #define ELF_GREGSET_T | ||
| 54 | typedef elf_greg_t elf_gregset_t[ELF_NGREG]; | ||
| 55 | #endif | ||
| 56 | |||
| 57 | #ifndef ELF_FPREGSET_T | ||
| 58 | #define ELF_FPREGSET_T | ||
| 59 | |||
| 60 | /* TBD */ | ||
| 61 | #define ELF_NFPREG 33 /* includes fsr */ | ||
| 62 | typedef unsigned long elf_fpreg_t; | ||
| 63 | typedef elf_fpreg_t elf_fpregset_t[ELF_NFPREG]; | ||
| 64 | |||
| 65 | /* typedef struct user_fpu_struct elf_fpregset_t; */ | ||
| 66 | #endif | ||
| 67 | |||
| 68 | /* This is the location that an ET_DYN program is loaded if exec'ed. Typical | ||
| 69 | * use of this is to invoke "./ld.so someprog" to test out a new version of | ||
| 70 | * the loader. We need to make sure that it is out of the way of the program | ||
| 71 | * that it will "exec", and that there is sufficient room for the brk. | ||
| 72 | */ | ||
| 73 | |||
| 74 | #define ELF_ET_DYN_BASE (0x08000000) | ||
| 75 | |||
| 76 | #ifdef __MICROBLAZEEL__ | ||
| 77 | #define ELF_DATA ELFDATA2LSB | ||
| 78 | #else | ||
| 79 | #define ELF_DATA ELFDATA2MSB | ||
| 80 | #endif | ||
| 81 | |||
| 82 | #define ELF_EXEC_PAGESIZE PAGE_SIZE | ||
| 83 | |||
| 84 | |||
| 85 | #define ELF_CORE_COPY_REGS(_dest, _regs) \ | ||
| 86 | memcpy((char *) &_dest, (char *) _regs, \ | ||
| 87 | sizeof(struct pt_regs)); | ||
| 88 | |||
| 89 | /* This yields a mask that user programs can use to figure out what | ||
| 90 | * instruction set this CPU supports. This could be done in user space, | ||
| 91 | * but it's not easy, and we've already done it here. | ||
| 92 | */ | ||
| 93 | #define ELF_HWCAP (0) | ||
| 94 | |||
| 95 | /* This yields a string that ld.so will use to load implementation | ||
| 96 | * specific libraries for optimization. This is more specific in | ||
| 97 | * intent than poking at uname or /proc/cpuinfo. | ||
| 98 | |||
| 99 | * For the moment, we have only optimizations for the Intel generations, | ||
| 100 | * but that could change... | ||
| 101 | */ | ||
| 102 | #define ELF_PLATFORM (NULL) | ||
| 103 | |||
| 104 | /* Added _f parameter. Is this definition correct: TBD */ | ||
| 105 | #define ELF_PLAT_INIT(_r, _f) \ | ||
| 106 | do { \ | ||
| 107 | _r->r1 = _r->r1 = _r->r2 = _r->r3 = \ | ||
| 108 | _r->r4 = _r->r5 = _r->r6 = _r->r7 = \ | ||
| 109 | _r->r8 = _r->r9 = _r->r10 = _r->r11 = \ | ||
| 110 | _r->r12 = _r->r13 = _r->r14 = _r->r15 = \ | ||
| 111 | _r->r16 = _r->r17 = _r->r18 = _r->r19 = \ | ||
| 112 | _r->r20 = _r->r21 = _r->r22 = _r->r23 = \ | ||
| 113 | _r->r24 = _r->r25 = _r->r26 = _r->r27 = \ | ||
| 114 | _r->r28 = _r->r29 = _r->r30 = _r->r31 = \ | ||
| 115 | 0; \ | ||
| 116 | } while (0) | ||
| 117 | |||
| 118 | |||
| 119 | #endif /* __uClinux__ */ | ||
| 120 | |||
| 121 | #endif /* _UAPI_ASM_MICROBLAZE_ELF_H */ | ||
diff --git a/arch/microblaze/include/uapi/asm/errno.h b/arch/microblaze/include/uapi/asm/errno.h new file mode 100644 index 000000000000..4c82b503d92f --- /dev/null +++ b/arch/microblaze/include/uapi/asm/errno.h | |||
| @@ -0,0 +1 @@ | |||
| #include <asm-generic/errno.h> | |||
diff --git a/arch/microblaze/include/uapi/asm/fcntl.h b/arch/microblaze/include/uapi/asm/fcntl.h new file mode 100644 index 000000000000..46ab12db5739 --- /dev/null +++ b/arch/microblaze/include/uapi/asm/fcntl.h | |||
| @@ -0,0 +1 @@ | |||
| #include <asm-generic/fcntl.h> | |||
diff --git a/arch/microblaze/include/uapi/asm/ioctl.h b/arch/microblaze/include/uapi/asm/ioctl.h new file mode 100644 index 000000000000..b279fe06dfe5 --- /dev/null +++ b/arch/microblaze/include/uapi/asm/ioctl.h | |||
| @@ -0,0 +1 @@ | |||
| #include <asm-generic/ioctl.h> | |||
diff --git a/arch/microblaze/include/uapi/asm/ioctls.h b/arch/microblaze/include/uapi/asm/ioctls.h new file mode 100644 index 000000000000..ec34c760665e --- /dev/null +++ b/arch/microblaze/include/uapi/asm/ioctls.h | |||
| @@ -0,0 +1 @@ | |||
| #include <asm-generic/ioctls.h> | |||
diff --git a/arch/microblaze/include/uapi/asm/ipcbuf.h b/arch/microblaze/include/uapi/asm/ipcbuf.h new file mode 100644 index 000000000000..84c7e51cb6d0 --- /dev/null +++ b/arch/microblaze/include/uapi/asm/ipcbuf.h | |||
| @@ -0,0 +1 @@ | |||
| #include <asm-generic/ipcbuf.h> | |||
diff --git a/arch/microblaze/include/uapi/asm/kvm_para.h b/arch/microblaze/include/uapi/asm/kvm_para.h new file mode 100644 index 000000000000..14fab8f0b957 --- /dev/null +++ b/arch/microblaze/include/uapi/asm/kvm_para.h | |||
| @@ -0,0 +1 @@ | |||
| #include <asm-generic/kvm_para.h> | |||
diff --git a/arch/microblaze/include/uapi/asm/mman.h b/arch/microblaze/include/uapi/asm/mman.h new file mode 100644 index 000000000000..8eebf89f5ab1 --- /dev/null +++ b/arch/microblaze/include/uapi/asm/mman.h | |||
| @@ -0,0 +1 @@ | |||
| #include <asm-generic/mman.h> | |||
diff --git a/arch/microblaze/include/uapi/asm/msgbuf.h b/arch/microblaze/include/uapi/asm/msgbuf.h new file mode 100644 index 000000000000..809134c644a6 --- /dev/null +++ b/arch/microblaze/include/uapi/asm/msgbuf.h | |||
| @@ -0,0 +1 @@ | |||
| #include <asm-generic/msgbuf.h> | |||
diff --git a/arch/microblaze/include/uapi/asm/param.h b/arch/microblaze/include/uapi/asm/param.h new file mode 100644 index 000000000000..965d45427975 --- /dev/null +++ b/arch/microblaze/include/uapi/asm/param.h | |||
| @@ -0,0 +1 @@ | |||
| #include <asm-generic/param.h> | |||
diff --git a/arch/microblaze/include/uapi/asm/poll.h b/arch/microblaze/include/uapi/asm/poll.h new file mode 100644 index 000000000000..c98509d3149e --- /dev/null +++ b/arch/microblaze/include/uapi/asm/poll.h | |||
| @@ -0,0 +1 @@ | |||
| #include <asm-generic/poll.h> | |||
diff --git a/arch/microblaze/include/uapi/asm/posix_types.h b/arch/microblaze/include/uapi/asm/posix_types.h new file mode 100644 index 000000000000..0e15039673e3 --- /dev/null +++ b/arch/microblaze/include/uapi/asm/posix_types.h | |||
| @@ -0,0 +1,9 @@ | |||
| 1 | #ifndef _ASM_MICROBLAZE_POSIX_TYPES_H | ||
| 2 | #define _ASM_MICROBLAZE_POSIX_TYPES_H | ||
| 3 | |||
| 4 | typedef unsigned short __kernel_mode_t; | ||
| 5 | #define __kernel_mode_t __kernel_mode_t | ||
| 6 | |||
| 7 | #include <asm-generic/posix_types.h> | ||
| 8 | |||
| 9 | #endif /* _ASM_MICROBLAZE_POSIX_TYPES_H */ | ||
diff --git a/arch/microblaze/include/uapi/asm/ptrace.h b/arch/microblaze/include/uapi/asm/ptrace.h new file mode 100644 index 000000000000..d31238a5f946 --- /dev/null +++ b/arch/microblaze/include/uapi/asm/ptrace.h | |||
| @@ -0,0 +1,72 @@ | |||
| 1 | /* | ||
| 2 | * Copyright (C) 2006 Atmark Techno, Inc. | ||
| 3 | * | ||
| 4 | * This file is subject to the terms and conditions of the GNU General Public | ||
| 5 | * License. See the file "COPYING" in the main directory of this archive | ||
| 6 | * for more details. | ||
| 7 | */ | ||
| 8 | |||
| 9 | #ifndef _UAPI_ASM_MICROBLAZE_PTRACE_H | ||
| 10 | #define _UAPI_ASM_MICROBLAZE_PTRACE_H | ||
| 11 | |||
| 12 | #ifndef __ASSEMBLY__ | ||
| 13 | |||
| 14 | typedef unsigned long microblaze_reg_t; | ||
| 15 | |||
| 16 | struct pt_regs { | ||
| 17 | microblaze_reg_t r0; | ||
| 18 | microblaze_reg_t r1; | ||
| 19 | microblaze_reg_t r2; | ||
| 20 | microblaze_reg_t r3; | ||
| 21 | microblaze_reg_t r4; | ||
| 22 | microblaze_reg_t r5; | ||
| 23 | microblaze_reg_t r6; | ||
| 24 | microblaze_reg_t r7; | ||
| 25 | microblaze_reg_t r8; | ||
| 26 | microblaze_reg_t r9; | ||
| 27 | microblaze_reg_t r10; | ||
| 28 | microblaze_reg_t r11; | ||
| 29 | microblaze_reg_t r12; | ||
| 30 | microblaze_reg_t r13; | ||
| 31 | microblaze_reg_t r14; | ||
| 32 | microblaze_reg_t r15; | ||
| 33 | microblaze_reg_t r16; | ||
| 34 | microblaze_reg_t r17; | ||
| 35 | microblaze_reg_t r18; | ||
| 36 | microblaze_reg_t r19; | ||
| 37 | microblaze_reg_t r20; | ||
| 38 | microblaze_reg_t r21; | ||
| 39 | microblaze_reg_t r22; | ||
| 40 | microblaze_reg_t r23; | ||
| 41 | microblaze_reg_t r24; | ||
| 42 | microblaze_reg_t r25; | ||
| 43 | microblaze_reg_t r26; | ||
| 44 | microblaze_reg_t r27; | ||
| 45 | microblaze_reg_t r28; | ||
| 46 | microblaze_reg_t r29; | ||
| 47 | microblaze_reg_t r30; | ||
| 48 | microblaze_reg_t r31; | ||
| 49 | microblaze_reg_t pc; | ||
| 50 | microblaze_reg_t msr; | ||
| 51 | microblaze_reg_t ear; | ||
| 52 | microblaze_reg_t esr; | ||
| 53 | microblaze_reg_t fsr; | ||
| 54 | int pt_mode; | ||
| 55 | }; | ||
| 56 | |||
| 57 | #ifndef __KERNEL__ | ||
| 58 | |||
| 59 | /* pt_regs offsets used by gdbserver etc in ptrace syscalls */ | ||
| 60 | #define PT_GPR(n) ((n) * sizeof(microblaze_reg_t)) | ||
| 61 | #define PT_PC (32 * sizeof(microblaze_reg_t)) | ||
| 62 | #define PT_MSR (33 * sizeof(microblaze_reg_t)) | ||
| 63 | #define PT_EAR (34 * sizeof(microblaze_reg_t)) | ||
| 64 | #define PT_ESR (35 * sizeof(microblaze_reg_t)) | ||
| 65 | #define PT_FSR (36 * sizeof(microblaze_reg_t)) | ||
| 66 | #define PT_KERNEL_MODE (37 * sizeof(microblaze_reg_t)) | ||
| 67 | |||
| 68 | #endif /* __KERNEL */ | ||
| 69 | |||
| 70 | #endif /* __ASSEMBLY__ */ | ||
| 71 | |||
| 72 | #endif /* _UAPI_ASM_MICROBLAZE_PTRACE_H */ | ||
diff --git a/arch/microblaze/include/uapi/asm/resource.h b/arch/microblaze/include/uapi/asm/resource.h new file mode 100644 index 000000000000..04bc4db8921b --- /dev/null +++ b/arch/microblaze/include/uapi/asm/resource.h | |||
| @@ -0,0 +1 @@ | |||
| #include <asm-generic/resource.h> | |||
diff --git a/arch/microblaze/include/uapi/asm/sembuf.h b/arch/microblaze/include/uapi/asm/sembuf.h new file mode 100644 index 000000000000..7673b83cfef7 --- /dev/null +++ b/arch/microblaze/include/uapi/asm/sembuf.h | |||
| @@ -0,0 +1 @@ | |||
| #include <asm-generic/sembuf.h> | |||
diff --git a/arch/microblaze/include/uapi/asm/setup.h b/arch/microblaze/include/uapi/asm/setup.h new file mode 100644 index 000000000000..76bc2acee6af --- /dev/null +++ b/arch/microblaze/include/uapi/asm/setup.h | |||
| @@ -0,0 +1,19 @@ | |||
| 1 | /* | ||
| 2 | * Copyright (C) 2007-2009 Michal Simek <monstr@monstr.eu> | ||
| 3 | * Copyright (C) 2007-2009 PetaLogix | ||
| 4 | * Copyright (C) 2006 Atmark Techno, Inc. | ||
| 5 | * | ||
| 6 | * This file is subject to the terms and conditions of the GNU General Public | ||
| 7 | * License. See the file "COPYING" in the main directory of this archive | ||
| 8 | * for more details. | ||
| 9 | */ | ||
| 10 | |||
| 11 | #ifndef _UAPI_ASM_MICROBLAZE_SETUP_H | ||
| 12 | #define _UAPI_ASM_MICROBLAZE_SETUP_H | ||
| 13 | |||
| 14 | #define COMMAND_LINE_SIZE 256 | ||
| 15 | |||
| 16 | # ifndef __ASSEMBLY__ | ||
| 17 | |||
| 18 | # endif /* __ASSEMBLY__ */ | ||
| 19 | #endif /* _UAPI_ASM_MICROBLAZE_SETUP_H */ | ||
diff --git a/arch/microblaze/include/uapi/asm/shmbuf.h b/arch/microblaze/include/uapi/asm/shmbuf.h new file mode 100644 index 000000000000..83c05fc2de38 --- /dev/null +++ b/arch/microblaze/include/uapi/asm/shmbuf.h | |||
| @@ -0,0 +1 @@ | |||
| #include <asm-generic/shmbuf.h> | |||
diff --git a/arch/microblaze/include/uapi/asm/sigcontext.h b/arch/microblaze/include/uapi/asm/sigcontext.h new file mode 100644 index 000000000000..55873c80c917 --- /dev/null +++ b/arch/microblaze/include/uapi/asm/sigcontext.h | |||
| @@ -0,0 +1,20 @@ | |||
| 1 | /* | ||
| 2 | * Copyright (C) 2006 Atmark Techno, Inc. | ||
| 3 | * | ||
| 4 | * This file is subject to the terms and conditions of the GNU General Public | ||
| 5 | * License. See the file "COPYING" in the main directory of this archive | ||
| 6 | * for more details. | ||
| 7 | */ | ||
| 8 | |||
| 9 | #ifndef _ASM_MICROBLAZE_SIGCONTEXT_H | ||
| 10 | #define _ASM_MICROBLAZE_SIGCONTEXT_H | ||
| 11 | |||
| 12 | /* FIXME should be linux/ptrace.h */ | ||
| 13 | #include <asm/ptrace.h> | ||
| 14 | |||
| 15 | struct sigcontext { | ||
| 16 | struct pt_regs regs; | ||
| 17 | unsigned long oldmask; | ||
| 18 | }; | ||
| 19 | |||
| 20 | #endif /* _ASM_MICROBLAZE_SIGCONTEXT_H */ | ||
diff --git a/arch/microblaze/include/uapi/asm/siginfo.h b/arch/microblaze/include/uapi/asm/siginfo.h new file mode 100644 index 000000000000..0815d29d82e5 --- /dev/null +++ b/arch/microblaze/include/uapi/asm/siginfo.h | |||
| @@ -0,0 +1 @@ | |||
| #include <asm-generic/siginfo.h> | |||
diff --git a/arch/microblaze/include/uapi/asm/signal.h b/arch/microblaze/include/uapi/asm/signal.h new file mode 100644 index 000000000000..7b1573ce19de --- /dev/null +++ b/arch/microblaze/include/uapi/asm/signal.h | |||
| @@ -0,0 +1 @@ | |||
| #include <asm-generic/signal.h> | |||
diff --git a/arch/microblaze/include/uapi/asm/socket.h b/arch/microblaze/include/uapi/asm/socket.h new file mode 100644 index 000000000000..6b71384b9d8b --- /dev/null +++ b/arch/microblaze/include/uapi/asm/socket.h | |||
| @@ -0,0 +1 @@ | |||
| #include <asm-generic/socket.h> | |||
diff --git a/arch/microblaze/include/uapi/asm/sockios.h b/arch/microblaze/include/uapi/asm/sockios.h new file mode 100644 index 000000000000..def6d4746ee7 --- /dev/null +++ b/arch/microblaze/include/uapi/asm/sockios.h | |||
| @@ -0,0 +1 @@ | |||
| #include <asm-generic/sockios.h> | |||
diff --git a/arch/microblaze/include/uapi/asm/stat.h b/arch/microblaze/include/uapi/asm/stat.h new file mode 100644 index 000000000000..3dc90fa92c70 --- /dev/null +++ b/arch/microblaze/include/uapi/asm/stat.h | |||
| @@ -0,0 +1 @@ | |||
| #include <asm-generic/stat.h> | |||
diff --git a/arch/microblaze/include/uapi/asm/statfs.h b/arch/microblaze/include/uapi/asm/statfs.h new file mode 100644 index 000000000000..0b91fe198c20 --- /dev/null +++ b/arch/microblaze/include/uapi/asm/statfs.h | |||
| @@ -0,0 +1 @@ | |||
| #include <asm-generic/statfs.h> | |||
diff --git a/arch/microblaze/include/uapi/asm/swab.h b/arch/microblaze/include/uapi/asm/swab.h new file mode 100644 index 000000000000..7847e563ab66 --- /dev/null +++ b/arch/microblaze/include/uapi/asm/swab.h | |||
| @@ -0,0 +1 @@ | |||
| #include <asm-generic/swab.h> | |||
diff --git a/arch/microblaze/include/uapi/asm/termbits.h b/arch/microblaze/include/uapi/asm/termbits.h new file mode 100644 index 000000000000..3935b106de79 --- /dev/null +++ b/arch/microblaze/include/uapi/asm/termbits.h | |||
| @@ -0,0 +1 @@ | |||
| #include <asm-generic/termbits.h> | |||
diff --git a/arch/microblaze/include/uapi/asm/termios.h b/arch/microblaze/include/uapi/asm/termios.h new file mode 100644 index 000000000000..280d78a9d966 --- /dev/null +++ b/arch/microblaze/include/uapi/asm/termios.h | |||
| @@ -0,0 +1 @@ | |||
| #include <asm-generic/termios.h> | |||
diff --git a/arch/microblaze/include/uapi/asm/types.h b/arch/microblaze/include/uapi/asm/types.h new file mode 100644 index 000000000000..b9e79bc580dd --- /dev/null +++ b/arch/microblaze/include/uapi/asm/types.h | |||
| @@ -0,0 +1 @@ | |||
| #include <asm-generic/types.h> | |||
diff --git a/arch/microblaze/include/uapi/asm/unistd.h b/arch/microblaze/include/uapi/asm/unistd.h new file mode 100644 index 000000000000..bbeaa2dcc677 --- /dev/null +++ b/arch/microblaze/include/uapi/asm/unistd.h | |||
| @@ -0,0 +1,400 @@ | |||
| 1 | /* | ||
| 2 | * Copyright (C) 2007-2008 Michal Simek <monstr@monstr.eu> | ||
| 3 | * Copyright (C) 2006 Atmark Techno, Inc. | ||
| 4 | * | ||
| 5 | * This file is subject to the terms and conditions of the GNU General Public | ||
| 6 | * License. See the file "COPYING" in the main directory of this archive | ||
| 7 | * for more details. | ||
| 8 | */ | ||
| 9 | |||
| 10 | #ifndef _UAPI_ASM_MICROBLAZE_UNISTD_H | ||
| 11 | #define _UAPI_ASM_MICROBLAZE_UNISTD_H | ||
| 12 | |||
| 13 | #define __NR_restart_syscall 0 /* ok */ | ||
| 14 | #define __NR_exit 1 /* ok */ | ||
| 15 | #define __NR_fork 2 /* not for no MMU - weird */ | ||
| 16 | #define __NR_read 3 /* ok */ | ||
| 17 | #define __NR_write 4 /* ok */ | ||
| 18 | #define __NR_open 5 /* openat */ | ||
| 19 | #define __NR_close 6 /* ok */ | ||
| 20 | #define __NR_waitpid 7 /* waitid */ | ||
| 21 | #define __NR_creat 8 /* openat */ | ||
| 22 | #define __NR_link 9 /* linkat */ | ||
| 23 | #define __NR_unlink 10 /* unlinkat */ | ||
| 24 | #define __NR_execve 11 /* ok */ | ||
| 25 | #define __NR_chdir 12 /* ok */ | ||
| 26 | #define __NR_time 13 /* obsolete -> sys_gettimeofday */ | ||
| 27 | #define __NR_mknod 14 /* mknodat */ | ||
| 28 | #define __NR_chmod 15 /* fchmodat */ | ||
| 29 | #define __NR_lchown 16 /* ok */ | ||
| 30 | #define __NR_break 17 /* don't know */ | ||
| 31 | #define __NR_oldstat 18 /* remove */ | ||
| 32 | #define __NR_lseek 19 /* ok */ | ||
| 33 | #define __NR_getpid 20 /* ok */ | ||
| 34 | #define __NR_mount 21 /* ok */ | ||
| 35 | #define __NR_umount 22 /* ok */ /* use only umount2 */ | ||
| 36 | #define __NR_setuid 23 /* ok */ | ||
| 37 | #define __NR_getuid 24 /* ok */ | ||
| 38 | #define __NR_stime 25 /* obsolete -> sys_settimeofday */ | ||
| 39 | #define __NR_ptrace 26 /* ok */ | ||
| 40 | #define __NR_alarm 27 /* obsolete -> sys_setitimer */ | ||
| 41 | #define __NR_oldfstat 28 /* remove */ | ||
| 42 | #define __NR_pause 29 /* obsolete -> sys_rt_sigtimedwait */ | ||
| 43 | #define __NR_utime 30 /* obsolete -> sys_utimesat */ | ||
| 44 | #define __NR_stty 31 /* remove */ | ||
| 45 | #define __NR_gtty 32 /* remove */ | ||
| 46 | #define __NR_access 33 /* faccessat */ | ||
| 47 | /* can be implemented by sys_setpriority */ | ||
| 48 | #define __NR_nice 34 | ||
| 49 | #define __NR_ftime 35 /* remove */ | ||
| 50 | #define __NR_sync 36 /* ok */ | ||
| 51 | #define __NR_kill 37 /* ok */ | ||
| 52 | #define __NR_rename 38 /* renameat */ | ||
| 53 | #define __NR_mkdir 39 /* mkdirat */ | ||
| 54 | #define __NR_rmdir 40 /* unlinkat */ | ||
| 55 | #define __NR_dup 41 /* ok */ | ||
| 56 | #define __NR_pipe 42 /* ok */ | ||
| 57 | #define __NR_times 43 /* ok */ | ||
| 58 | #define __NR_prof 44 /* remove */ | ||
| 59 | #define __NR_brk 45 /* ok -mmu, nommu specific */ | ||
| 60 | #define __NR_setgid 46 /* ok */ | ||
| 61 | #define __NR_getgid 47 /* ok */ | ||
| 62 | #define __NR_signal 48 /* obsolete -> sys_rt_sigaction */ | ||
| 63 | #define __NR_geteuid 49 /* ok */ | ||
| 64 | #define __NR_getegid 50 /* ok */ | ||
| 65 | #define __NR_acct 51 /* add it and then I can disable it */ | ||
| 66 | #define __NR_umount2 52 /* remove */ | ||
| 67 | #define __NR_lock 53 /* remove */ | ||
| 68 | #define __NR_ioctl 54 /* ok */ | ||
| 69 | #define __NR_fcntl 55 /* ok -> 64bit version*/ | ||
| 70 | #define __NR_mpx 56 /* remove */ | ||
| 71 | #define __NR_setpgid 57 /* ok */ | ||
| 72 | #define __NR_ulimit 58 /* remove */ | ||
| 73 | #define __NR_oldolduname 59 /* remove */ | ||
| 74 | #define __NR_umask 60 /* ok */ | ||
| 75 | #define __NR_chroot 61 /* ok */ | ||
| 76 | #define __NR_ustat 62 /* obsolete -> statfs64 */ | ||
| 77 | #define __NR_dup2 63 /* ok */ | ||
| 78 | #define __NR_getppid 64 /* ok */ | ||
| 79 | #define __NR_getpgrp 65 /* obsolete -> sys_getpgid */ | ||
| 80 | #define __NR_setsid 66 /* ok */ | ||
| 81 | #define __NR_sigaction 67 /* obsolete -> rt_sigaction */ | ||
| 82 | #define __NR_sgetmask 68 /* obsolete -> sys_rt_sigprocmask */ | ||
| 83 | #define __NR_ssetmask 69 /* obsolete ->sys_rt_sigprocmask */ | ||
| 84 | #define __NR_setreuid 70 /* ok */ | ||
| 85 | #define __NR_setregid 71 /* ok */ | ||
| 86 | #define __NR_sigsuspend 72 /* obsolete -> rt_sigsuspend */ | ||
| 87 | #define __NR_sigpending 73 /* obsolete -> sys_rt_sigpending */ | ||
| 88 | #define __NR_sethostname 74 /* ok */ | ||
| 89 | #define __NR_setrlimit 75 /* ok */ | ||
| 90 | #define __NR_getrlimit 76 /* ok Back compatible 2G limited rlimit */ | ||
| 91 | #define __NR_getrusage 77 /* ok */ | ||
| 92 | #define __NR_gettimeofday 78 /* ok */ | ||
| 93 | #define __NR_settimeofday 79 /* ok */ | ||
| 94 | #define __NR_getgroups 80 /* ok */ | ||
| 95 | #define __NR_setgroups 81 /* ok */ | ||
| 96 | #define __NR_select 82 /* obsolete -> sys_pselect7 */ | ||
| 97 | #define __NR_symlink 83 /* symlinkat */ | ||
| 98 | #define __NR_oldlstat 84 /* remove */ | ||
| 99 | #define __NR_readlink 85 /* obsolete -> sys_readlinkat */ | ||
| 100 | #define __NR_uselib 86 /* remove */ | ||
| 101 | #define __NR_swapon 87 /* ok */ | ||
| 102 | #define __NR_reboot 88 /* ok */ | ||
| 103 | #define __NR_readdir 89 /* remove ? */ | ||
| 104 | #define __NR_mmap 90 /* obsolete -> sys_mmap2 */ | ||
| 105 | #define __NR_munmap 91 /* ok - mmu and nommu */ | ||
| 106 | #define __NR_truncate 92 /* ok or truncate64 */ | ||
| 107 | #define __NR_ftruncate 93 /* ok or ftruncate64 */ | ||
| 108 | #define __NR_fchmod 94 /* ok */ | ||
| 109 | #define __NR_fchown 95 /* ok */ | ||
| 110 | #define __NR_getpriority 96 /* ok */ | ||
| 111 | #define __NR_setpriority 97 /* ok */ | ||
| 112 | #define __NR_profil 98 /* remove */ | ||
| 113 | #define __NR_statfs 99 /* ok or statfs64 */ | ||
| 114 | #define __NR_fstatfs 100 /* ok or fstatfs64 */ | ||
| 115 | #define __NR_ioperm 101 /* remove */ | ||
| 116 | #define __NR_socketcall 102 /* remove */ | ||
| 117 | #define __NR_syslog 103 /* ok */ | ||
| 118 | #define __NR_setitimer 104 /* ok */ | ||
| 119 | #define __NR_getitimer 105 /* ok */ | ||
| 120 | #define __NR_stat 106 /* remove */ | ||
| 121 | #define __NR_lstat 107 /* remove */ | ||
| 122 | #define __NR_fstat 108 /* remove */ | ||
| 123 | #define __NR_olduname 109 /* remove */ | ||
| 124 | #define __NR_iopl 110 /* remove */ | ||
| 125 | #define __NR_vhangup 111 /* ok */ | ||
| 126 | #define __NR_idle 112 /* remove */ | ||
| 127 | #define __NR_vm86old 113 /* remove */ | ||
| 128 | #define __NR_wait4 114 /* obsolete -> waitid */ | ||
| 129 | #define __NR_swapoff 115 /* ok */ | ||
| 130 | #define __NR_sysinfo 116 /* ok */ | ||
| 131 | #define __NR_ipc 117 /* remove - direct call */ | ||
| 132 | #define __NR_fsync 118 /* ok */ | ||
| 133 | #define __NR_sigreturn 119 /* obsolete -> sys_rt_sigreturn */ | ||
| 134 | #define __NR_clone 120 /* ok */ | ||
| 135 | #define __NR_setdomainname 121 /* ok */ | ||
| 136 | #define __NR_uname 122 /* remove */ | ||
| 137 | #define __NR_modify_ldt 123 /* remove */ | ||
| 138 | #define __NR_adjtimex 124 /* ok */ | ||
| 139 | #define __NR_mprotect 125 /* remove */ | ||
| 140 | #define __NR_sigprocmask 126 /* obsolete -> sys_rt_sigprocmask */ | ||
| 141 | #define __NR_create_module 127 /* remove */ | ||
| 142 | #define __NR_init_module 128 /* ok */ | ||
| 143 | #define __NR_delete_module 129 /* ok */ | ||
| 144 | #define __NR_get_kernel_syms 130 /* remove */ | ||
| 145 | #define __NR_quotactl 131 /* ok */ | ||
| 146 | #define __NR_getpgid 132 /* ok */ | ||
| 147 | #define __NR_fchdir 133 /* ok */ | ||
| 148 | #define __NR_bdflush 134 /* remove */ | ||
| 149 | #define __NR_sysfs 135 /* needed for busybox */ | ||
| 150 | #define __NR_personality 136 /* ok */ | ||
| 151 | #define __NR_afs_syscall 137 /* Syscall for Andrew File System */ | ||
| 152 | #define __NR_setfsuid 138 /* ok */ | ||
| 153 | #define __NR_setfsgid 139 /* ok */ | ||
| 154 | #define __NR__llseek 140 /* remove only lseek */ | ||
| 155 | #define __NR_getdents 141 /* ok or getdents64 */ | ||
| 156 | #define __NR__newselect 142 /* remove */ | ||
| 157 | #define __NR_flock 143 /* ok */ | ||
| 158 | #define __NR_msync 144 /* remove */ | ||
| 159 | #define __NR_readv 145 /* ok */ | ||
| 160 | #define __NR_writev 146 /* ok */ | ||
| 161 | #define __NR_getsid 147 /* ok */ | ||
| 162 | #define __NR_fdatasync 148 /* ok */ | ||
| 163 | #define __NR__sysctl 149 /* remove */ | ||
| 164 | #define __NR_mlock 150 /* ok - nommu or mmu */ | ||
| 165 | #define __NR_munlock 151 /* ok - nommu or mmu */ | ||
| 166 | #define __NR_mlockall 152 /* ok - nommu or mmu */ | ||
| 167 | #define __NR_munlockall 153 /* ok - nommu or mmu */ | ||
| 168 | #define __NR_sched_setparam 154 /* ok */ | ||
| 169 | #define __NR_sched_getparam 155 /* ok */ | ||
| 170 | #define __NR_sched_setscheduler 156 /* ok */ | ||
| 171 | #define __NR_sched_getscheduler 157 /* ok */ | ||
| 172 | #define __NR_sched_yield 158 /* ok */ | ||
| 173 | #define __NR_sched_get_priority_max 159 /* ok */ | ||
| 174 | #define __NR_sched_get_priority_min 160 /* ok */ | ||
| 175 | #define __NR_sched_rr_get_interval 161 /* ok */ | ||
| 176 | #define __NR_nanosleep 162 /* ok */ | ||
| 177 | #define __NR_mremap 163 /* ok - nommu or mmu */ | ||
| 178 | #define __NR_setresuid 164 /* ok */ | ||
| 179 | #define __NR_getresuid 165 /* ok */ | ||
| 180 | #define __NR_vm86 166 /* remove */ | ||
| 181 | #define __NR_query_module 167 /* ok */ | ||
| 182 | #define __NR_poll 168 /* obsolete -> sys_ppoll */ | ||
| 183 | #define __NR_nfsservctl 169 /* ok */ | ||
| 184 | #define __NR_setresgid 170 /* ok */ | ||
| 185 | #define __NR_getresgid 171 /* ok */ | ||
| 186 | #define __NR_prctl 172 /* ok */ | ||
| 187 | #define __NR_rt_sigreturn 173 /* ok */ | ||
| 188 | #define __NR_rt_sigaction 174 /* ok */ | ||
| 189 | #define __NR_rt_sigprocmask 175 /* ok */ | ||
| 190 | #define __NR_rt_sigpending 176 /* ok */ | ||
| 191 | #define __NR_rt_sigtimedwait 177 /* ok */ | ||
| 192 | #define __NR_rt_sigqueueinfo 178 /* ok */ | ||
| 193 | #define __NR_rt_sigsuspend 179 /* ok */ | ||
| 194 | #define __NR_pread64 180 /* ok */ | ||
| 195 | #define __NR_pwrite64 181 /* ok */ | ||
| 196 | #define __NR_chown 182 /* obsolete -> fchownat */ | ||
| 197 | #define __NR_getcwd 183 /* ok */ | ||
| 198 | #define __NR_capget 184 /* ok */ | ||
| 199 | #define __NR_capset 185 /* ok */ | ||
| 200 | #define __NR_sigaltstack 186 /* remove */ | ||
| 201 | #define __NR_sendfile 187 /* ok -> exist 64bit version*/ | ||
| 202 | #define __NR_getpmsg 188 /* remove */ | ||
| 203 | /* remove - some people actually want streams */ | ||
| 204 | #define __NR_putpmsg 189 | ||
| 205 | /* for noMMU - group with clone -> maybe remove */ | ||
| 206 | #define __NR_vfork 190 | ||
| 207 | #define __NR_ugetrlimit 191 /* remove - SuS compliant getrlimit */ | ||
| 208 | #define __NR_mmap2 192 /* ok */ | ||
| 209 | #define __NR_truncate64 193 /* ok */ | ||
| 210 | #define __NR_ftruncate64 194 /* ok */ | ||
| 211 | #define __NR_stat64 195 /* remove _ARCH_WANT_STAT64 */ | ||
| 212 | #define __NR_lstat64 196 /* remove _ARCH_WANT_STAT64 */ | ||
| 213 | #define __NR_fstat64 197 /* remove _ARCH_WANT_STAT64 */ | ||
| 214 | #define __NR_lchown32 198 /* ok - without 32 */ | ||
| 215 | #define __NR_getuid32 199 /* ok - without 32 */ | ||
| 216 | #define __NR_getgid32 200 /* ok - without 32 */ | ||
| 217 | #define __NR_geteuid32 201 /* ok - without 32 */ | ||
| 218 | #define __NR_getegid32 202 /* ok - without 32 */ | ||
| 219 | #define __NR_setreuid32 203 /* ok - without 32 */ | ||
| 220 | #define __NR_setregid32 204 /* ok - without 32 */ | ||
| 221 | #define __NR_getgroups32 205 /* ok - without 32 */ | ||
| 222 | #define __NR_setgroups32 206 /* ok - without 32 */ | ||
| 223 | #define __NR_fchown32 207 /* ok - without 32 */ | ||
| 224 | #define __NR_setresuid32 208 /* ok - without 32 */ | ||
| 225 | #define __NR_getresuid32 209 /* ok - without 32 */ | ||
| 226 | #define __NR_setresgid32 210 /* ok - without 32 */ | ||
| 227 | #define __NR_getresgid32 211 /* ok - without 32 */ | ||
| 228 | #define __NR_chown32 212 /* ok - without 32 -obsolete -> fchownat */ | ||
| 229 | #define __NR_setuid32 213 /* ok - without 32 */ | ||
| 230 | #define __NR_setgid32 214 /* ok - without 32 */ | ||
| 231 | #define __NR_setfsuid32 215 /* ok - without 32 */ | ||
| 232 | #define __NR_setfsgid32 216 /* ok - without 32 */ | ||
| 233 | #define __NR_pivot_root 217 /* ok */ | ||
| 234 | #define __NR_mincore 218 /* ok */ | ||
| 235 | #define __NR_madvise 219 /* ok */ | ||
| 236 | #define __NR_getdents64 220 /* ok */ | ||
| 237 | #define __NR_fcntl64 221 /* ok */ | ||
| 238 | /* 223 is unused */ | ||
| 239 | #define __NR_gettid 224 /* ok */ | ||
| 240 | #define __NR_readahead 225 /* ok */ | ||
| 241 | #define __NR_setxattr 226 /* ok */ | ||
| 242 | #define __NR_lsetxattr 227 /* ok */ | ||
| 243 | #define __NR_fsetxattr 228 /* ok */ | ||
| 244 | #define __NR_getxattr 229 /* ok */ | ||
| 245 | #define __NR_lgetxattr 230 /* ok */ | ||
| 246 | #define __NR_fgetxattr 231 /* ok */ | ||
| 247 | #define __NR_listxattr 232 /* ok */ | ||
| 248 | #define __NR_llistxattr 233 /* ok */ | ||
| 249 | #define __NR_flistxattr 234 /* ok */ | ||
| 250 | #define __NR_removexattr 235 /* ok */ | ||
| 251 | #define __NR_lremovexattr 236 /* ok */ | ||
| 252 | #define __NR_fremovexattr 237 /* ok */ | ||
| 253 | #define __NR_tkill 238 /* ok */ | ||
| 254 | #define __NR_sendfile64 239 /* ok */ | ||
| 255 | #define __NR_futex 240 /* ok */ | ||
| 256 | #define __NR_sched_setaffinity 241 /* ok */ | ||
| 257 | #define __NR_sched_getaffinity 242 /* ok */ | ||
| 258 | #define __NR_set_thread_area 243 /* remove */ | ||
| 259 | #define __NR_get_thread_area 244 /* remove */ | ||
| 260 | #define __NR_io_setup 245 /* ok */ | ||
| 261 | #define __NR_io_destroy 246 /* ok */ | ||
| 262 | #define __NR_io_getevents 247 /* ok */ | ||
| 263 | #define __NR_io_submit 248 /* ok */ | ||
| 264 | #define __NR_io_cancel 249 /* ok */ | ||
| 265 | #define __NR_fadvise64 250 /* remove -> sys_fadvise64_64 */ | ||
| 266 | /* 251 is available for reuse (was briefly sys_set_zone_reclaim) */ | ||
| 267 | #define __NR_exit_group 252 /* ok */ | ||
| 268 | #define __NR_lookup_dcookie 253 /* ok */ | ||
| 269 | #define __NR_epoll_create 254 /* ok */ | ||
| 270 | #define __NR_epoll_ctl 255 /* ok */ | ||
| 271 | #define __NR_epoll_wait 256 /* obsolete -> sys_epoll_pwait */ | ||
| 272 | #define __NR_remap_file_pages 257 /* only for mmu */ | ||
| 273 | #define __NR_set_tid_address 258 /* ok */ | ||
| 274 | #define __NR_timer_create 259 /* ok */ | ||
| 275 | #define __NR_timer_settime (__NR_timer_create+1) /* 260 */ /* ok */ | ||
| 276 | #define __NR_timer_gettime (__NR_timer_create+2) /* 261 */ /* ok */ | ||
| 277 | #define __NR_timer_getoverrun (__NR_timer_create+3) /* 262 */ /* ok */ | ||
| 278 | #define __NR_timer_delete (__NR_timer_create+4) /* 263 */ /* ok */ | ||
| 279 | #define __NR_clock_settime (__NR_timer_create+5) /* 264 */ /* ok */ | ||
| 280 | #define __NR_clock_gettime (__NR_timer_create+6) /* 265 */ /* ok */ | ||
| 281 | #define __NR_clock_getres (__NR_timer_create+7) /* 266 */ /* ok */ | ||
| 282 | #define __NR_clock_nanosleep (__NR_timer_create+8) /* 267 */ /* ok */ | ||
| 283 | #define __NR_statfs64 268 /* ok */ | ||
| 284 | #define __NR_fstatfs64 269 /* ok */ | ||
| 285 | #define __NR_tgkill 270 /* ok */ | ||
| 286 | #define __NR_utimes 271 /* obsolete -> sys_futimesat */ | ||
| 287 | #define __NR_fadvise64_64 272 /* ok */ | ||
| 288 | #define __NR_vserver 273 /* ok */ | ||
| 289 | #define __NR_mbind 274 /* only for mmu */ | ||
| 290 | #define __NR_get_mempolicy 275 /* only for mmu */ | ||
| 291 | #define __NR_set_mempolicy 276 /* only for mmu */ | ||
| 292 | #define __NR_mq_open 277 /* ok */ | ||
| 293 | #define __NR_mq_unlink (__NR_mq_open+1) /* 278 */ /* ok */ | ||
| 294 | #define __NR_mq_timedsend (__NR_mq_open+2) /* 279 */ /* ok */ | ||
| 295 | #define __NR_mq_timedreceive (__NR_mq_open+3) /* 280 */ /* ok */ | ||
| 296 | #define __NR_mq_notify (__NR_mq_open+4) /* 281 */ /* ok */ | ||
| 297 | #define __NR_mq_getsetattr (__NR_mq_open+5) /* 282 */ /* ok */ | ||
| 298 | #define __NR_kexec_load 283 /* ok */ | ||
| 299 | #define __NR_waitid 284 /* ok */ | ||
| 300 | /* #define __NR_sys_setaltroot 285 */ | ||
| 301 | #define __NR_add_key 286 /* ok */ | ||
| 302 | #define __NR_request_key 287 /* ok */ | ||
| 303 | #define __NR_keyctl 288 /* ok */ | ||
| 304 | #define __NR_ioprio_set 289 /* ok */ | ||
| 305 | #define __NR_ioprio_get 290 /* ok */ | ||
| 306 | #define __NR_inotify_init 291 /* ok */ | ||
| 307 | #define __NR_inotify_add_watch 292 /* ok */ | ||
| 308 | #define __NR_inotify_rm_watch 293 /* ok */ | ||
| 309 | #define __NR_migrate_pages 294 /* mmu */ | ||
| 310 | #define __NR_openat 295 /* ok */ | ||
| 311 | #define __NR_mkdirat 296 /* ok */ | ||
| 312 | #define __NR_mknodat 297 /* ok */ | ||
| 313 | #define __NR_fchownat 298 /* ok */ | ||
| 314 | #define __NR_futimesat 299 /* obsolete -> sys_utimesat */ | ||
| 315 | #define __NR_fstatat64 300 /* stat64 */ | ||
| 316 | #define __NR_unlinkat 301 /* ok */ | ||
| 317 | #define __NR_renameat 302 /* ok */ | ||
| 318 | #define __NR_linkat 303 /* ok */ | ||
| 319 | #define __NR_symlinkat 304 /* ok */ | ||
| 320 | #define __NR_readlinkat 305 /* ok */ | ||
| 321 | #define __NR_fchmodat 306 /* ok */ | ||
| 322 | #define __NR_faccessat 307 /* ok */ | ||
| 323 | #define __NR_pselect6 308 /* obsolete -> sys_pselect7 */ | ||
| 324 | #define __NR_ppoll 309 /* ok */ | ||
| 325 | #define __NR_unshare 310 /* ok */ | ||
| 326 | #define __NR_set_robust_list 311 /* ok */ | ||
| 327 | #define __NR_get_robust_list 312 /* ok */ | ||
| 328 | #define __NR_splice 313 /* ok */ | ||
| 329 | #define __NR_sync_file_range 314 /* ok */ | ||
| 330 | #define __NR_tee 315 /* ok */ | ||
| 331 | #define __NR_vmsplice 316 /* ok */ | ||
| 332 | #define __NR_move_pages 317 /* mmu */ | ||
| 333 | #define __NR_getcpu 318 /* ok */ | ||
| 334 | #define __NR_epoll_pwait 319 /* ok */ | ||
| 335 | #define __NR_utimensat 320 /* ok */ | ||
| 336 | #define __NR_signalfd 321 /* ok */ | ||
| 337 | #define __NR_timerfd_create 322 /* ok */ | ||
| 338 | #define __NR_eventfd 323 /* ok */ | ||
| 339 | #define __NR_fallocate 324 /* ok */ | ||
| 340 | #define __NR_semtimedop 325 /* ok - semaphore group */ | ||
| 341 | #define __NR_timerfd_settime 326 /* ok */ | ||
| 342 | #define __NR_timerfd_gettime 327 /* ok */ | ||
| 343 | /* sysv ipc syscalls */ | ||
| 344 | #define __NR_semctl 328 /* ok */ | ||
| 345 | #define __NR_semget 329 /* ok */ | ||
| 346 | #define __NR_semop 330 /* ok */ | ||
| 347 | #define __NR_msgctl 331 /* ok */ | ||
| 348 | #define __NR_msgget 332 /* ok */ | ||
| 349 | #define __NR_msgrcv 333 /* ok */ | ||
| 350 | #define __NR_msgsnd 334 /* ok */ | ||
| 351 | #define __NR_shmat 335 /* ok */ | ||
| 352 | #define __NR_shmctl 336 /* ok */ | ||
| 353 | #define __NR_shmdt 337 /* ok */ | ||
| 354 | #define __NR_shmget 338 /* ok */ | ||
| 355 | |||
| 356 | |||
| 357 | #define __NR_signalfd4 339 /* new */ | ||
| 358 | #define __NR_eventfd2 340 /* new */ | ||
| 359 | #define __NR_epoll_create1 341 /* new */ | ||
| 360 | #define __NR_dup3 342 /* new */ | ||
| 361 | #define __NR_pipe2 343 /* new */ | ||
| 362 | #define __NR_inotify_init1 344 /* new */ | ||
| 363 | #define __NR_socket 345 /* new */ | ||
| 364 | #define __NR_socketpair 346 /* new */ | ||
| 365 | #define __NR_bind 347 /* new */ | ||
| 366 | #define __NR_listen 348 /* new */ | ||
| 367 | #define __NR_accept 349 /* new */ | ||
| 368 | #define __NR_connect 350 /* new */ | ||
| 369 | #define __NR_getsockname 351 /* new */ | ||
| 370 | #define __NR_getpeername 352 /* new */ | ||
| 371 | #define __NR_sendto 353 /* new */ | ||
| 372 | #define __NR_send 354 /* new */ | ||
| 373 | #define __NR_recvfrom 355 /* new */ | ||
| 374 | #define __NR_recv 356 /* new */ | ||
| 375 | #define __NR_setsockopt 357 /* new */ | ||
| 376 | #define __NR_getsockopt 358 /* new */ | ||
| 377 | #define __NR_shutdown 359 /* new */ | ||
| 378 | #define __NR_sendmsg 360 /* new */ | ||
| 379 | #define __NR_recvmsg 361 /* new */ | ||
| 380 | #define __NR_accept4 362 /* new */ | ||
| 381 | #define __NR_preadv 363 /* new */ | ||
| 382 | #define __NR_pwritev 364 /* new */ | ||
| 383 | #define __NR_rt_tgsigqueueinfo 365 /* new */ | ||
| 384 | #define __NR_perf_event_open 366 /* new */ | ||
| 385 | #define __NR_recvmmsg 367 /* new */ | ||
| 386 | #define __NR_fanotify_init 368 | ||
| 387 | #define __NR_fanotify_mark 369 | ||
| 388 | #define __NR_prlimit64 370 | ||
| 389 | #define __NR_name_to_handle_at 371 | ||
| 390 | #define __NR_open_by_handle_at 372 | ||
| 391 | #define __NR_clock_adjtime 373 | ||
| 392 | #define __NR_syncfs 374 | ||
| 393 | #define __NR_setns 375 | ||
| 394 | #define __NR_sendmmsg 376 | ||
| 395 | #define __NR_process_vm_readv 377 | ||
| 396 | #define __NR_process_vm_writev 378 | ||
| 397 | |||
| 398 | #define __NR_syscalls 379 | ||
| 399 | |||
| 400 | #endif /* _UAPI_ASM_MICROBLAZE_UNISTD_H */ | ||
