Searched refs:do_syscall (Results 1 – 7 of 7) sorted by relevance
111 static void do_syscall(struct pt_regs *regs) in do_syscall() function168 do_syscall(regs); in __do_syscall()
139 static void test_sys32_regs(void (*do_syscall)(struct syscall_args32 *)) in test_sys32_regs()147 do_syscall(&args); in test_sys32_regs()163 do_syscall(&args); in test_sys32_regs()
40 void noinstr do_syscall(struct pt_regs *regs) in do_syscall() function
66 bl do_syscall
30 extern void do_syscall(int sve_vl, int sme_vl);394 do_syscall(sve_vl, sme_vl); in do_test()
71 .globl do_syscall72 do_syscall: label
913 b do_syscall983 do_syscall: label
Completed in 14 milliseconds