Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Macros | Functions
plpar_wrappers.h File Reference
#include <linux/string.h>
#include <asm/hvcall.h>
#include <asm/paca.h>
#include <asm/page.h>

Go to the source code of this file.

Macros

#define QCSS_STOPPED   0
 
#define QCSS_STOPPING   1
 
#define QCSS_NOT_STOPPED   2
 
#define QCSS_HARDWARE_ERROR   -1
 
#define QCSS_HARDWARE_BUSY   -2
 

Functions

int smp_query_cpu_stopped (unsigned int pcpu)
 
void vpa_init (int cpu)
 

Macro Definition Documentation

#define QCSS_HARDWARE_BUSY   -2

Definition at line 16 of file plpar_wrappers.h.

#define QCSS_HARDWARE_ERROR   -1

Definition at line 15 of file plpar_wrappers.h.

#define QCSS_NOT_STOPPED   2

Definition at line 14 of file plpar_wrappers.h.

#define QCSS_STOPPED   0

Definition at line 12 of file plpar_wrappers.h.

#define QCSS_STOPPING   1

Definition at line 13 of file plpar_wrappers.h.

Function Documentation

int smp_query_cpu_stopped ( unsigned int  pcpu)

Definition at line 59 of file smp.c.

void vpa_init ( int  cpu)

Definition at line 56 of file lpar.c.