/Linux-v4.19/drivers/scsi/ |
D | mac_esp.c | 173 #define MAC_ESP_PDMA_LOOP(operands) \ argument 177 "1: movew " operands " \n" \ 178 "2: movew " operands " \n" \ 179 "3: movew " operands " \n" \ 180 "4: movew " operands " \n" \ 181 "5: movew " operands " \n" \ 182 "6: movew " operands " \n" \ 183 "7: movew " operands " \n" \ 184 "8: movew " operands " \n" \ 185 "9: movew " operands " \n" \ [all …]
|
D | zorro_esp.c | 325 #define ZORRO_ESP_PIO_LOOP(operands, reg1) \ argument 327 "1: moveb " operands "\n" \ 333 #define ZORRO_ESP_PIO_FILL(operands, reg1) \ argument 335 " moveb " operands "\n" \ 336 " moveb " operands "\n" \ 337 " moveb " operands "\n" \ 338 " moveb " operands "\n" \ 339 " moveb " operands "\n" \ 340 " moveb " operands "\n" \ 341 " moveb " operands "\n" \ [all …]
|
/Linux-v4.19/drivers/acpi/acpica/ |
D | dsopcode.c | 318 walk_state->operands[0], in acpi_ds_eval_buffer_field_operands() 319 walk_state->operands[1], in acpi_ds_eval_buffer_field_operands() 320 walk_state->operands[2], in acpi_ds_eval_buffer_field_operands() 321 walk_state->operands[3]); in acpi_ds_eval_buffer_field_operands() 327 walk_state->operands[0], in acpi_ds_eval_buffer_field_operands() 328 walk_state->operands[1], NULL, in acpi_ds_eval_buffer_field_operands() 329 walk_state->operands[2]); in acpi_ds_eval_buffer_field_operands() 400 operand_desc = walk_state->operands[walk_state->num_operands - 1]; in acpi_ds_eval_region_operands() 409 operand_desc = walk_state->operands[walk_state->num_operands - 2]; in acpi_ds_eval_region_operands() 474 operand = &walk_state->operands[0]; in acpi_ds_eval_table_region_operands() [all …]
|
D | excreate.c | 40 alias_node = (struct acpi_namespace_node *)walk_state->operands[0]; in acpi_ex_create_alias() 41 target_node = (struct acpi_namespace_node *)walk_state->operands[1]; in acpi_ex_create_alias() 131 walk_state->operands[0], obj_desc, in acpi_ex_create_event() 181 obj_desc->mutex.sync_level = (u8)walk_state->operands[1]->integer.value; in acpi_ex_create_mutex() 183 (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() 413 union acpi_operand_object **operand = &walk_state->operands[0]; in acpi_ex_create_method()
|
D | dswexec.c | 81 acpi_ex_resolve_to_value(&walk_state->operands[0], in acpi_ds_get_predicate_value() 87 obj_desc = walk_state->operands[0]; in acpi_ds_get_predicate_value() 393 operands in acpi_ds_exec_end_op() 414 (walk_state->operands[0]->common.type == in acpi_ds_exec_end_op() 416 && (walk_state->operands[1]->common.type == in acpi_ds_exec_end_op() 418 && (walk_state->operands[0]->reference.class == in acpi_ds_exec_end_op() 419 walk_state->operands[1]->reference.class) in acpi_ds_exec_end_op() 420 && (walk_state->operands[0]->reference.value == in acpi_ds_exec_end_op() 421 walk_state->operands[1]->reference.value)) { in acpi_ds_exec_end_op() 556 walk_state->operands[0] = (void *) in acpi_ds_exec_end_op()
|
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()
|
D | dswload2.c | 401 walk_state->operands[0] = (void *)node; in acpi_ds_load2_end_op() 548 acpi_ut_remove_reference(walk_state->operands[i]); in acpi_ds_load2_end_op() 549 walk_state->operands[i] = NULL; in acpi_ds_load2_end_op() 620 walk_state->operands[0] = in acpi_ds_load2_end_op() 637 walk_state->operands[0] = NULL; in acpi_ds_load2_end_op() 706 walk_state->operands[0] = NULL; in acpi_ds_load2_end_op()
|
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()
|
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()
|
D | dsutils.c | 362 acpi_ex_resolve_to_value(&walk_state->operands[i], in acpi_ds_resolve_operands() 397 acpi_ut_remove_reference(walk_state->operands[i]); in acpi_ds_clear_operands() 398 walk_state->operands[i] = NULL; in acpi_ds_clear_operands() 686 walk_state->operands[index] = NULL; in acpi_ds_create_operands() 751 union acpi_operand_object **operand = &walk_state->operands[0]; in acpi_ds_evaluate_name_path()
|
D | exoparg1.c | 115 union acpi_operand_object **operand = &walk_state->operands[0]; in acpi_ex_opcode_1A_0T_0R() 182 union acpi_operand_object **operand = &walk_state->operands[0]; in acpi_ex_opcode_1A_1T_0R() 224 union acpi_operand_object **operand = &walk_state->operands[0]; in acpi_ex_opcode_1A_1T_1R() 437 walk_state->operands[0] = NULL; /* Prevent deletion */ in acpi_ex_opcode_1A_1T_1R() 559 union acpi_operand_object **operand = &walk_state->operands[0]; in acpi_ex_opcode_1A_0T_1R()
|
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()
|
D | dsmethod.c | 510 this_walk_state->operands[this_walk_state->num_operands] = NULL; in acpi_ds_call_control_method() 523 info->parameters = &this_walk_state->operands[0]; in acpi_ds_call_control_method() 540 acpi_ut_remove_reference(this_walk_state->operands[i]); in acpi_ds_call_control_method() 541 this_walk_state->operands[i] = NULL; in acpi_ds_call_control_method()
|
D | acstruct.h | 66 …union acpi_operand_object *operands[ACPI_OBJ_NUM_OPERANDS + 1]; /* Operands passed to the interpre… member 120 union acpi_operand_object *operands[7]; member
|
D | dsobject.c | 351 walk_state->operands[0]); in acpi_ds_init_object_from_op() 366 walk_state->operands[0]); in acpi_ds_init_object_from_op()
|
D | dswload.c | 541 walk_state->operands[0] = in acpi_ds_load1_end_op() 558 walk_state->operands[0] = NULL; in acpi_ds_load1_end_op()
|
D | exoparg6.c | 178 union acpi_operand_object **operand = &walk_state->operands[0]; in acpi_ex_opcode_6A_0T_1R()
|
D | acinterp.h | 13 #define ACPI_WALK_OPERANDS (&(walk_state->operands [walk_state->num_operands -1])) 364 acpi_ex_dump_operands(union acpi_operand_object **operands,
|
/Linux-v4.19/Documentation/dev-tools/ |
D | kcov.rst | 15 kcov is also able to collect comparison operands from the instrumented code 27 If the comparison operands need to be collected, set:: 129 Comparison operands collection 131 Comparison operands collection is similar to coverage collection: 164 * the comparison operands are promoted to uint64_t. 179 /* arg1 and arg2 - operands of the comparison. */ 184 /* size of the operands. */ 203 Note that the kcov modes (coverage collection or comparison operands) are
|
/Linux-v4.19/arch/powerpc/xmon/ |
D | ppc.h | 60 unsigned char operands[8]; member 422 unsigned int operands; member
|
D | ppc-dis.c | 113 for (opindex = opcode->operands; *opindex != 0; opindex++) in lookup_powerpc() 180 if (opcode->operands[0] != 0) in print_insn_powerpc() 193 for (opindex = opcode->operands; *opindex != 0; opindex++) in print_insn_powerpc()
|
/Linux-v4.19/arch/m68k/fpsp040/ |
D | do_func.S | 171 bra t_operr |take care of operands < -1 189 bne t_operr |take care of operands < 0 203 bra t_operr |take care of operands < 0 211 bne t_operr |take care of operands < 0 225 bra t_operr |take care of operands < 0 233 bne t_operr |take care of operands < 0 247 bra t_operr |take care of operands < 0
|
/Linux-v4.19/Documentation/ |
D | lzo.txt | 20 The stream is composed of a series of instructions, operands, and data. The 22 the operands for the instruction, whose size and position depend on the 24 operands are used to indicate: 31 Optionally depending on the opcode and operands, extra data may follow. These
|
/Linux-v4.19/Documentation/arm/VFP/ |
D | release-notes.txt | 34 when input operands differ in signs.
|
/Linux-v4.19/kernel/trace/ |
D | trace_events_hist.c | 56 struct hist_field *operands[HIST_FIELD_OPERANDS_MAX]; member 121 struct hist_field *operand = hist_field->operands[0]; in hist_field_log2() 133 struct hist_field *operand1 = hist_field->operands[0]; in hist_field_plus() 134 struct hist_field *operand2 = hist_field->operands[1]; in hist_field_plus() 147 struct hist_field *operand1 = hist_field->operands[0]; in hist_field_minus() 148 struct hist_field *operand2 = hist_field->operands[1]; in hist_field_minus() 161 struct hist_field *operand = hist_field->operands[0]; in hist_field_unary_minus() 1298 operand = hist_field->operands[i]; in check_field_for_var_refs() 1404 operand = hist_field->operands[i]; in field_has_hist_vars() 1697 field_name = hist_field_name(field->operands[0], ++level); in hist_field_name() [all …]
|