/linux-2.4.37.9/drivers/acpi/dispatcher/ |
D | dsopcode.c | 644 walk_state->operands[0], walk_state->operands[1], in acpi_ds_eval_buffer_field_operands() 645 walk_state->operands[2], walk_state->operands[3]); in acpi_ds_eval_buffer_field_operands() 651 walk_state->operands[0], walk_state->operands[1], in acpi_ds_eval_buffer_field_operands() 652 NULL, walk_state->operands[2]); in acpi_ds_eval_buffer_field_operands() 728 operand_desc = walk_state->operands[walk_state->num_operands - 1]; in acpi_ds_eval_region_operands() 737 operand_desc = walk_state->operands[walk_state->num_operands - 2]; in acpi_ds_eval_region_operands() 793 &(walk_state->operands [walk_state->num_operands -1]), in acpi_ds_eval_data_object_operands() 801 arg_desc = walk_state->operands [walk_state->num_operands - 1]; in acpi_ds_eval_data_object_operands() 1026 status = acpi_ex_resolve_to_value (&walk_state->operands [0], walk_state); in acpi_ds_exec_end_control_op() 1036 walk_state->return_desc = walk_state->operands[0]; in acpi_ds_exec_end_control_op() [all …]
|
D | dswstate.c | 462 if (walk_state->operands[i]) { in acpi_ds_obj_stack_delete_all() 463 acpi_ut_remove_reference (walk_state->operands[i]); in acpi_ds_obj_stack_delete_all() 464 walk_state->operands[i] = NULL; in acpi_ds_obj_stack_delete_all() 504 walk_state->operands [walk_state->num_operands] = object; in acpi_ds_obj_stack_push() 554 if (!walk_state->operands [walk_state->num_operands]) { 564 *object = walk_state->operands [walk_state->num_operands]; 565 walk_state->operands [walk_state->num_operands] = NULL; 613 walk_state->operands [walk_state->num_operands] = NULL; in acpi_ds_obj_stack_pop() 662 obj_desc = walk_state->operands [walk_state->num_operands]; in acpi_ds_obj_stack_pop_and_delete() 664 acpi_ut_remove_reference (walk_state->operands [walk_state->num_operands]); in acpi_ds_obj_stack_pop_and_delete() [all …]
|
D | dswexec.c | 116 status = acpi_ex_resolve_to_value (&walk_state->operands [0], walk_state); in acpi_ds_get_predicate_value() 121 obj_desc = walk_state->operands [0]; in acpi_ds_get_predicate_value() 404 &(walk_state->operands [walk_state->num_operands -1]), in acpi_ds_exec_end_op() 425 (walk_state->operands[0]->common.type == ACPI_TYPE_LOCAL_REFERENCE) && in acpi_ds_exec_end_op() 426 (walk_state->operands[1]->common.type == ACPI_TYPE_LOCAL_REFERENCE) && in acpi_ds_exec_end_op() 427 (walk_state->operands[0]->reference.opcode == in acpi_ds_exec_end_op() 428 walk_state->operands[1]->reference.opcode)) { in acpi_ds_exec_end_op() 547 walk_state->operands[0] = (void *) op->common.parent->common.node; in acpi_ds_exec_end_op()
|
D | dswload.c | 401 walk_state->operands[0] = (void *) op->named.node; in acpi_ds_load1_end_op() 409 walk_state->operands[0] = NULL; in acpi_ds_load1_end_op() 712 walk_state->operands[0] = (void *) node; in acpi_ds_load2_end_op() 850 acpi_ut_remove_reference (walk_state->operands[i]); in acpi_ds_load2_end_op() 851 walk_state->operands[i] = NULL; in acpi_ds_load2_end_op() 947 walk_state->operands[0] = NULL; in acpi_ds_load2_end_op()
|
D | dsmethod.c | 349 this_walk_state->operands [this_walk_state->num_operands] = NULL; in acpi_ds_call_control_method() 353 &this_walk_state->operands[0], NULL, 3); in acpi_ds_call_control_method() 363 acpi_ut_remove_reference (this_walk_state->operands [i]); in acpi_ds_call_control_method() 364 this_walk_state->operands [i] = NULL; in acpi_ds_call_control_method()
|
D | dsutils.c | 287 status = acpi_ex_resolve_to_value (&walk_state->operands[i], walk_state); in acpi_ds_resolve_operands() 327 acpi_ut_remove_reference (walk_state->operands[i]); in acpi_ds_clear_operands() 328 walk_state->operands[i] = NULL; in acpi_ds_clear_operands() 513 walk_state->operands [walk_state->num_operands - 1], walk_state)); in acpi_ds_create_operand()
|
D | dsobject.c | 465 obj_desc->buffer.node = (struct acpi_namespace_node *) walk_state->operands[0]; in acpi_ds_init_object_from_op() 476 obj_desc->package.node = (struct acpi_namespace_node *) walk_state->operands[0]; in acpi_ds_init_object_from_op()
|
/linux-2.4.37.9/drivers/acpi/executer/ |
D | excreate.c | 84 alias_node = (struct acpi_namespace_node *) walk_state->operands[0]; in acpi_ex_create_alias() 85 target_node = (struct acpi_namespace_node *) walk_state->operands[1]; in acpi_ex_create_alias() 195 status = acpi_ns_attach_object ((struct acpi_namespace_node *) walk_state->operands[0], in acpi_ex_create_event() 253 obj_desc->mutex.sync_level = (u8) walk_state->operands[1]->integer.value; in acpi_ex_create_mutex() 254 obj_desc->mutex.node = (struct acpi_namespace_node *) walk_state->operands[0]; in acpi_ex_create_mutex() 380 union acpi_operand_object **operand = &walk_state->operands[0]; in acpi_ex_create_table_region() 476 union acpi_operand_object **operand = &walk_state->operands[0]; in acpi_ex_create_processor() 528 union acpi_operand_object **operand = &walk_state->operands[0]; in acpi_ex_create_power_resource() 581 union acpi_operand_object **operand = &walk_state->operands[0]; in acpi_ex_create_method()
|
D | exoparg1.c | 97 union acpi_operand_object **operand = &walk_state->operands[0]; in acpi_ex_opcode_1A_0T_0R() 173 union acpi_operand_object **operand = &walk_state->operands[0]; in acpi_ex_opcode_1A_1T_0R() 220 union acpi_operand_object **operand = &walk_state->operands[0]; in acpi_ex_opcode_1A_1T_1R() 422 walk_state->operands[0] = NULL; /* Prevent deletion */ in acpi_ex_opcode_1A_1T_1R() 518 union acpi_operand_object **operand = &walk_state->operands[0]; in acpi_ex_opcode_1A_0T_1R()
|
D | exoparg2.c | 98 union acpi_operand_object **operand = &walk_state->operands[0]; in acpi_ex_opcode_2A_0T_0R() 166 union acpi_operand_object **operand = &walk_state->operands[0]; in acpi_ex_opcode_2A_2T_1R() 263 union acpi_operand_object **operand = &walk_state->operands[0]; in acpi_ex_opcode_2A_1T_1R() 525 union acpi_operand_object **operand = &walk_state->operands[0]; in acpi_ex_opcode_2A_0T_1R()
|
D | exoparg3.c | 95 union acpi_operand_object **operand = &walk_state->operands[0]; in acpi_ex_opcode_3A_0T_0R() 161 union acpi_operand_object **operand = &walk_state->operands[0]; in acpi_ex_opcode_3A_1T_1R()
|
D | exoparg6.c | 172 union acpi_operand_object **operand = &walk_state->operands[0]; in acpi_ex_opcode_6A_0T_1R()
|
D | exdump.c | 401 union acpi_operand_object **operands, in acpi_ex_dump_operands() argument 435 obj_desc = &operands[i]; in acpi_ex_dump_operands()
|
D | exconfig.c | 150 union acpi_operand_object **operand = &walk_state->operands[0]; in acpi_ex_load_table_op()
|
/linux-2.4.37.9/arch/ppc/xmon/ |
D | ppc.h | 49 unsigned char operands[8]; member 224 unsigned int operands; member
|
D | ppc-dis.c | 79 for (opindex = opcode->operands; *opindex != 0; opindex++) in print_insn_powerpc() 90 if (opcode->operands[0] != 0) in print_insn_powerpc() 96 for (opindex = opcode->operands; *opindex != 0; opindex++) in print_insn_powerpc()
|
/linux-2.4.37.9/arch/ppc64/xmon/ |
D | ppc.h | 49 unsigned char operands[8]; member 224 unsigned int operands; member
|
D | ppc-dis.c | 79 for (opindex = opcode->operands; *opindex != 0; opindex++) in print_insn_powerpc() 90 if (opcode->operands[0] != 0) in print_insn_powerpc() 96 for (opindex = opcode->operands; *opindex != 0; opindex++) in print_insn_powerpc()
|
/linux-2.4.37.9/include/acpi/ |
D | acstruct.h | 101 …union acpi_operand_object *operands[ACPI_OBJ_NUM_OPERANDS+1]; /* Operands passed to the … member 174 union acpi_operand_object *operands[7]; member
|
D | acinterp.h | 48 #define ACPI_WALK_OPERANDS (&(walk_state->operands [walk_state->num_operands -1])) 476 union acpi_operand_object **operands,
|
/linux-2.4.37.9/arch/m68k/fpsp040/ |
D | do_func.S | 172 bra t_operr |take care of operands < -1 190 bne t_operr |take care of operands < 0 204 bra t_operr |take care of operands < 0 212 bne t_operr |take care of operands < 0 226 bra t_operr |take care of operands < 0 234 bne t_operr |take care of operands < 0 248 bra t_operr |take care of operands < 0
|
/linux-2.4.37.9/Documentation/arm/nwfpe/ |
D | README.FPE | 91 operands, on the actual FPA11 hardware they do not work for double or 92 extended precision operands. The emulator currently does not check
|
/linux-2.4.37.9/arch/m68k/ifpsp060/ |
D | fplsp.doc | 101 addq.l &0x8,%sp # clear operands from stack 103 Again, the result is returned in fp0. Note that BOTH operands
|
/linux-2.4.37.9/arch/m68k/ifpsp060/src/ |
D | isp.S | 883 # uses byte-sized operands, only handle word and long operations. # 1860 # _dmem_read_long(): read operands # 1861 # _dmem_read_word(): read operands # 1876 # word, or longword sized operands. Then, in the interest of # 1877 # simplicity, all operands are converted to longword size whether the # 2742 # Compare operands. Then call the "callout" _real_lock_page() for each # 2975 # _isp_cas_finish(). This routine re-compares the operands in order to # 3211 # (9) Fetch the source operands using "moves". #
|
D | ilsp.S | 84 # If the operands are signed, make them unsigned and save the # 545 # load temp registers with operands 603 # one or both of the operands is zero so the result is also zero. 671 # load temp registers with operands
|