Home
last modified time | relevance | path

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

/linux-4.4.14/arch/ia64/kernel/
Dpatch.c174 extern unsigned long fsyscall_table[NR_syscalls]; in patch_fsyscall_table()
180 ia64_patch_imm64(ip, (u64) fsyscall_table); in patch_fsyscall_table()
Dgate.lds.S44 *(.data..patch.fsyscall_table)
Dfsys.S548 .globl fsyscall_table
551 fsyscall_table: label
836 .space fsyscall_table + 8*NR_syscalls - .zero, 0
/linux-4.4.14/arch/ia64/mm/
Dinit.c638 extern unsigned long fsyscall_table[NR_syscalls]; in mem_init()
641 if (!fsyscall_table[i] || nolwsys) in mem_init()
642 fsyscall_table[i] = sys_call_table[i] | 1; in mem_init()
/linux-4.4.14/Documentation/ia64/
Dfsys.txt80 (fsyscall_table). This table contains one entry for each system call.