/linux-5.19.10/drivers/acpi/acpica/ |
D | exconcat.c | 48 union acpi_operand_object *operand1, in acpi_ex_do_concatenate() argument 53 union acpi_operand_object *local_operand1 = operand1; in acpi_ex_do_concatenate() 90 switch (operand1->common.type) { in acpi_ex_do_concatenate() 95 operand1_type = operand1->common.type; in acpi_ex_do_concatenate() 103 acpi_ex_convert_to_object_type_string(operand1, in acpi_ex_do_concatenate() 169 if ((local_operand1 != operand1) && (local_operand1 != temp_operand1)) { in acpi_ex_do_concatenate() 278 if (local_operand1 != operand1) { in acpi_ex_do_concatenate() 339 union acpi_operand_object *operand1, in acpi_ex_concat_template() argument 370 status = acpi_ut_get_resource_end_tag(operand1, &end_tag); in acpi_ex_concat_template() 375 length1 = ACPI_PTR_DIFF(end_tag, operand1->buffer.pointer); in acpi_ex_concat_template() [all …]
|
D | exmisc.c | 275 union acpi_operand_object *operand1, u8 * logical_result) in acpi_ex_do_logical_op() argument 277 union acpi_operand_object *local_operand1 = operand1; in acpi_ex_do_logical_op() 298 status = acpi_ex_convert_to_integer(operand1, &local_operand1, in acpi_ex_do_logical_op() 305 acpi_ex_convert_to_string(operand1, &local_operand1, in acpi_ex_do_logical_op() 311 status = acpi_ex_convert_to_buffer(operand1, &local_operand1); in acpi_ex_do_logical_op() 443 if (local_operand1 != operand1) { in acpi_ex_do_logical_op()
|
D | acinterp.h | 202 union acpi_operand_object *operand1, u8 *logical_result); 204 u64 acpi_ex_do_math_op(u16 opcode, u64 operand0, u64 operand1);
|
/linux-5.19.10/tools/testing/selftests/bpf/verifier/ |
D | atomic_fetch.c | 95 #define __ATOMIC_FETCH_OP_TEST(src_reg, dst_reg, operand1, op, operand2, expect) \ argument 100 BPF_ST_MEM(BPF_DW, BPF_REG_10, -8, operand1), \ 107 BPF_JMP_IMM(BPF_JEQ, src_reg, operand1, 2), \
|
/linux-5.19.10/kernel/trace/ |
D | trace_events_hist.c | 285 struct hist_field *operand1 = hist_field->operands[0]; in hist_field_plus() local 288 u64 val1 = operand1->fn(operand1, elt, buffer, rbe, event); in hist_field_plus() 300 struct hist_field *operand1 = hist_field->operands[0]; in hist_field_minus() local 303 u64 val1 = operand1->fn(operand1, elt, buffer, rbe, event); in hist_field_minus() 315 struct hist_field *operand1 = hist_field->operands[0]; in hist_field_div() local 318 u64 val1 = operand1->fn(operand1, elt, buffer, rbe, event); in hist_field_div() 338 struct hist_field *operand1 = hist_field->operands[0]; in div_by_power_of_two() local 341 u64 val1 = operand1->fn(operand1, elt, buffer, rbe, event); in div_by_power_of_two() 352 struct hist_field *operand1 = hist_field->operands[0]; in div_by_not_power_of_two() local 355 u64 val1 = operand1->fn(operand1, elt, buffer, rbe, event); in div_by_not_power_of_two() [all …]
|
/linux-5.19.10/drivers/misc/sgi-gru/ |
D | gru_instructions.h | 534 unsigned long operand1, unsigned long operand2, in gru_gamer() argument 540 ins->op1_stride = operand1; in gru_gamer() 547 unsigned int xtype, unsigned long operand1, in gru_gamerr() argument 553 ins->op1_stride = operand1; in gru_gamerr()
|
/linux-5.19.10/tools/arch/x86/lib/ |
D | x86-opcode-map.txt | 11 # opcode: mnemonic|GrpXXX [operand1[,operand2...]] [(extra1)[,(extra2)...] [| 2nd-mnemonic ...] 21 # reg: mnemonic [operand1[,operand2...]] [(extra1)[,(extra2)...] [| 2nd-mnemonic ...]
|
/linux-5.19.10/arch/x86/lib/ |
D | x86-opcode-map.txt | 11 # opcode: mnemonic|GrpXXX [operand1[,operand2...]] [(extra1)[,(extra2)...] [| 2nd-mnemonic ...] 21 # reg: mnemonic [operand1[,operand2...]] [(extra1)[,(extra2)...] [| 2nd-mnemonic ...]
|