Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Macros | Enumerations | Functions
unaligned.c File Reference
#include <linux/mm.h>
#include <linux/signal.h>
#include <linux/smp.h>
#include <linux/sched.h>
#include <linux/debugfs.h>
#include <linux/perf_event.h>
#include <asm/asm.h>
#include <asm/branch.h>
#include <asm/byteorder.h>
#include <asm/cop2.h>
#include <asm/inst.h>
#include <asm/uaccess.h>

Go to the source code of this file.

Macros

#define STR(x)   __STR(x)
 
#define __STR(x)   #x
 
#define unaligned_action   UNALIGNED_ACTION_QUIET
 

Enumerations

enum  { UNALIGNED_ACTION_QUIET, UNALIGNED_ACTION_SIGNAL, UNALIGNED_ACTION_SHOW }
 

Functions

void show_registers (struct pt_regs *regs)
 
asmlinkage void do_ade (struct pt_regs *regs)
 

Macro Definition Documentation

#define __STR (   x)    #x

Definition at line 90 of file unaligned.c.

#define STR (   x)    __STR(x)

Definition at line 89 of file unaligned.c.

#define unaligned_action   UNALIGNED_ACTION_QUIET

Definition at line 101 of file unaligned.c.

Enumeration Type Documentation

anonymous enum
Enumerator:
UNALIGNED_ACTION_QUIET 
UNALIGNED_ACTION_SIGNAL 
UNALIGNED_ACTION_SHOW 

Definition at line 92 of file unaligned.c.

Function Documentation

asmlinkage void do_ade ( struct pt_regs regs)

Definition at line 511 of file unaligned.c.

void show_registers ( struct pt_regs regs)

Definition at line 17 of file traps.c.