|
Linux Kernel
3.7.1
|
Go to the source code of this file.
Functions | |
| void | request_event_sources_irqs (struct device_node *np, irq_handler_t handler, const char *name) |
| void __init | fw_feature_init (const char *hypertas, unsigned long len) |
| int | pSeries_system_reset_exception (struct pt_regs *regs) |
| int | pSeries_machine_check_exception (struct pt_regs *regs) |
| void | pSeries_final_fixup (void) |
| void | hvc_vio_init_early (void) |
| void | dlpar_free_cc_nodes (struct device_node *) |
| void | dlpar_free_cc_property (struct property *) |
| struct device_node * | dlpar_configure_connector (u32) |
| int | dlpar_attach_node (struct device_node *) |
| int | dlpar_detach_node (struct device_node *) |
| DECLARE_PER_CPU (long, smt_snooze_delay) | |
Variables | |
| unsigned long | rtas_poweron_auto |
| DECLARE_PER_CPU | ( | long | , |
| smt_snooze_delay | |||
| ) |
| int dlpar_attach_node | ( | struct device_node * | ) |
|
read |
| int dlpar_detach_node | ( | struct device_node * | ) |
| void dlpar_free_cc_nodes | ( | struct device_node * | ) |
Definition at line 65 of file firmware.c.
| void request_event_sources_irqs | ( | struct device_node * | np, |
| irq_handler_t | handler, | ||
| const char * | name | ||
| ) |
Definition at line 23 of file event_sources.c.
1.8.2