Lines Matching full:before
104 * enable interrupts before invoking syscall_enter_from_user_mode_work().
141 * syscall_enter_from_user_mode_work - Check and handle work before invoking
175 * before invoking a syscall
262 * function before return. Defaults to NOOP.
275 * arch_exit_to_user_mode - Architecture specific final work before
279 * function before return. Defaults to NOOP.
302 * exit_to_user_mode_loop - do any pending work before leaving to user space
323 /* Flush pending rcuog wakeup before the last need_resched() check */ in exit_to_user_mode_prepare()
351 * is not suitable as the last step before returning to userspace. Must be
354 * The caller has to invoke syscall_exit_to_user_mode_work() before this.
369 * syscall_exit_to_user_mode_work - Handle work before returning to user mode
377 * invoke exit_to_user_mode() before actually switching to user mode to
384 * syscall_exit_to_user_mode - Handle work before returning to user mode
415 * irqentry_enter_from_user_mode - Establish state before invoking the irq handler
529 * This is the last action before returning to the low level ASM code which
549 * Last action before returning to the low level assembly code.