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
Este commit está contenido en:
shaoyunl
2016-03-09 14:30:12 -05:00
cometido por Shaoyun Liu
padre 0ed29f5191
commit 79077811f5
Se han modificado 3 ficheros con 4 adiciones y 2 borrados
+1 -1
Ver fichero
@@ -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*/