Lines Matching full:before
105 * enable interrupts before invoking syscall_enter_from_user_mode_work().
142 * syscall_enter_from_user_mode_work - Check and handle work before invoking
176 * before invoking a syscall
263 * function before return. Defaults to NOOP.
276 * arch_exit_to_user_mode - Architecture specific final work before
280 * function before return. Defaults to NOOP.
303 * exit_to_user_mode_loop - do any pending work before leaving to user space
324 /* Flush pending rcuog wakeup before the last need_resched() check */ in exit_to_user_mode_prepare()
352 * is not suitable as the last step before returning to userspace. Must be
355 * The caller has to invoke syscall_exit_to_user_mode_work() before this.
370 * syscall_exit_to_user_mode_work - Handle work before returning to user mode
378 * invoke exit_to_user_mode() before actually switching to user mode to
385 * syscall_exit_to_user_mode - Handle work before returning to user mode
416 * irqentry_enter_from_user_mode - Establish state before invoking the irq handler
530 * This is the last action before returning to the low level ASM code which
550 * Last action before returning to the low level assembly code.