Lines Matching full:specific
72 * arch_enter_from_user_mode - Architecture specific sanity check for user mode regs
76 * specific code.
98 * Invoked from architecture specific syscall entry code with interrupts
103 * This is invoked when there is architecture specific functionality to be
125 * Invoked from architecture specific syscall entry code with interrupts
133 * This is invoked when there is extra architecture specific functionality
147 * Invoked from architecture specific syscall entry code with interrupts
149 * architecture specific work.
180 * Invoked from architecture specific syscall entry code with interrupts
209 * Defaults to local_irq_enable(). Can be supplied by architecture specific
224 * Defaults to local_irq_disable(). Can be supplied by architecture specific
237 * arch_exit_to_user_mode_work - Architecture specific TIF work for exit
244 * Defaults to NOOP. Can be supplied by architecture specific code.
257 * arch_exit_to_user_mode_prepare - Architecture specific preparation for
276 * arch_exit_to_user_mode - Architecture specific final work before
295 * arch_do_signal_or_restart - Architecture specific signal delivery function
347 * 3) Invoke architecture specific last minute exit code, e.g. speculation
351 * Invoked from architecture specific code when syscall_exit_to_user_mode()
390 * switch to user mode. Called from architecture specific syscall and ret
402 * arch_exit_to_user_mode_work() for architecture specific TIF work
403 * - Architecture specific one time work arch_exit_to_user_mode_prepare()
419 * Invoked from architecture specific entry code with interrupts disabled.
434 * switch to user mode. Called from architecture specific interrupt
438 * Interrupt exit is not invoking #1 which is the syscall specific one time