Searched refs:invoke_syscall (Results 1 – 4 of 4) sorted by relevance
/linux-6.3-rc2/arch/arm64/kernel/ |
A 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.3-rc2/arch/arm/kernel/ |
A D | entry-common.S | 265 invoke_syscall tbl, scno, r10, __ret_fast_syscall 300 invoke_syscall tbl, scno, r10, __sys_trace_return, reload=1
|
A D | entry-header.S | 392 .macro invoke_syscall, table, nr, tmp, ret, reload=0 macro
|
/linux-6.3-rc2/Documentation/core-api/ |
A D | entry.rst | 74 if (!invoke_syscall(regs, nr) && nr != -1) 89 syscall tracing, etc. After all that is done, the instrumentable invoke_syscall
|
Completed in 7 milliseconds