Home
last modified time | relevance | path

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

/Linux-v6.6/arch/arm64/kernel/
Dsyscall.c35 static long __invoke_syscall(struct pt_regs *regs, syscall_fn_t syscall_fn) in __invoke_syscall() function
51 ret = __invoke_syscall(regs, syscall_fn); in invoke_syscall()