Home
last modified time | relevance | path

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

/linux/arch/powerpc/kernel/
H A Dsyscall.c21 if (unlikely(!syscall_enter_from_user_mode_randomize_stack(regs, &r0))) { in system_call_exception()
/linux/include/linux/
H A Dentry-common.h199 #define syscall_enter_from_user_mode_randomize_stack(regs, syscall) \ macro
/linux/arch/riscv/kernel/
H A Dtraps.c338 if (likely(syscall_enter_from_user_mode_randomize_stack(regs, &syscall))) { in do_trap_ecall_u()