Searched refs:invoke_syscall (Results 1 – 4 of 4) sorted by relevance
/openbmc/linux/arch/arm64/kernel/ |
H A D | syscall.c | 40 static void invoke_syscall(struct pt_regs *regs, unsigned int scno, in invoke_syscall() function 134 invoke_syscall(regs, scno, sc_nr, syscall_table); in el0_svc_common()
|
/openbmc/linux/arch/arm/kernel/ |
H A D | entry-common.S | 266 invoke_syscall tbl, scno, r10, __ret_fast_syscall 301 invoke_syscall tbl, scno, r10, __sys_trace_return, reload=1
|
H A D | entry-header.S | 392 .macro invoke_syscall, table, nr, tmp, ret, reload=0 macro
|
/openbmc/linux/Documentation/core-api/ |
H 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
|