Home
last modified time | relevance | path

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

/linux-5.19.10/arch/arm64/kernel/
Dsyscall.c36 static long __invoke_syscall(struct pt_regs *regs, syscall_fn_t syscall_fn) in __invoke_syscall() function
52 ret = __invoke_syscall(regs, syscall_fn); in invoke_syscall()