Home
last modified time | relevance | path

Searched refs:operand1 (Results 1 – 5 of 5) sorted by relevance

/linux-4.1.27/drivers/acpi/acpica/
Dexmisc.c158 union acpi_operand_object *operand1, in acpi_ex_concat_template() argument
189 status = acpi_ut_get_resource_end_tag(operand1, &end_tag); in acpi_ex_concat_template()
194 length1 = ACPI_PTR_DIFF(end_tag, operand1->buffer.pointer); in acpi_ex_concat_template()
213 ACPI_MEMCPY(new_buf + length0, operand1->buffer.pointer, length1); in acpi_ex_concat_template()
243 union acpi_operand_object *operand1, in acpi_ex_do_concatenate() argument
247 union acpi_operand_object *local_operand1 = operand1; in acpi_ex_do_concatenate()
265 acpi_ex_convert_to_integer(operand1, &local_operand1, 16); in acpi_ex_do_concatenate()
270 status = acpi_ex_convert_to_string(operand1, &local_operand1, in acpi_ex_do_concatenate()
276 status = acpi_ex_convert_to_buffer(operand1, &local_operand1); in acpi_ex_do_concatenate()
392 if (local_operand1 != operand1) { in acpi_ex_do_concatenate()
[all …]
Dacinterp.h210 union acpi_operand_object *operand1, u8 *logical_result);
212 u64 acpi_ex_do_math_op(u16 opcode, u64 operand0, u64 operand1);
/linux-4.1.27/drivers/misc/sgi-gru/
Dgru_instructions.h534 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-4.1.27/kernel/trace/
Dtrace_events_filter.c1346 int op, char *operand1, char *operand2) in create_pred() argument
1357 if (!operand1 || !operand2) { in create_pred()
1362 field = trace_find_event_field(call, operand1); in create_pred()
1572 char *operand1 = NULL, *operand2 = NULL; in replace_preds() local
1602 if (!operand1) in replace_preds()
1603 operand1 = elt->operand; in replace_preds()
1615 if (!n_preds || operand1 || operand2) { in replace_preds()
1631 pred = create_pred(ps, call, elt->op, operand1, operand2); in replace_preds()
1643 operand1 = operand2 = NULL; in replace_preds()
/linux-4.1.27/arch/x86/lib/
Dx86-opcode-map.txt11 # opcode: mnemonic|GrpXXX [operand1[,operand2...]] [(extra1)[,(extra2)...] [| 2nd-mnemonic ...]
18 # reg: mnemonic [operand1[,operand2...]] [(extra1)[,(extra2)...] [| 2nd-mnemonic ...]