Searched refs:operand1 (Results 1 – 3 of 3) sorted by relevance
/drivers/acpi/acpica/ |
D | exmisc.c | 159 union acpi_operand_object *operand1, in acpi_ex_concat_template() argument 190 status = acpi_ut_get_resource_end_tag(operand1, &end_tag); in acpi_ex_concat_template() 195 length1 = ACPI_PTR_DIFF(end_tag, operand1->buffer.pointer); in acpi_ex_concat_template() 214 ACPI_MEMCPY(new_buf + length0, operand1->buffer.pointer, length1); in acpi_ex_concat_template() 244 union acpi_operand_object *operand1, in acpi_ex_do_concatenate() argument 248 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() 269 status = acpi_ex_convert_to_string(operand1, &local_operand1, in acpi_ex_do_concatenate() 274 status = acpi_ex_convert_to_buffer(operand1, &local_operand1); in acpi_ex_do_concatenate() 389 if (local_operand1 != operand1) { in acpi_ex_do_concatenate() [all …]
|
D | acinterp.h | 206 union acpi_operand_object *operand1, u8 *logical_result); 208 u64 acpi_ex_do_math_op(u16 opcode, u64 operand0, u64 operand1);
|
/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()
|