| /drivers/scsi/ |
| A D | mac_scsi.c | 116 #define MOVE_BYTE(operands) \ argument 118 "1: moveb " operands " \n" \ 143 #define MOVE_WORD(operands) \ argument 145 "1: movew " operands " \n" \ 164 #define MOVE_16_WORDS(operands) \ argument 166 "1: movew " operands " \n" \ 167 "2: movew " operands " \n" \ 168 "3: movew " operands " \n" \ 169 "4: movew " operands " \n" \ 170 "5: movew " operands " \n" \ [all …]
|
| A D | mac_esp.c | 139 #define MAC_ESP_PDMA_LOOP(operands) \ argument 143 "1: movew " operands " \n" \ 144 "2: movew " operands " \n" \ 145 "3: movew " operands " \n" \ 146 "4: movew " operands " \n" \ 147 "5: movew " operands " \n" \ 148 "6: movew " operands " \n" \ 149 "7: movew " operands " \n" \ 150 "8: movew " operands " \n" \ 151 "9: movew " operands " \n" \ [all …]
|
| /drivers/acpi/acpica/ |
| A D | dsopcode.c | 321 walk_state->operands[0], in acpi_ds_eval_buffer_field_operands() 322 walk_state->operands[1], in acpi_ds_eval_buffer_field_operands() 323 walk_state->operands[2], in acpi_ds_eval_buffer_field_operands() 324 walk_state->operands[3]); in acpi_ds_eval_buffer_field_operands() 330 walk_state->operands[0], in acpi_ds_eval_buffer_field_operands() 331 walk_state->operands[1], NULL, in acpi_ds_eval_buffer_field_operands() 332 walk_state->operands[2]); in acpi_ds_eval_buffer_field_operands() 492 operand = &walk_state->operands[0]; in acpi_ds_eval_table_region_operands() 603 operands[walk_state->num_operands - in acpi_ds_eval_data_object_operands() 611 arg_desc = walk_state->operands[walk_state->num_operands - 1]; in acpi_ds_eval_data_object_operands() [all …]
|
| A D | excreate.c | 39 alias_node = (struct acpi_namespace_node *)walk_state->operands[0]; in acpi_ex_create_alias() 40 target_node = (struct acpi_namespace_node *)walk_state->operands[1]; in acpi_ex_create_alias() 130 walk_state->operands[0], obj_desc, in acpi_ex_create_event() 180 obj_desc->mutex.sync_level = (u8)walk_state->operands[1]->integer.value; in acpi_ex_create_mutex() 182 (struct acpi_namespace_node *)walk_state->operands[0]; in acpi_ex_create_mutex() 317 union acpi_operand_object **operand = &walk_state->operands[0]; in acpi_ex_create_processor() 364 union acpi_operand_object **operand = &walk_state->operands[0]; in acpi_ex_create_power_resource() 412 union acpi_operand_object **operand = &walk_state->operands[0]; in acpi_ex_create_method()
|
| A D | dswexec.c | 84 acpi_ex_resolve_to_value(&walk_state->operands[0], in acpi_ds_get_predicate_value() 90 obj_desc = walk_state->operands[0]; in acpi_ds_get_predicate_value() 402 operands in acpi_ds_exec_end_op() 423 (walk_state->operands[0]->common.type == in acpi_ds_exec_end_op() 425 && (walk_state->operands[1]->common.type == in acpi_ds_exec_end_op() 427 && (walk_state->operands[0]->reference.class == in acpi_ds_exec_end_op() 428 walk_state->operands[1]->reference.class) in acpi_ds_exec_end_op() 429 && (walk_state->operands[0]->reference.value == in acpi_ds_exec_end_op() 430 walk_state->operands[1]->reference.value)) { in acpi_ds_exec_end_op() 590 walk_state->operands[0] = (void *) in acpi_ds_exec_end_op()
|
| A D | dscontrol.c | 243 acpi_ex_resolve_to_value(&walk_state->operands[0], in acpi_ds_exec_end_control_op() 254 walk_state->return_desc = walk_state->operands[0]; in acpi_ds_exec_end_control_op() 295 operands[0]); in acpi_ds_exec_end_control_op() 298 walk_state->operands[0] = NULL; in acpi_ds_exec_end_control_op()
|
| A D | dswload2.c | 414 walk_state->operands[0] = (void *)node; in acpi_ds_load2_end_op() 565 acpi_ut_remove_reference(walk_state->operands[i]); in acpi_ds_load2_end_op() 566 walk_state->operands[i] = NULL; in acpi_ds_load2_end_op() 658 walk_state->operands[0] = in acpi_ds_load2_end_op() 675 walk_state->operands[0] = NULL; in acpi_ds_load2_end_op() 742 walk_state->operands[0] = NULL; in acpi_ds_load2_end_op()
|
| A D | dswstate.c | 291 walk_state->operands[walk_state->operand_index] = object; in acpi_ds_obj_stack_push() 344 walk_state->operands[walk_state->num_operands] = NULL; in acpi_ds_obj_stack_pop() 388 obj_desc = walk_state->operands[i]; in acpi_ds_obj_stack_pop_and_delete() 390 acpi_ut_remove_reference(walk_state->operands[i]); in acpi_ds_obj_stack_pop_and_delete() 391 walk_state->operands[i] = NULL; in acpi_ds_obj_stack_pop_and_delete()
|
| A D | exoparg2.c | 57 union acpi_operand_object **operand = &walk_state->operands[0]; in acpi_ex_opcode_2A_0T_0R() 124 union acpi_operand_object **operand = &walk_state->operands[0]; in acpi_ex_opcode_2A_2T_1R() 223 union acpi_operand_object **operand = &walk_state->operands[0]; in acpi_ex_opcode_2A_1T_1R() 467 union acpi_operand_object **operand = &walk_state->operands[0]; in acpi_ex_opcode_2A_0T_1R()
|
| A D | dsutils.c | 361 acpi_ex_resolve_to_value(&walk_state->operands[i], in acpi_ds_resolve_operands() 396 acpi_ut_remove_reference(walk_state->operands[i]); in acpi_ds_clear_operands() 397 walk_state->operands[i] = NULL; in acpi_ds_clear_operands() 686 walk_state->operands[index] = NULL; in acpi_ds_create_operands() 756 union acpi_operand_object **operand = &walk_state->operands[0]; in acpi_ds_evaluate_name_path()
|
| A D | exoparg1.c | 115 union acpi_operand_object **operand = &walk_state->operands[0]; in acpi_ex_opcode_1A_0T_0R() 183 union acpi_operand_object **operand = &walk_state->operands[0]; in acpi_ex_opcode_1A_1T_0R() 230 union acpi_operand_object **operand = &walk_state->operands[0]; in acpi_ex_opcode_1A_1T_1R() 458 walk_state->operands[0] = NULL; /* Prevent deletion */ in acpi_ex_opcode_1A_1T_1R() 580 union acpi_operand_object **operand = &walk_state->operands[0]; in acpi_ex_opcode_1A_0T_1R()
|
| A D | dsmethod.c | 517 this_walk_state->operands[this_walk_state->num_operands] = NULL; in acpi_ds_call_control_method() 530 info->parameters = &this_walk_state->operands[0]; in acpi_ds_call_control_method() 550 acpi_ut_remove_reference(this_walk_state->operands[i]); in acpi_ds_call_control_method() 551 this_walk_state->operands[i] = NULL; in acpi_ds_call_control_method()
|
| A D | exoparg3.c | 53 union acpi_operand_object **operand = &walk_state->operands[0]; in acpi_ex_opcode_3A_0T_0R() 127 union acpi_operand_object **operand = &walk_state->operands[0]; in acpi_ex_opcode_3A_1T_1R()
|
| A D | acstruct.h | 68 …union acpi_operand_object *operands[ACPI_OBJ_NUM_OPERANDS + 1]; /* Operands passed to the interpre… member 123 union acpi_operand_object *operands[7]; member
|
| A D | dsobject.c | 348 walk_state->operands[0]); in acpi_ds_init_object_from_op() 363 walk_state->operands[0]); in acpi_ds_init_object_from_op()
|
| A D | dswload.c | 556 walk_state->operands[0] = in acpi_ds_load1_end_op() 573 walk_state->operands[0] = NULL; in acpi_ds_load1_end_op()
|
| A D | exoparg6.c | 178 union acpi_operand_object **operand = &walk_state->operands[0]; in acpi_ex_opcode_6A_0T_1R()
|
| A D | acinterp.h | 13 #define ACPI_WALK_OPERANDS (&(walk_state->operands [walk_state->num_operands -1])) 390 acpi_ex_dump_operands(union acpi_operand_object **operands,
|
| A D | exdump.c | 871 acpi_ex_dump_operands(union acpi_operand_object **operands, in acpi_ex_dump_operands() argument 891 acpi_ex_dump_operand(*operands, 0); in acpi_ex_dump_operands() 892 operands++; in acpi_ex_dump_operands()
|
| A D | exresop.c | 670 ACPI_DUMP_OPERANDS(walk_state->operands, in acpi_ex_resolve_operands()
|
| A D | exconfig.c | 86 union acpi_operand_object **operand = &walk_state->operands[0]; in acpi_ex_load_table_op()
|
| /drivers/misc/ |
| A D | Kconfig | 323 GRU instructions (ex., bcopy) use user virtual addresses for operands.
|
| /drivers/scsi/aic7xxx/ |
| A D | aic79xx.reg | 3492 * for any immediate operands passed in jmp, jc, jnc, call instructions.
|