Linux Kernel
3.7.1
|
#include <hypervisor.h>
Data Fields | |
unsigned int | x:11 |
unsigned int | y:11 |
HV_ASID | asid:10 |
Define a pair of tile and ASID to identify a user process context.
Definition at line 1846 of file hypervisor.h.
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.