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

Go to the source code of this file.

Macros

#define cu2_notifier(fn, pri)
 

Enumerations

enum  cu2_ops {
  CU2_EXCEPTION, CU2_LWC2_OP, CU2_LDC2_OP, CU2_SWC2_OP,
  CU2_SDC2_OP
}
 

Functions

int register_cu2_notifier (struct notifier_block *nb)
 
int cu2_notifier_call_chain (unsigned long val, void *v)
 

Macro Definition Documentation

#define cu2_notifier (   fn,
  pri 
)
Value:
({ \
static struct notifier_block fn##_nb = { \
.notifier_call = fn, \
.priority = pri \
}; \
})

Definition at line 25 of file cop2.h.

Enumeration Type Documentation

enum cu2_ops
Enumerator:
CU2_EXCEPTION 
CU2_LWC2_OP 
CU2_LDC2_OP 
CU2_SWC2_OP 
CU2_SDC2_OP 

Definition at line 14 of file cop2.h.

Function Documentation

int cu2_notifier_call_chain ( unsigned long  val,
void v 
)

Definition at line 959 of file traps.c.

int register_cu2_notifier ( struct notifier_block nb)

Definition at line 954 of file traps.c.