tracehook_notify_resume(9) suse man page | unix.com

Man Page: tracehook_notify_resume

Operating Environment: suse

Section: 9

TRACEHOOK_NOTIFY_RES(9) 					 Kernel Internals					   TRACEHOOK_NOTIFY_RES(9)

NAME
tracehook_notify_resume - report when about to return to user mode
SYNOPSIS
void tracehook_notify_resume(struct pt_regs * regs);
ARGUMENTS
regs user-mode registers of current task
DESCRIPTION
This is called when TIF_NOTIFY_RESUME has been set. Now we are about to return to user mode, and the user state in regs can be inspected or adjusted. The caller in arch code has cleared TIF_NOTIFY_RESUME before the call. If the flag gets set again asynchronously, this will be called again before we return to user mode. Called without locks. However, on some machines this may be called with interrupts disabled. Kernel Hackers Manual 2.6. July 2010 TRACEHOOK_NOTIFY_RES(9)
Related Man Pages
task_current_syscall(9) - suse
copyin(9f) - opensolaris
ddi_copyin(9f) - sunos
copyout(9f) - sunos
ddi_copyin(9f) - linux
Similar Topics in the Unix Linux Community
How to restrict user to a specific directory in solaris 10
Change directory error
Getting command output to putty window title.
Grant unprivileged user rights to see the output of echo|format but not modify disks
32 bit process addressing more than 4GB