51 #define _COMPONENT ACPI_EXECUTER
95 switch (walk_state->opcode) {
99 "FatalOp: Type %X Code %X Arg %X <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<\n",
102 (
u32) operand[2]->integer.value));
107 fatal->
code = (
u32) operand[1]->integer.value;
123 walk_state->opcode));
157 switch (walk_state->
opcode) {
173 index = operand[1]->
integer.value;
174 length = (acpi_size) operand[2]->
integer.value;
180 if (index >= operand[0]->
string.length) {
186 else if ((index + length) > operand[0]->
string.length) {
187 length = (acpi_size) operand[0]->
string.length -
193 switch ((operand[0])->common.type) {
238 return_desc->
string.length = (
u32) length;