|
Linux Kernel
3.7.1
|
Go to the source code of this file.
Functions | |
| long | arch_prctl (struct task_struct *task, int code, unsigned long __user *addr) |
| #define HOST_AUDIT_ARCH AUDIT_ARCH_X86_64 |
| #define profile_pc | ( | regs | ) | PT_REGS_IP(regs) |
| #define PT_REGS_ORIG_SYSCALL | ( | r | ) | PT_REGS_AX(r) |
| #define PT_REGS_SET_SYSCALL_RETURN | ( | r, | |
| res | |||
| ) | (PT_REGS_AX(r) = (res)) |
| #define PT_REGS_SYSCALL_RET | ( | r | ) | PT_REGS_AX(r) |
Definition at line 12 of file syscalls_64.c.
1.8.2