Add Imprecise flag for memory access fault

KFD may not be  able to provide the precise VM fault address and status.
This flag will indicate whether the event data has the fault details

Change-Id: I15ffd5c25f555003c6450cc0700efb769418f76b


[ROCm/ROCR-Runtime commit: 79077811f5]
Tento commit je obsažen v:
shaoyunl
2016-03-09 14:30:12 -05:00
odevzdal Shaoyun Liu
rodič a31106ee4c
revize 0c6a45ca49
3 změnil soubory, kde provedl 4 přidání a 2 odebrání
+1 -1
Zobrazit soubor
@@ -222,7 +222,7 @@ struct kfd_memory_exception_failure {
bool NotPresent; /* Page not present or supervisor privilege */
bool ReadOnly; /* Write access to a read-only page */
bool NoExecute; /* Execute access to a page marked NX */
bool pad;
bool imprecise; /* Can't determine the exact fault address */
};
/* memory exception data*/