Home
last modified time | relevance | path

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

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