Bibo Mao
af706d0e27
MIPS: Use arch specific syscall name match function
...
[ Upstream commit 756276ce78 ]
On MIPS system, most of the syscall function name begin with prefix
sys_. Some syscalls are special such as clone/fork, function name of
these begin with __sys_. Since scratch registers need be saved in
stack when these system calls happens.
With ftrace system call method, system call functions are declared with
SYSCALL_DEFINEx, metadata of the system call symbol name begins with
sys_. Here mips specific function arch_syscall_match_sym_name is used to
compare function name between sys_call_table[] and metadata of syscall
symbol.
Signed-off-by: Bibo Mao <maobibo@loongson.cn >
Signed-off-by: Thomas Bogendoerfer <tsbogend@alpha.franken.de >
Signed-off-by: Sasha Levin <sashal@kernel.org >
2025-05-29 11:02:40 +02:00
..
2024-08-29 10:44:08 +02:00
2024-08-29 10:38:18 +02:00
2023-08-12 09:18:47 -07:00
2024-01-22 10:32:21 +01:00
2024-02-20 12:44:39 +01:00
2024-09-03 21:15:28 -07:00
2024-01-08 10:39:12 +01:00
2023-10-06 10:10:13 +02:00
2024-09-03 21:15:28 -07:00
2024-01-08 10:39:12 +01:00
2023-06-21 14:50:23 +02:00
2024-08-29 10:43:41 +02:00
2024-01-08 10:39:12 +01:00
2024-06-11 13:10:33 +02:00
2024-01-08 10:39:12 +01:00
2024-01-08 10:39:12 +01:00
2024-02-20 12:44:39 +01:00
2024-04-15 10:22:09 +02:00
2024-02-23 10:13:47 +01:00
2023-10-18 14:34:17 -07:00
2024-06-27 10:44:24 +02:00
2023-12-10 17:21:41 -08:00
2023-12-14 00:23:17 -08:00
2024-02-22 15:27:19 -08:00
2024-02-20 13:36:34 +01:00
2024-02-12 23:03:19 +01:00
2024-08-29 10:42:41 +02:00
2024-01-08 10:39:12 +01:00
2023-12-21 15:31:25 +01:00
2025-04-25 10:48:07 +02:00
2024-07-12 13:09:25 +02:00
2025-05-29 11:02:40 +02:00
2025-03-13 13:02:17 +01:00
2024-01-17 11:20:50 -08:00
2023-08-18 10:19:00 -07:00
2024-02-09 15:57:48 -08:00
2023-08-15 10:22:23 +02:00
2023-12-12 17:20:18 -08:00
2023-11-10 19:59:05 +09:00
2024-09-04 11:02:33 -04:00
2023-10-04 11:38:11 +02:00
2024-08-29 10:41:36 +02:00
2025-05-02 07:59:32 +02:00
2024-01-08 10:39:12 +01:00
2024-07-09 10:48:17 +02:00
2024-07-09 10:48:28 +02:00
2024-06-21 10:16:15 +02:00
2024-02-28 12:25:52 +01:00
2023-11-23 10:32:52 +01:00
2023-12-10 17:21:40 -08:00
2024-03-06 19:28:26 +01:00
2024-01-08 10:39:12 +01:00
2023-10-06 14:44:10 -07:00
2024-04-25 20:55:47 -07:00
2024-05-19 09:21:03 -07:00
2024-01-08 10:39:12 +01:00
2024-07-03 19:29:57 -07:00
2024-06-11 13:03:37 +02:00
2023-12-10 17:21:41 -08:00
2025-05-18 08:24:56 +02:00
2024-07-03 16:50:12 +02:00
2023-12-10 17:21:41 -08:00
2024-02-20 12:41:51 +01:00
2024-04-15 10:22:45 +02:00
2023-12-10 17:21:41 -08:00
2024-02-20 12:44:59 +01:00
2024-01-10 18:13:44 -08:00
2024-07-23 09:29:49 +02:00
2023-12-10 17:21:41 -08:00
2024-05-03 14:22:38 +02:00
2024-12-05 14:01:12 +01:00
2024-01-08 10:39:12 +01:00
2023-12-10 17:21:38 -08:00
2024-01-08 10:39:12 +01:00
2024-01-08 10:39:12 +01:00
2023-12-10 17:21:39 -08:00
2024-01-10 18:13:44 -08:00
2023-12-10 17:21:40 -08:00
2024-07-10 14:23:38 +02:00
2024-02-20 20:56:01 +01:00
2024-05-03 17:07:50 +02:00