machdep.h (8d3c941e240ba26cb0eb45edfa938ef75f04945e) | machdep.h (0869b6fd209bda402576a9a559120ddd4f61198e) |
---|---|
1#ifndef _ASM_POWERPC_MACHDEP_H 2#define _ASM_POWERPC_MACHDEP_H 3#ifdef __KERNEL__ 4 5/* 6 * This program is free software; you can redistribute it and/or 7 * modify it under the terms of the GNU General Public License 8 * as published by the Free Software Foundation; either version --- 160 unchanged lines hidden (view full) --- 169 ssize_t (*nvram_write)(char *buf, size_t count, loff_t *index); 170 ssize_t (*nvram_read)(char *buf, size_t count, loff_t *index); 171 ssize_t (*nvram_size)(void); 172 void (*nvram_sync)(void); 173 174 /* Exception handlers */ 175 int (*system_reset_exception)(struct pt_regs *regs); 176 int (*machine_check_exception)(struct pt_regs *regs); | 1#ifndef _ASM_POWERPC_MACHDEP_H 2#define _ASM_POWERPC_MACHDEP_H 3#ifdef __KERNEL__ 4 5/* 6 * This program is free software; you can redistribute it and/or 7 * modify it under the terms of the GNU General Public License 8 * as published by the Free Software Foundation; either version --- 160 unchanged lines hidden (view full) --- 169 ssize_t (*nvram_write)(char *buf, size_t count, loff_t *index); 170 ssize_t (*nvram_read)(char *buf, size_t count, loff_t *index); 171 ssize_t (*nvram_size)(void); 172 void (*nvram_sync)(void); 173 174 /* Exception handlers */ 175 int (*system_reset_exception)(struct pt_regs *regs); 176 int (*machine_check_exception)(struct pt_regs *regs); |
177 int (*handle_hmi_exception)(struct pt_regs *regs); |
|
177 | 178 |
179 /* Early exception handlers called in realmode */ 180 int (*hmi_exception_early)(struct pt_regs *regs); 181 |
|
178 /* Called during machine check exception to retrive fixup address. */ 179 bool (*mce_check_early_recovery)(struct pt_regs *regs); 180 181 /* Motherboard/chipset features. This is a kind of general purpose 182 * hook used to control some machine specific features (like reset 183 * lines, chip power control, etc...). 184 */ 185 long (*feature_call)(unsigned int feature, ...); --- 202 unchanged lines hidden --- | 182 /* Called during machine check exception to retrive fixup address. */ 183 bool (*mce_check_early_recovery)(struct pt_regs *regs); 184 185 /* Motherboard/chipset features. This is a kind of general purpose 186 * hook used to control some machine specific features (like reset 187 * lines, chip power control, etc...). 188 */ 189 long (*feature_call)(unsigned int feature, ...); --- 202 unchanged lines hidden --- |