summaryrefslogtreecommitdiff
path: root/sgx/services4/include/sgx_ukernel_status_codes.h
diff options
context:
space:
mode:
Diffstat (limited to 'sgx/services4/include/sgx_ukernel_status_codes.h')
-rw-r--r--sgx/services4/include/sgx_ukernel_status_codes.h11
1 files changed, 10 insertions, 1 deletions
diff --git a/sgx/services4/include/sgx_ukernel_status_codes.h b/sgx/services4/include/sgx_ukernel_status_codes.h
index 5045d27..dc8f2f3 100644
--- a/sgx/services4/include/sgx_ukernel_status_codes.h
+++ b/sgx/services4/include/sgx_ukernel_status_codes.h
@@ -39,7 +39,6 @@ PURPOSE AND NONINFRINGEMENT; AND (B) IN NO EVENT SHALL THE AUTHORS OR
COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
-
*/ /**************************************************************************/
#ifndef __SGX_UKERNEL_STATUS_CODES_H__
@@ -151,6 +150,10 @@ MKTC_ST(MKTC_CRRL_READOPS2BLOCKED)
MKTC_ST(MKTC_CRRL_SRC_WRITEOPSBLOCKED)
#define MKTC_CRRL_SRC_READOPSBLOCKED 0xAD000310
MKTC_ST(MKTC_CRRL_SRC_READOPSBLOCKED)
+#define MKTC_CRRL_TQ_WRITEOPSBLOCKED 0xAD000311
+MKTC_ST(MKTC_CRRL_TQ_WRITEOPSBLOCKED)
+#define MKTC_CRRL_TQ_READOPSBLOCKED 0xAD000312
+MKTC_ST(MKTC_CRRL_TQ_READOPSBLOCKED)
#define MKTC_KICKRENDER_START 0xAD000400
MKTC_ST(MKTC_KICKRENDER_START)
@@ -330,6 +333,8 @@ MKTC_ST(MKTC_HWR_TRL_DP)
MKTC_ST(MKTC_HWR_ISC)
#define MKTC_HWR_2DL 0xAD000B0A
MKTC_ST(MKTC_HWR_2DL)
+#define MKTC_HWR_CLEANUP 0xAD000B0B
+MKTC_ST(MKTC_HWR_CLEANUP)
#define MKTC_URSV_START 0xAD000C00
MKTC_ST(MKTC_URSV_START)
@@ -406,6 +411,10 @@ MKTC_ST(MKTC_CTRL_TARC_DIFFERENT)
MKTC_ST(MKTC_CTRL_CONTEXT_SUSPENDED)
#define MKTC_CTRL_SRCREADOPS2BLOCKED 0xAD000F06
MKTC_ST(MKTC_CTRL_SRCREADOPS2BLOCKED)
+#define MKTC_CTRL_3D_WRITEOPSBLOCKED 0xAD000F07
+MKTC_ST(MKTC_CTRL_3D_WRITEOPSBLOCKED)
+#define MKTC_CTRL_3D_READOPSBLOCKED 0xAD000F08
+MKTC_ST(MKTC_CTRL_3D_READOPSBLOCKED)
#define MKTC_DPTA_START 0xAD001000
MKTC_ST(MKTC_DPTA_START)