Linux Kernel
3.7.1
|
#include <linux/kdebug.h>
Go to the source code of this file.
Data Structures | |
struct | machine_ops |
Macros | |
#define | MRR_BIOS 0 |
#define | MRR_APM 1 |
Typedefs | |
typedef void(* | nmi_shootdown_cb )(int, struct pt_regs *) |
Functions | |
void | native_machine_crash_shutdown (struct pt_regs *regs) |
void | native_machine_shutdown (void) |
void __noreturn | machine_real_restart (unsigned int type) |
void | nmi_shootdown_cpus (nmi_shootdown_cb callback) |
Variables | |
struct machine_ops | machine_ops |
void __noreturn machine_real_restart | ( | unsigned int | type | ) |
Definition at line 35 of file machine_kexec.c.
void nmi_shootdown_cpus | ( | nmi_shootdown_cb | callback | ) |