|
Linux Kernel
3.7.1
|
#include <hypervisor.h>
Data Fields | |
| HV_PhysAddr | page_table |
| HV_PTE | access |
| HV_ASID | asid |
| __hv32 | flags |
Value returned from hv_inquire_context().
Definition at line 758 of file hypervisor.h.
| HV_PTE access |
PTE which defines access method for top of page table
Definition at line 764 of file hypervisor.h.
| HV_ASID asid |
ASID associated with this page table
Definition at line 767 of file hypervisor.h.
| __hv32 flags |
Context flags
Definition at line 770 of file hypervisor.h.
| HV_PhysAddr page_table |
Physical address of page table
Definition at line 761 of file hypervisor.h.
1.8.2