Home
last modified time | relevance | path

Searched refs:enter_from_user_mode (Results 1 – 6 of 6) sorted by relevance

/linux/arch/x86/entry/
H A Dsyscall_32.c145 enter_from_user_mode(regs); in do_int80_emulation()
213 enter_from_user_mode(regs); in DEFINE_FREDENTRY_RAW()
277 enter_from_user_mode(regs); in __do_fast_syscall_32()
/linux/include/linux/
H A Dirq-entry-common.h89 static __always_inline void enter_from_user_mode(struct pt_regs *regs) in enter_from_user_mode() function
319 enter_from_user_mode(regs); in irqentry_enter_from_user_mode()
H A Dentry-common.h135 * enabled after invoking enter_from_user_mode(), enabling interrupts and
172 * This is the combination of enter_from_user_mode() and
183 enter_from_user_mode(regs);
/linux/arch/s390/kernel/
H A Dsyscall.c101 enter_from_user_mode(regs); in __do_syscall()
/linux/Documentation/core-api/
H A Dentry.rst81 syscall_enter_from_user_mode() first invokes enter_from_user_mode() which
105 ensure that enter_from_user_mode() is called first on entry and
119 and guest_state_exit_irqoff() is the KVM variant of enter_from_user_mode().
/linux/arch/arm64/kernel/
H A Dentry-common.c68 enter_from_user_mode(regs); in arm64_enter_from_user_mode()