Home
last modified time | relevance | path

Searched refs:invoke_syscall (Results 1 – 4 of 4) sorted by relevance

/linux-6.3-rc2/arch/arm64/kernel/
A Dsyscall.c41 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 Dentry-common.S265 invoke_syscall tbl, scno, r10, __ret_fast_syscall
300 invoke_syscall tbl, scno, r10, __sys_trace_return, reload=1
A Dentry-header.S392 .macro invoke_syscall, table, nr, tmp, ret, reload=0 macro
/linux-6.3-rc2/Documentation/core-api/
A Dentry.rst74 if (!invoke_syscall(regs, nr) && nr != -1)
89 syscall tracing, etc. After all that is done, the instrumentable invoke_syscall

Completed in 7 milliseconds