structure FAULT_INFORMATION_ARM64 (wdm.h)
Décrit les informations d’erreur d’un système ARM64.
Syntaxe
typedef struct _FAULT_INFORMATION_ARM64 {
PVOID DomainHandle;
PVOID FaultAddress;
PDEVICE_OBJECT PhysicalDeviceObject;
ULONG InputMappingId;
FAULT_INFORMATION_ARM64_FLAGS Flags;
FAULT_INFORMATION_ARM64_TYPE Type;
ULONG64 IommuBaseAddress;
} FAULT_INFORMATION_ARM64, *PFAULT_INFORMATION_ARM64;
Membres
DomainHandle
Handle du domaine DMA que l’appelant a obtenu à partir d’un appel précédent à PGET_DMA_DOMAIN.
FaultAddress
PhysicalDeviceObject
Pointeur de l’objet d’appareil physique (PDO) dans la pile d’appareils de l’appareil.
InputMappingId
Base de mappage d’entrée pour le flux souhaité de l’appareil.
Flags
Indicateurs de FAULT_INFORMATION_ARM64_FLAGS au niveau du bit.
Type
Un peu de FAULT_INFORMATION_ARM64_TYPE indicateurs.
IommuBaseAddress
Configuration requise
Condition requise | Valeur |
---|---|
Client minimal pris en charge | Windows 10 version 1803 |
En-tête | wdm.h |