Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Macros
exec.h File Reference

Go to the source code of this file.

Macros

#define STACK_MASK   (~7)
 
#define arch_align_stack(x)   (x & STACK_MASK)
 

Macro Definition Documentation

#define arch_align_stack (   x)    (x & STACK_MASK)

Definition at line 26 of file exec.h.

#define STACK_MASK   (~7)

Definition at line 25 of file exec.h.