#include <linux/kernel.h>
#include <linux/dma-mapping.h>
#include <linux/console.h>
#include <linux/export.h>
#include <asm/processor.h>
#include <asm/mmu.h>
#include <asm/page.h>
#include <asm/pgtable.h>
#include <asm/machdep.h>
#include <asm/mmu_context.h>
#include <asm/iommu.h>
#include <asm/tlbflush.h>
#include <asm/tlb.h>
#include <asm/prom.h>
#include <asm/cputable.h>
#include <asm/udbg.h>
#include <asm/smp.h>
#include <asm/trace.h>
#include <asm/firmware.h>
#include "plpar_wrappers.h"
#include "pseries.h"
Go to the source code of this file.
#define HBR_ANDCOND 0x0100000000000000UL |
#define HBR_AVPN 0x0200000000000000UL |
#define HBR_END 0xc000000000000000UL |
#define HBR_REQUEST 0x4000000000000000UL |
#define HBR_RESPONSE 0x8000000000000000UL |
EXPORT_SYMBOL |
( |
plpar_hcall |
| ) |
|
EXPORT_SYMBOL |
( |
plpar_hcall9 |
| ) |
|
EXPORT_SYMBOL |
( |
plpar_hcall_norets |
| ) |
|
int h_get_mpp |
( |
struct hvcall_mpp_data * |
mpp_data | ) |
|
h_get_mpp H_GET_MPP hcall returns info in 7 parms
Definition at line 588 of file lpar.c.
int h_get_mpp_x |
( |
struct hvcall_mpp_x_data * |
mpp_x_data | ) |
|