IVRS_IVINFO union (acpitabl.h)

Define a estrutura de virtualização de E/S IVRS (Estrutura de Relatórios de Virtualização de E/S).

Sintaxe

typedef union _IVRS_IVINFO {
  UINT32 AsUINT32;
  struct {
    UINT32 EFRSup : 1;
    UINT32 DmaGuardOptIn : 1;
    UINT32 ReservedZ0 : 3;
    UINT32 GVASize : 3;
    UINT32 PASize : 7;
    UINT32 VASize : 7;
    UINT32 HtAtsResv : 1;
    UINT32 ReservedZ1 : 9;
  } DUMMYSTRUCTNAME;
} IVRS_IVINFO, *PIVRS_IVINFO;

Membros

AsUINT32

DUMMYSTRUCTNAME

DUMMYSTRUCTNAME.EFRSup

DUMMYSTRUCTNAME.DmaGuardOptIn

DUMMYSTRUCTNAME.ReservedZ0

DUMMYSTRUCTNAME.GVASize

DUMMYSTRUCTNAME.PASize

DUMMYSTRUCTNAME.VASize

DUMMYSTRUCTNAME.HtAtsResv

DUMMYSTRUCTNAME.ReservedZ1

Requisitos

Requisito Valor
Cabeçalho acpitabl.h