Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Structures | Macros | Functions
nmi.c File Reference
#include <linux/kernel_stat.h>
#include <linux/init.h>
#include <linux/errno.h>
#include <linux/hardirq.h>
#include <linux/time.h>
#include <linux/module.h>
#include <asm/lowcore.h>
#include <asm/smp.h>
#include <asm/etr.h>
#include <asm/cputime.h>
#include <asm/nmi.h>
#include <asm/crw.h>

Go to the source code of this file.

Data Structures

struct  mcck_struct
 

Macros

#define MAX_IPD_COUNT   29
 
#define MAX_IPD_TIME   (5 * 60 * USEC_PER_SEC) /* 5 minutes */
 
#define ED_STP_ISLAND   6 /* External damage STP island check */
 
#define ED_STP_SYNC   7 /* External damage STP sync check */
 
#define ED_ETR_SYNC   12 /* External damage ETR sync check */
 
#define ED_ETR_SWITCH   13 /* External damage ETR switch to local */
 

Functions

void s390_handle_mcck (void)
 
 EXPORT_SYMBOL_GPL (s390_handle_mcck)
 
void notrace s390_do_machine_check (struct pt_regs *regs)
 
 arch_initcall (machine_check_init)
 

Macro Definition Documentation

#define ED_ETR_SWITCH   13 /* External damage ETR switch to local */

Definition at line 241 of file nmi.c.

#define ED_ETR_SYNC   12 /* External damage ETR sync check */

Definition at line 240 of file nmi.c.

#define ED_STP_ISLAND   6 /* External damage STP island check */

Definition at line 238 of file nmi.c.

#define ED_STP_SYNC   7 /* External damage STP sync check */

Definition at line 239 of file nmi.c.

#define MAX_IPD_COUNT   29

Definition at line 235 of file nmi.c.

#define MAX_IPD_TIME   (5 * 60 * USEC_PER_SEC) /* 5 minutes */

Definition at line 236 of file nmi.c.

Function Documentation

arch_initcall ( machine_check_init  )
EXPORT_SYMBOL_GPL ( s390_handle_mcck  )
void notrace s390_do_machine_check ( struct pt_regs regs)

Definition at line 246 of file nmi.c.

void s390_handle_mcck ( void  )

Definition at line 44 of file nmi.c.