Searched refs:fsyscall_table (Results 1 – 5 of 5) sorted by relevance
175 .fsyscall_table = (unsigned long *)ia64_native_fsyscall_table,182 return pv_fsys_data.fsyscall_table; in paravirt_get_fsyscall_table()194 u64 fsyscall_table = (u64)paravirt_get_fsyscall_table(); in patch_fsyscall_table() local200 ia64_patch_imm64(ip, fsyscall_table); in patch_fsyscall_table()
45 *(.data..patch.fsyscall_table)
646 unsigned long *fsyscall_table = paravirt_get_fsyscall_table(); in mem_init() local648 if (!fsyscall_table[i] || nolwsys) in mem_init()649 fsyscall_table[i] = sys_call_table[i] | 1; in mem_init()
30 unsigned long *fsyscall_table; member
80 (fsyscall_table). This table contains one entry for each system call.