Searched refs:invoke_syscall (Results 1 – 4 of 4) sorted by relevance
/linux-6.1.9/arch/arm64/kernel/ |
D | syscall.c | 41 static void invoke_syscall(struct pt_regs *regs, unsigned int scno, in invoke_syscall() function 142 invoke_syscall(regs, scno, sc_nr, syscall_table); in el0_svc_common()
|
/linux-6.1.9/arch/arm/kernel/ |
D | entry-common.S | 280 invoke_syscall tbl, scno, r10, __ret_fast_syscall 315 invoke_syscall tbl, scno, r10, __sys_trace_return, reload=1
|
D | entry-header.S | 392 .macro invoke_syscall, table, nr, tmp, ret, reload=0 macro
|
/linux-6.1.9/Documentation/core-api/ |
D | entry.rst | 74 if (!invoke_syscall(regs, nr) && nr != -1) 89 syscall tracing, etc. After all that is done, the instrumentable invoke_syscall
|