Lines Matching full:specific
71 * arch_enter_from_user_mode - Architecture specific sanity check for user mode regs
75 * specific code.
97 * Invoked from architecture specific syscall entry code with interrupts
102 * This is invoked when there is architecture specific functionality to be
124 * Invoked from architecture specific syscall entry code with interrupts
132 * This is invoked when there is extra architecture specific functionality
146 * Invoked from architecture specific syscall entry code with interrupts
148 * architecture specific work.
179 * Invoked from architecture specific syscall entry code with interrupts
208 * Defaults to local_irq_enable(). Can be supplied by architecture specific
223 * Defaults to local_irq_disable(). Can be supplied by architecture specific
236 * arch_exit_to_user_mode_work - Architecture specific TIF work for exit
243 * Defaults to NOOP. Can be supplied by architecture specific code.
256 * arch_exit_to_user_mode_prepare - Architecture specific preparation for
275 * arch_exit_to_user_mode - Architecture specific final work before
294 * arch_do_signal_or_restart - Architecture specific signal delivery function
346 * 3) Invoke architecture specific last minute exit code, e.g. speculation
350 * Invoked from architecture specific code when syscall_exit_to_user_mode()
389 * switch to user mode. Called from architecture specific syscall and ret
401 * arch_exit_to_user_mode_work() for architecture specific TIF work
402 * - Architecture specific one time work arch_exit_to_user_mode_prepare()
418 * Invoked from architecture specific entry code with interrupts disabled.
433 * switch to user mode. Called from architecture specific interrupt
437 * Interrupt exit is not invoking #1 which is the syscall specific one time