summaryrefslogtreecommitdiffstats
path: root/src/import/chips/p9/procedures/xml/error_info/p9_htm_setup_errors.xml
blob: 73f5a420ac166cef5d34f1ae5209bab991a20c91 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
<!-- IBM_PROLOG_BEGIN_TAG                                                   -->
<!-- This is an automatically generated prolog.                             -->
<!--                                                                        -->
<!-- $Source: chips/p9/procedures/xml/error_info/p9_htm_setup_errors.xml $  -->
<!--                                                                        -->
<!-- IBM CONFIDENTIAL                                                       -->
<!--                                                                        -->
<!-- EKB Project                                                            -->
<!--                                                                        -->
<!-- COPYRIGHT 2015                                                         -->
<!-- [+] International Business Machines Corp.                              -->
<!--                                                                        -->
<!--                                                                        -->
<!-- The source code for this program is not published or otherwise         -->
<!-- divested of its trade secrets, irrespective of what has been           -->
<!-- deposited with the U.S. Copyright Office.                              -->
<!--                                                                        -->
<!-- IBM_PROLOG_END_TAG                                                     -->
<!-- File: p9_htm_setup_errors.xml. -->
<!-- Error definitions for p9_htm_setup HWP. -->

<hwpErrors>

<hwpError>
    <rc>RC_HTM_SETUP_PROC_BAR_SIZE</rc>
    <description>
        ATTR_PROC_HTM_BAR_SIZE contains an invalid size value.
        Firmware error.
    </description>
    <ffdc>PROC_BAR_SIZE</ffdc>
    <callout>
      <procedure>CODE</procedure>
      <priority>HIGH</priority>
    </callout>
</hwpError>

<hwpError>
    <rc>RC_PROC_HTM_CTRL_BAD_STATE</rc>
    <description>
        HTM is not at the expected state for current operation.
    </description>
    <ffdc>HTM_STATUS_REG</ffdc>
    <ffdc>TARGET</ffdc>
    <callout>
      <procedure>CODE</procedure>
      <priority>LOW</priority>
    </callout>
    <!-- TODO: Add deconfigure/HW callout -->
</hwpError>

<hwpError>
    <rc>RC_NHTM_TRACE_TYPE_NOT_SUPPORTED</rc>
    <description>
        The selected Nest HTM trace type is not yet supported.
    </description>
    <ffdc>NHTM_TRACE_TYPE</ffdc>
    <callout>
      <procedure>CODE</procedure>
      <priority>HIGH</priority>
    </callout>
</hwpError>

<hwpError>
    <rc>RC_CHTM_TRACE_TYPE_NOT_SUPPORTED</rc>
    <description>
        The selected Core HTM trace type is not yet supported.
    </description>
    <ffdc>CHTM_TRACE_TYPE</ffdc>
    <callout>
      <procedure>CODE</procedure>
      <priority>HIGH</priority>
    </callout>
</hwpError>

</hwpErrors>
OpenPOWER on IntegriCloud