/drivers/scsi/ |
D | mac_esp.c | 172 #define MAC_ESP_PDMA_LOOP(operands) \ argument 176 "1: movew " operands " \n" \ 177 "2: movew " operands " \n" \ 178 "3: movew " operands " \n" \ 179 "4: movew " operands " \n" \ 180 "5: movew " operands " \n" \ 181 "6: movew " operands " \n" \ 182 "7: movew " operands " \n" \ 183 "8: movew " operands " \n" \ 184 "9: movew " operands " \n" \ [all …]
|
/drivers/acpi/acpica/ |
D | dsopcode.c | 351 walk_state->operands[0], in acpi_ds_eval_buffer_field_operands() 352 walk_state->operands[1], in acpi_ds_eval_buffer_field_operands() 353 walk_state->operands[2], in acpi_ds_eval_buffer_field_operands() 354 walk_state->operands[3]); in acpi_ds_eval_buffer_field_operands() 360 walk_state->operands[0], in acpi_ds_eval_buffer_field_operands() 361 walk_state->operands[1], NULL, in acpi_ds_eval_buffer_field_operands() 362 walk_state->operands[2]); in acpi_ds_eval_buffer_field_operands() 432 operand_desc = walk_state->operands[walk_state->num_operands - 1]; in acpi_ds_eval_region_operands() 441 operand_desc = walk_state->operands[walk_state->num_operands - 2]; in acpi_ds_eval_region_operands() 517 operand = &walk_state->operands[0]; in acpi_ds_eval_table_region_operands() [all …]
|
D | excreate.c | 74 alias_node = (struct acpi_namespace_node *)walk_state->operands[0]; in acpi_ex_create_alias() 75 target_node = (struct acpi_namespace_node *)walk_state->operands[1]; in acpi_ex_create_alias() 194 operands[0], obj_desc, ACPI_TYPE_EVENT); in acpi_ex_create_event() 243 obj_desc->mutex.sync_level = (u8)walk_state->operands[1]->integer.value; in acpi_ex_create_mutex() 245 (struct acpi_namespace_node *)walk_state->operands[0]; in acpi_ex_create_mutex() 374 union acpi_operand_object **operand = &walk_state->operands[0]; in acpi_ex_create_processor() 421 union acpi_operand_object **operand = &walk_state->operands[0]; in acpi_ex_create_power_resource() 470 union acpi_operand_object **operand = &walk_state->operands[0]; in acpi_ex_create_method()
|
D | dswexec.c | 115 acpi_ex_resolve_to_value(&walk_state->operands[0], in acpi_ds_get_predicate_value() 121 obj_desc = walk_state->operands[0]; in acpi_ds_get_predicate_value() 427 operands in acpi_ds_exec_end_op() 448 (walk_state->operands[0]->common.type == in acpi_ds_exec_end_op() 450 && (walk_state->operands[1]->common.type == in acpi_ds_exec_end_op() 452 && (walk_state->operands[0]->reference.class == in acpi_ds_exec_end_op() 453 walk_state->operands[1]->reference.class) in acpi_ds_exec_end_op() 454 && (walk_state->operands[0]->reference.value == in acpi_ds_exec_end_op() 455 walk_state->operands[1]->reference.value)) { in acpi_ds_exec_end_op() 589 walk_state->operands[0] = in acpi_ds_exec_end_op()
|
D | dscontrol.c | 274 acpi_ex_resolve_to_value(&walk_state->operands[0], in acpi_ds_exec_end_control_op() 285 walk_state->return_desc = walk_state->operands[0]; in acpi_ds_exec_end_control_op() 326 operands[0]); in acpi_ds_exec_end_control_op() 329 walk_state->operands[0] = NULL; in acpi_ds_exec_end_control_op()
|
D | dswload2.c | 415 walk_state->operands[0] = (void *)node; in acpi_ds_load2_end_op() 562 acpi_ut_remove_reference(walk_state->operands[i]); in acpi_ds_load2_end_op() 563 walk_state->operands[i] = NULL; in acpi_ds_load2_end_op() 651 walk_state->operands[0] = in acpi_ds_load2_end_op() 667 walk_state->operands[0] = NULL; in acpi_ds_load2_end_op() 735 walk_state->operands[0] = NULL; in acpi_ds_load2_end_op()
|
D | dsutils.c | 398 acpi_ex_resolve_to_value(&walk_state->operands[i], in acpi_ds_resolve_operands() 433 acpi_ut_remove_reference(walk_state->operands[i]); in acpi_ds_clear_operands() 434 walk_state->operands[i] = NULL; in acpi_ds_clear_operands() 632 operands[walk_state->num_operands - in acpi_ds_create_operand() 721 walk_state->operands[index] = NULL; in acpi_ds_create_operands() 786 union acpi_operand_object **operand = &walk_state->operands[0]; in acpi_ds_evaluate_name_path()
|
D | dswstate.c | 325 walk_state->operands[walk_state->operand_index] = object; in acpi_ds_obj_stack_push() 378 walk_state->operands[walk_state->num_operands] = NULL; in acpi_ds_obj_stack_pop() 422 obj_desc = walk_state->operands[i]; in acpi_ds_obj_stack_pop_and_delete() 424 acpi_ut_remove_reference(walk_state->operands[i]); in acpi_ds_obj_stack_pop_and_delete() 425 walk_state->operands[i] = NULL; in acpi_ds_obj_stack_pop_and_delete()
|
D | exoparg2.c | 91 union acpi_operand_object **operand = &walk_state->operands[0]; in acpi_ex_opcode_2A_0T_0R() 158 union acpi_operand_object **operand = &walk_state->operands[0]; in acpi_ex_opcode_2A_2T_1R() 256 union acpi_operand_object **operand = &walk_state->operands[0]; in acpi_ex_opcode_2A_1T_1R() 491 union acpi_operand_object **operand = &walk_state->operands[0]; in acpi_ex_opcode_2A_0T_1R()
|
D | exoparg1.c | 149 union acpi_operand_object **operand = &walk_state->operands[0]; in acpi_ex_opcode_1A_0T_0R() 216 union acpi_operand_object **operand = &walk_state->operands[0]; in acpi_ex_opcode_1A_1T_0R() 258 union acpi_operand_object **operand = &walk_state->operands[0]; in acpi_ex_opcode_1A_1T_1R() 471 walk_state->operands[0] = NULL; /* Prevent deletion */ in acpi_ex_opcode_1A_1T_1R() 585 union acpi_operand_object **operand = &walk_state->operands[0]; in acpi_ex_opcode_1A_0T_1R()
|
D | dsmethod.c | 522 this_walk_state->operands[this_walk_state->num_operands] = NULL; in acpi_ds_call_control_method() 535 info->parameters = &this_walk_state->operands[0]; in acpi_ds_call_control_method() 552 acpi_ut_remove_reference(this_walk_state->operands[i]); in acpi_ds_call_control_method() 553 this_walk_state->operands[i] = NULL; in acpi_ds_call_control_method()
|
D | exoparg3.c | 87 union acpi_operand_object **operand = &walk_state->operands[0]; in acpi_ex_opcode_3A_0T_0R() 146 union acpi_operand_object **operand = &walk_state->operands[0]; in acpi_ex_opcode_3A_1T_1R()
|
D | acstruct.h | 104 …union acpi_operand_object *operands[ACPI_OBJ_NUM_OPERANDS + 1]; /* Operands passed to the interpre… member 158 union acpi_operand_object *operands[7]; member
|
D | dswload.c | 532 walk_state->operands[0] = in acpi_ds_load1_end_op() 549 walk_state->operands[0] = NULL; in acpi_ds_load1_end_op()
|
D | exoparg6.c | 212 union acpi_operand_object **operand = &walk_state->operands[0]; in acpi_ex_opcode_6A_0T_1R()
|
D | acinterp.h | 47 #define ACPI_WALK_OPERANDS (&(walk_state->operands [walk_state->num_operands -1])) 375 acpi_ex_dump_operands(union acpi_operand_object **operands,
|
D | dsobject.c | 656 walk_state->operands[0]); in acpi_ds_init_object_from_op() 667 walk_state->operands[0]); in acpi_ds_init_object_from_op()
|
D | exdump.c | 890 acpi_ex_dump_operands(union acpi_operand_object **operands, in acpi_ex_dump_operands() argument 910 acpi_ex_dump_operand(*operands, 0); in acpi_ex_dump_operands() 911 operands++; in acpi_ex_dump_operands()
|
D | exresop.c | 696 ACPI_DUMP_OPERANDS(walk_state->operands, in acpi_ex_resolve_operands()
|
D | exconfig.c | 155 union acpi_operand_object **operand = &walk_state->operands[0]; in acpi_ex_load_table_op()
|
/drivers/misc/ |
D | Kconfig | 285 user virtual addresses for operands.
|
/drivers/scsi/aic7xxx/ |
D | aic79xx.reg | 3492 * for any immediate operands passed in jmp, jc, jnc, call instructions.
|