diff options
Diffstat (limited to 'arch/powerpc/include')
-rw-r--r-- | arch/powerpc/include/asm/hvcall.h | 25 |
1 files changed, 23 insertions, 2 deletions
diff --git a/arch/powerpc/include/asm/hvcall.h b/arch/powerpc/include/asm/hvcall.h index 1c324ff55ea8..612252388190 100644 --- a/arch/powerpc/include/asm/hvcall.h +++ b/arch/powerpc/include/asm/hvcall.h | |||
@@ -77,8 +77,27 @@ | |||
77 | #define H_MR_CONDITION -43 | 77 | #define H_MR_CONDITION -43 |
78 | #define H_NOT_ENOUGH_RESOURCES -44 | 78 | #define H_NOT_ENOUGH_RESOURCES -44 |
79 | #define H_R_STATE -45 | 79 | #define H_R_STATE -45 |
80 | #define H_RESCINDEND -46 | 80 | #define H_RESCINDED -46 |
81 | #define H_MULTI_THREADS_ACTIVE -9005 | 81 | #define H_P2 -55 |
82 | #define H_P3 -56 | ||
83 | #define H_P4 -57 | ||
84 | #define H_P5 -58 | ||
85 | #define H_P6 -59 | ||
86 | #define H_P7 -60 | ||
87 | #define H_P8 -61 | ||
88 | #define H_P9 -62 | ||
89 | #define H_TOO_BIG -64 | ||
90 | #define H_OVERLAP -68 | ||
91 | #define H_INTERRUPT -69 | ||
92 | #define H_BAD_DATA -70 | ||
93 | #define H_NOT_ACTIVE -71 | ||
94 | #define H_SG_LIST -72 | ||
95 | #define H_OP_MODE -73 | ||
96 | #define H_COP_HW -74 | ||
97 | #define H_UNSUPPORTED_FLAG_START -256 | ||
98 | #define H_UNSUPPORTED_FLAG_END -511 | ||
99 | #define H_MULTI_THREADS_ACTIVE -9005 | ||
100 | #define H_OUTSTANDING_COP_OPS -9006 | ||
82 | 101 | ||
83 | 102 | ||
84 | /* Long Busy is a condition that can be returned by the firmware | 103 | /* Long Busy is a condition that can be returned by the firmware |
@@ -240,6 +259,8 @@ | |||
240 | #define H_GET_MPP 0x2D4 | 259 | #define H_GET_MPP 0x2D4 |
241 | #define H_HOME_NODE_ASSOCIATIVITY 0x2EC | 260 | #define H_HOME_NODE_ASSOCIATIVITY 0x2EC |
242 | #define H_BEST_ENERGY 0x2F4 | 261 | #define H_BEST_ENERGY 0x2F4 |
262 | #define H_RANDOM 0x300 | ||
263 | #define H_COP 0x304 | ||
243 | #define H_GET_MPP_X 0x314 | 264 | #define H_GET_MPP_X 0x314 |
244 | #define MAX_HCALL_OPCODE H_GET_MPP_X | 265 | #define MAX_HCALL_OPCODE H_GET_MPP_X |
245 | 266 | ||