TianoCore EDK2 master
Loading...
Searching...
No Matches
grant_entry_v2 Union Reference

Data Fields

grant_entry_header_t hdr
 
struct {
   grant_entry_header_t   hdr
 
   UINT32   pad0
 
   UINT64   frame
 
full_page
 
struct {
   grant_entry_header_t   hdr
 
   UINT16   page_off
 
   UINT16   length
 
   UINT64   frame
 
sub_page
 
struct {
   grant_entry_header_t   hdr
 
   domid_t   trans_domid
 
   UINT16   pad0
 
   grant_ref_t   gref
 
transitive
 
UINT32 __spacer [4]
 

Detailed Description

Definition at line 218 of file grant_table.h.

Field Documentation

◆ __spacer

UINT32 grant_entry_v2::__spacer[4]

Definition at line 264 of file grant_table.h.

◆ frame

UINT64 grant_entry_v2::frame

Definition at line 233 of file grant_table.h.

◆ gref

grant_ref_t grant_entry_v2::gref

Definition at line 261 of file grant_table.h.

◆ hdr

grant_entry_header_t grant_entry_v2::hdr

Definition at line 219 of file grant_table.h.

◆ length

UINT16 grant_entry_v2::length

Definition at line 244 of file grant_table.h.

◆ pad0 [1/2]

UINT32 grant_entry_v2::pad0

Definition at line 232 of file grant_table.h.

◆ pad0 [2/2]

UINT16 grant_entry_v2::pad0

Definition at line 260 of file grant_table.h.

◆ page_off

UINT16 grant_entry_v2::page_off

Definition at line 243 of file grant_table.h.

◆ trans_domid

domid_t grant_entry_v2::trans_domid

Definition at line 259 of file grant_table.h.


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