Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Functions | Variables
err_ev7.c File Reference
#include <linux/init.h>
#include <linux/sched.h>
#include <asm/io.h>
#include <asm/hwrpb.h>
#include <asm/smp.h>
#include <asm/err_common.h>
#include <asm/err_ev7.h>
#include "err_impl.h"
#include "proto.h"

Go to the source code of this file.

Functions

struct ev7_lf_subpacketsev7_collect_logout_frame_subpackets (struct el_subpacket *el_ptr, struct ev7_lf_subpackets *lf_subpackets)
 
void ev7_machine_check (unsigned long vector, unsigned long la_ptr)
 
void __init ev7_register_error_handlers (void)
 

Variables

struct el_subpacket_handler ev7_pal_subpacket_handler
 

Function Documentation

struct ev7_lf_subpackets* ev7_collect_logout_frame_subpackets ( struct el_subpacket el_ptr,
struct ev7_lf_subpackets lf_subpackets 
)
read

Definition at line 22 of file err_ev7.c.

void ev7_machine_check ( unsigned long  vector,
unsigned long  la_ptr 
)

Definition at line 120 of file err_ev7.c.

void __init ev7_register_error_handlers ( void  )

Definition at line 277 of file err_ev7.c.

Variable Documentation

struct el_subpacket_handler ev7_pal_subpacket_handler
Initial value:
=
SUBPACKET_HANDLER_INIT(EL_CLASS__PAL, ev7_process_pal_subpacket)

Definition at line 273 of file err_ev7.c.