Linux Kernel
3.7.1
|
#include <linux/kernel.h>
#include <linux/kref.h>
#include <linux/notifier.h>
#include <linux/proc_fs.h>
#include <linux/spinlock.h>
#include <linux/cpu.h>
#include <linux/slab.h>
#include "offline_states.h"
#include <asm/prom.h>
#include <asm/machdep.h>
#include <asm/uaccess.h>
#include <asm/rtas.h>
#include <asm/pSeries_reconfig.h>
Go to the source code of this file.
Data Structures | |
struct | cc_workarea |
Macros | |
#define | COMPLETE 0 |
#define | NEXT_SIBLING 1 |
#define | NEXT_CHILD 2 |
#define | NEXT_PROPERTY 3 |
#define | PREV_PARENT 4 |
#define | MORE_MEMORY 5 |
#define | CALL_AGAIN -2 |
#define | ERR_CFG_USE -9003 |
#define | DR_ENTITY_SENSE 9003 |
#define | DR_ENTITY_PRESENT 1 |
#define | DR_ENTITY_UNUSABLE 2 |
#define | ALLOCATION_STATE 9003 |
#define | ALLOC_UNUSABLE 0 |
#define | ALLOC_USABLE 1 |
#define | ISOLATION_STATE 9001 |
#define | ISOLATE 0 |
#define | UNISOLATE 1 |
Functions | |
void | dlpar_free_cc_property (struct property *prop) |
void | dlpar_free_cc_nodes (struct device_node *dn) |
struct device_node * | dlpar_configure_connector (u32 drc_index) |
int | dlpar_attach_node (struct device_node *dn) |
int | dlpar_detach_node (struct device_node *dn) |
int | dlpar_acquire_drc (u32 drc_index) |
int | dlpar_release_drc (u32 drc_index) |
int dlpar_attach_node | ( | struct device_node * | dn | ) |
|
read |
int dlpar_detach_node | ( | struct device_node * | dn | ) |
void dlpar_free_cc_nodes | ( | struct device_node * | dn | ) |