xref: /kernel/linux/linux-5.10/arch/alpha/kernel/systbls.S
  • Home
  • History
  • Annotate Annotate
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
  • only in /kernel/linux/linux-5.10/arch/alpha/kernel/
18c2ecf20Sopenharmony_ci/* SPDX-License-Identifier: GPL-2.0 */
28c2ecf20Sopenharmony_ci/*
38c2ecf20Sopenharmony_ci * arch/alpha/kernel/systbls.S
48c2ecf20Sopenharmony_ci *
58c2ecf20Sopenharmony_ci * The system call table.
68c2ecf20Sopenharmony_ci */
78c2ecf20Sopenharmony_ci
88c2ecf20Sopenharmony_ci#include <asm/unistd.h>
98c2ecf20Sopenharmony_ci
108c2ecf20Sopenharmony_ci#define __SYSCALL(nr, entry, nargs) .quad entry
118c2ecf20Sopenharmony_ci	.data
128c2ecf20Sopenharmony_ci	.align 3
138c2ecf20Sopenharmony_ci	.globl sys_call_table
148c2ecf20Sopenharmony_cisys_call_table:
158c2ecf20Sopenharmony_ci#include <asm/syscall_table.h>
168c2ecf20Sopenharmony_ci#undef __SYSCALL
17

Indexes created Thu Nov 07 10:32:03 CST 2024