Linux Kernel
3.7.1
|
#include <linux/types.h>
Go to the source code of this file.
Data Structures | |
struct | hvtramp_mapping |
struct | hvtramp_descr |
Macros | |
#define | HVTRAMP_DESCR_CPU 0x00 |
#define | HVTRAMP_DESCR_NUM_MAPPINGS 0x04 |
#define | HVTRAMP_DESCR_FAULT_INFO_VA 0x08 |
#define | HVTRAMP_DESCR_FAULT_INFO_PA 0x10 |
#define | HVTRAMP_DESCR_THREAD_REG 0x18 |
#define | HVTRAMP_DESCR_MAPS 0x20 |
#define | HVTRAMP_MAPPING_VADDR 0x00 |
#define | HVTRAMP_MAPPING_TTE 0x08 |
#define | HVTRAMP_MAPPING_SIZE 0x10 |
Functions | |
void | hv_cpu_startup (unsigned long hvdescr_pa) |