x86.lua (1301B)
1 return { 2 -- <cd src/arch/x86/include/uapi && find * -name '*.h' -exec printf "\t'%s',\n" {} + | LC_COLLATE=C sort 3 'asm/a.out.h', 4 'asm/amd_hsmp.h', 5 'asm/auxvec.h', 6 'asm/bitsperlong.h', 7 'asm/boot.h', 8 'asm/bootparam.h', 9 'asm/byteorder.h', 10 'asm/debugreg.h', 11 'asm/e820.h', 12 'asm/hw_breakpoint.h', 13 'asm/hwcap2.h', 14 'asm/ist.h', 15 'asm/kvm.h', 16 'asm/kvm_para.h', 17 'asm/kvm_perf.h', 18 'asm/ldt.h', 19 'asm/mce.h', 20 'asm/mman.h', 21 'asm/msgbuf.h', 22 'asm/msr.h', 23 'asm/mtrr.h', 24 'asm/perf_regs.h', 25 'asm/posix_types.h', 26 'asm/posix_types_32.h', 27 'asm/posix_types_64.h', 28 'asm/posix_types_x32.h', 29 'asm/prctl.h', 30 'asm/processor-flags.h', 31 'asm/ptrace-abi.h', 32 'asm/ptrace.h', 33 'asm/sembuf.h', 34 'asm/setup.h', 35 'asm/sgx.h', 36 'asm/shmbuf.h', 37 'asm/sigcontext.h', 38 'asm/sigcontext32.h', 39 'asm/siginfo.h', 40 'asm/signal.h', 41 'asm/stat.h', 42 'asm/statfs.h', 43 'asm/svm.h', 44 'asm/swab.h', 45 'asm/ucontext.h', 46 'asm/unistd.h', 47 'asm/vm86.h', 48 'asm/vmx.h', 49 'asm/vsyscall.h', 50 unistd={ 51 { 52 dst='unistd_32.h', 53 src='arch/x86/entry/syscalls/syscall_32.tbl', 54 abi='i386', 55 }, 56 { 57 dst='unistd_x32.h', 58 src='arch/x86/entry/syscalls/syscall_64.tbl', 59 abi='common|x32', 60 off='__X32_SYSCALL_BIT', 61 }, 62 { 63 dst='unistd_64.h', 64 src='arch/x86/entry/syscalls/syscall_64.tbl', 65 abi='common|64', 66 }, 67 }, 68 }