Home
last modified time | relevance | path

Searched refs:operands (Results 1 – 25 of 50) sorted by relevance

12

/linux/drivers/acpi/acpica/
H A Ddsopcode.c321 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()
405 operand_desc = walk_state->operands[walk_state->num_operands - 1]; in acpi_ds_eval_region_operands()
423 operand_desc = walk_state->operands[walk_state->num_operands - 2]; in acpi_ds_eval_region_operands()
492 operand = &walk_state->operands[0]; in acpi_ds_eval_table_region_operands()
[all …]
H A Dexcreate.c39 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()
H A Ddswexec.c84 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()
H A Ddscontrol.c243 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()
H A Ddswload2.c414 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()
H A Ddswstate.c291 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()
H A Ddsutils.c361 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()
684 walk_state->operands[index] = NULL; in acpi_ds_create_operands()
749 union acpi_operand_object **operand = &walk_state->operands[0]; in acpi_ds_evaluate_name_path()
H A Dexoparg2.c57 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()
H A Dexoparg1.c115 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()
H A Dexoparg3.c53 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()
H A Ddsmethod.c510 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()
543 acpi_ut_remove_reference(this_walk_state->operands[i]); in acpi_ds_call_control_method()
544 this_walk_state->operands[i] = NULL; in acpi_ds_call_control_method()
H A Dacstruct.h68 …union acpi_operand_object *operands[ACPI_OBJ_NUM_OPERANDS + 1]; /* Operands passed to the interpre… member
123 union acpi_operand_object *operands[7]; member
H A Ddswload.c556 walk_state->operands[0] = in acpi_ds_load1_end_op()
573 walk_state->operands[0] = NULL; in acpi_ds_load1_end_op()
H A Ddsobject.c348 walk_state->operands[0]); in acpi_ds_init_object_from_op()
363 walk_state->operands[0]); in acpi_ds_init_object_from_op()
H A Dexoparg6.c178 union acpi_operand_object **operand = &walk_state->operands[0]; in acpi_ex_opcode_6A_0T_1R()
H A Dacinterp.h13 #define ACPI_WALK_OPERANDS (&(walk_state->operands [walk_state->num_operands -1]))
387 acpi_ex_dump_operands(union acpi_operand_object **operands,
/linux/Documentation/dev-tools/
H A Dkcov.rst15 Besides collecting code coverage, KCOV can also collect comparison operands.
16 See the "Comparison operands collection" section for details.
29 Collecting comparison operands is supported with GCC 8+ or with Clang.
35 To enable comparison operands collection, set::
140 Comparison operands collection
143 Comparison operands collection is similar to coverage collection:
176 * the comparison operands are promoted to uint64_t.
193 /* arg1 and arg2 - operands of the comparison. */
198 /* size of the operands. */
217 Note that the KCOV modes (collection of code coverage or comparison operands)
/linux/arch/powerpc/xmon/
H A Dppc-dis.c102 for (opindex = opcode->operands; *opindex != 0; opindex++) in lookup_powerpc()
158 if (opcode->operands[0] != 0) in print_insn_powerpc()
171 for (opindex = opcode->operands; *opindex != 0; opindex++) in print_insn_powerpc()
H A Dppc.h60 unsigned char operands[8]; member
422 unsigned int operands; member
/linux/arch/m68k/fpsp040/
H A Ddo_func.S171 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/kernel/trace/
H A Dtrace_events_hist.c162 struct hist_field *operands[HIST_FIELD_OPERANDS_MAX]; member
282 struct hist_field *operand = hist_field->operands[0]; in hist_field_log2()
295 struct hist_field *operand = hist_field->operands[0]; in hist_field_bucket()
316 struct hist_field *operand1 = hist_field->operands[0]; in hist_field_plus()
317 struct hist_field *operand2 = hist_field->operands[1]; in hist_field_plus()
331 struct hist_field *operand1 = hist_field->operands[0]; in hist_field_minus()
332 struct hist_field *operand2 = hist_field->operands[1]; in hist_field_minus()
346 struct hist_field *operand1 = hist_field->operands[0]; in hist_field_div()
347 struct hist_field *operand2 = hist_field->operands[1]; in hist_field_div()
369 struct hist_field *operand1 = hist_field->operands[0]; in div_by_power_of_two()
[all …]
/linux/Documentation/staging/
H A Dlzo.rst20 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/Documentation/arch/arm/vfp/
H A Drelease-notes.rst36 when input operands differ in signs.
/linux/Documentation/bpf/standardization/
H A Dinstruction-set.rst318 ``ALU`` uses 32-bit wide operands while ``ALU64`` uses 64-bit wide operands for
402 ``{MOVSX, X, ALU}`` :term:`sign extends<Sign Extend>` 8-bit and 16-bit operands into
403 32-bit operands, and zeroes the remaining upper 32 bits.
405 operands into 64-bit operands. Unlike other arithmetic instructions,
406 ``MOVSX`` is only defined for register source operands (``X``).
479 ``JMP32`` uses 32-bit wide operands and indicates the base32
480 conformance group, while ``JMP`` uses 64-bit wide operands for
/linux/Documentation/virt/coco/
H A Dtdx-guest.rst29 operands, -EIO on TDCALL failure or standard error number on other

12