Home
last modified time | relevance | path

Searched refs:fsyscall_table (Results 1 – 5 of 5) sorted by relevance

/linux-6.1.9/arch/ia64/kernel/
Dpatch.c175 extern unsigned long fsyscall_table[NR_syscalls]; in patch_fsyscall_table()
181 ia64_patch_imm64(ip, (u64) fsyscall_table); in patch_fsyscall_table()
Dgate.lds.S45 *(.data..patch.fsyscall_table)
Dfsys.S549 .globl fsyscall_table
552 fsyscall_table: label
837 .space fsyscall_table + 8*NR_syscalls - .zero, 0
/linux-6.1.9/arch/ia64/mm/
Dinit.c457 extern unsigned long fsyscall_table[NR_syscalls]; in mem_init()
460 if (!fsyscall_table[i] || nolwsys) in mem_init()
461 fsyscall_table[i] = sys_call_table[i] | 1; in mem_init()
/linux-6.1.9/Documentation/ia64/
Dfsys.rst82 (fsyscall_table). This table contains one entry for each system call.