Home
last modified time | relevance | path

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

/openbmc/linux/arch/arm64/kernel/
H A 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()