Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Fields
HV_Remote_ASID Struct Reference

#include <hypervisor.h>

Data Fields

unsigned int x:11
 
unsigned int y:11
 
HV_ASID asid:10
 

Detailed Description

Define a pair of tile and ASID to identify a user process context.

Definition at line 1846 of file hypervisor.h.

Field Documentation

HV_ASID asid

ASID of the process on this x,y tile

Definition at line 1855 of file hypervisor.h.

unsigned int x

X coordinate, relative to supervisor's top-left coordinate

Definition at line 1849 of file hypervisor.h.

unsigned int y

Y coordinate, relative to supervisor's top-left coordinate

Definition at line 1852 of file hypervisor.h.


The documentation for this struct was generated from the following file: