Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Macros
emulated_ops.h File Reference
#include <linux/atomic.h>
#include <linux/perf_event.h>

Go to the source code of this file.

Macros

#define __PPC_WARN_EMULATED(type)   do { } while (0)
 
#define PPC_WARN_EMULATED(type, regs)
 
#define PPC_WARN_ALIGNMENT(type, regs)
 

Macro Definition Documentation

#define __PPC_WARN_EMULATED (   type)    do { } while (0)

Definition at line 74 of file emulated_ops.h.

#define PPC_WARN_ALIGNMENT (   type,
  regs 
)
Value:
do { \
1, regs, regs->dar); \
__PPC_WARN_EMULATED(type); \
} while (0)

Definition at line 85 of file emulated_ops.h.

#define PPC_WARN_EMULATED (   type,
  regs 
)
Value:
do { \
1, regs, 0); \
__PPC_WARN_EMULATED(type); \
} while (0)

Definition at line 78 of file emulated_ops.h.