Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Structures | Functions | Variables
diag.h File Reference

Go to the source code of this file.

Data Structures

struct  diag210
 

Functions

int diag14 (unsigned long rx, unsigned long ry1, unsigned long subcode)
 
struct diag210 __attribute__ ((packed, aligned(4)))
 
int diag210 (struct diag210 *addr)
 

Variables

u16 vrdcdvno
 
u16 vrdclen
 
u8 vrdcvcla
 
u8 vrdcvtyp
 
u8 vrdcvsta
 
u8 vrdcvfla
 
u8 vrdcrccl
 
u8 vrdccrty
 
u8 vrdccrmd
 
u8 vrdccrft
 

Function Documentation

struct diag210 __attribute__ ( (packed, aligned(4))  )
read

Scatter-gather list for preada/pwritea calls.

< Client physical address of the buffer segment.

< Page table entry describing the caching and location override characteristics of the buffer segment. Some drivers ignore this element and will require that the NOCACHE flag be set on their requests.

< Length of the buffer segment.

Definition at line 1740 of file hypervisor.h.

int diag14 ( unsigned long  rx,
unsigned long  ry1,
unsigned long  subcode 
)

Definition at line 14 of file diag.c.

int diag210 ( struct diag210 addr)

Definition at line 41 of file diag.c.

Variable Documentation

u8 vrdccrft

Definition at line 58 of file diag.h.

u8 vrdccrmd

Definition at line 57 of file diag.h.

u8 vrdccrty

Definition at line 56 of file diag.h.

u16 vrdcdvno

Definition at line 49 of file diag.h.

u16 vrdclen

Definition at line 50 of file diag.h.

u8 vrdcrccl

Definition at line 55 of file diag.h.

u8 vrdcvcla

Definition at line 51 of file diag.h.

u8 vrdcvfla

Definition at line 54 of file diag.h.

u8 vrdcvsta

Definition at line 53 of file diag.h.

u8 vrdcvtyp

Definition at line 52 of file diag.h.