Home
last modified time | relevance | path

Searched refs:sys_call_ptr_t (Results 1 - 16 of 16) sorted by relevance

/kernel/linux/linux-5.10/arch/x86/include/asm/
H A Dsyscall.h19 typedef long (*sys_call_ptr_t)(const struct pt_regs *); typedef
20 extern const sys_call_ptr_t sys_call_table[];
27 extern const sys_call_ptr_t ia32_sys_call_table[];
31 extern const sys_call_ptr_t x32_sys_call_table[];
/kernel/linux/linux-6.6/arch/x86/include/asm/
H A Dsyscall.h19 typedef long (*sys_call_ptr_t)(const struct pt_regs *); typedef
20 extern const sys_call_ptr_t sys_call_table[];
29 extern const sys_call_ptr_t ia32_sys_call_table[];
30 extern const sys_call_ptr_t x32_sys_call_table[];
/kernel/linux/linux-6.6/arch/s390/include/asm/
H A Dsyscall.h17 extern const sys_call_ptr_t sys_call_table[];
18 extern const sys_call_ptr_t sys_call_table_emu[];
H A Dprocessor.h45 typedef long (*sys_call_ptr_t)(struct pt_regs *regs); typedef
167 const sys_call_ptr_t *sys_call_table; /* system call table address */
/kernel/linux/linux-5.10/arch/x86/um/asm/
H A Dsyscall.h8 typedef asmlinkage long (*sys_call_ptr_t)(unsigned long, unsigned long, typedef
/kernel/linux/linux-6.6/arch/x86/um/asm/
H A Dsyscall.h8 typedef asmlinkage long (*sys_call_ptr_t)(unsigned long, unsigned long, typedef
/kernel/linux/linux-5.10/arch/x86/entry/
H A Dsyscall_32.c18 __visible const sys_call_ptr_t ia32_sys_call_table[__NR_ia32_syscall_max+1] = {
H A Dsyscall_64.c20 asmlinkage const sys_call_ptr_t sys_call_table[__NR_syscall_max+1] = {
H A Dsyscall_x32.c34 asmlinkage const sys_call_ptr_t x32_sys_call_table[__NR_x32_syscall_max+1] = {
/kernel/linux/linux-6.6/arch/x86/entry/
H A Dsyscall_x32.c16 asmlinkage const sys_call_ptr_t x32_sys_call_table[] = {
H A Dsyscall_64.c16 asmlinkage const sys_call_ptr_t sys_call_table[] = {
H A Dsyscall_32.c23 __visible const sys_call_ptr_t ia32_sys_call_table[] = {
/kernel/linux/linux-6.6/arch/x86/um/
H A Dsys_call_table_64.c29 const sys_call_ptr_t sys_call_table[] ____cacheline_aligned = {
H A Dsys_call_table_32.c34 const sys_call_ptr_t sys_call_table[] ____cacheline_aligned = {
/kernel/linux/linux-5.10/arch/x86/um/
H A Dsys_call_table_32.c37 const sys_call_ptr_t sys_call_table[] ____cacheline_aligned = {
H A Dsys_call_table_64.c50 const sys_call_ptr_t sys_call_table[] ____cacheline_aligned = {

Completed in 6 milliseconds