/kernel/linux/linux-5.10/drivers/acpi/acpica/ |
H A D | exconcat.c | 28 * operand1 - Second source object 48 union acpi_operand_object *operand1, in acpi_ex_do_concatenate() 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() 327 * operand1 - Second source object 339 union acpi_operand_object *operand1, in acpi_ex_concat_template() 47 acpi_ex_do_concatenate(union acpi_operand_object *operand0, union acpi_operand_object *operand1, union acpi_operand_object **actual_return_desc, struct acpi_walk_state *walk_state) acpi_ex_do_concatenate() argument 338 acpi_ex_concat_template(union acpi_operand_object *operand0, union acpi_operand_object *operand1, union acpi_operand_object **actual_return_desc, struct acpi_walk_state *walk_state) acpi_ex_concat_template() argument [all...] |
H A D | exmisc.c | 252 * operand1 - operand #1 275 union acpi_operand_object *operand1, u8 * logical_result) in acpi_ex_do_logical_op() 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() 273 acpi_ex_do_logical_op(u16 opcode, union acpi_operand_object *operand0, union acpi_operand_object *operand1, u8 * logical_result) acpi_ex_do_logical_op() argument
|
H A 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);
|
/kernel/linux/linux-6.6/drivers/acpi/acpica/ |
H A D | exconcat.c | 28 * operand1 - Second source object 48 union acpi_operand_object *operand1, in acpi_ex_do_concatenate() 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() 327 * operand1 - Second source object 339 union acpi_operand_object *operand1, in acpi_ex_concat_template() 47 acpi_ex_do_concatenate(union acpi_operand_object *operand0, union acpi_operand_object *operand1, union acpi_operand_object **actual_return_desc, struct acpi_walk_state *walk_state) acpi_ex_do_concatenate() argument 338 acpi_ex_concat_template(union acpi_operand_object *operand0, union acpi_operand_object *operand1, union acpi_operand_object **actual_return_desc, struct acpi_walk_state *walk_state) acpi_ex_concat_template() argument [all...] |
H A D | exmisc.c | 252 * operand1 - operand #1 275 union acpi_operand_object *operand1, u8 * logical_result) in acpi_ex_do_logical_op() 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() 273 acpi_ex_do_logical_op(u16 opcode, union acpi_operand_object *operand0, union acpi_operand_object *operand1, u8 * logical_result) acpi_ex_do_logical_op() argument
|
H A 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);
|
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/verifier/ |
H A D | atomic_fetch.c | 95 #define __ATOMIC_FETCH_OP_TEST(src_reg, dst_reg, operand1, op, operand2, expect) \ 100 BPF_ST_MEM(BPF_DW, BPF_REG_10, -8, operand1), \ 106 /* if (old != operand1) exit(1); */ \ 107 BPF_JMP_IMM(BPF_JEQ, src_reg, operand1, 2), \
|
/kernel/linux/linux-5.10/kernel/trace/ |
H A D | trace_events_hist.c | 220 struct hist_field *operand1 = hist_field->operands[0]; in hist_field_plus() local 223 u64 val1 = operand1->fn(operand1, elt, rbe, event); in hist_field_plus() 234 struct hist_field *operand1 = hist_field->operands[0]; in hist_field_minus() local 237 u64 val1 = operand1->fn(operand1, elt, rbe, event); in hist_field_minus() 2111 struct hist_field *operand1, *expr = NULL; in parse_unary() local 2150 operand1 = parse_expr(hist_data, file, str, operand_flags, NULL, ++level); in parse_unary() 2151 if (IS_ERR(operand1)) { in parse_unary() 2152 ret = PTR_ERR(operand1); in parse_unary() 2183 check_expr_operands(struct trace_array *tr, struct hist_field *operand1, struct hist_field *operand2) check_expr_operands() argument 2224 struct hist_field *operand1 = NULL, *operand2 = NULL, *expr = NULL; parse_expr() local [all...] |
/kernel/linux/linux-5.10/drivers/misc/sgi-gru/ |
H A D | gru_instructions.h | 211 #define EOP_ER_CSWAP 0x08 /* Compare with operand2, write operand1 if match*/ 212 #define EOP_ER_CADD 0x0c /* Queue check, operand1*64 byte msg */ 220 #define EOP_ERR_CSWAP 0x08 /* Compare with operand2, write operand1 if match*/ 534 unsigned long operand1, unsigned long operand2, in gru_gamer() 540 ins->op1_stride = operand1; in gru_gamer() 547 unsigned int xtype, unsigned long operand1, in gru_gamerr() 553 ins->op1_stride = operand1; in gru_gamerr() 532 gru_gamer(void *cb, int exopc, unsigned long src, unsigned int xtype, unsigned long operand1, unsigned long operand2, unsigned long hints) gru_gamer() argument 546 gru_gamerr(void *cb, int exopc, unsigned long src, unsigned int xtype, unsigned long operand1, unsigned long operand2, unsigned long hints) gru_gamerr() argument
|
/kernel/linux/linux-6.6/drivers/misc/sgi-gru/ |
H A D | gru_instructions.h | 211 #define EOP_ER_CSWAP 0x08 /* Compare with operand2, write operand1 if match*/ 212 #define EOP_ER_CADD 0x0c /* Queue check, operand1*64 byte msg */ 220 #define EOP_ERR_CSWAP 0x08 /* Compare with operand2, write operand1 if match*/ 534 unsigned long operand1, unsigned long operand2, in gru_gamer() 540 ins->op1_stride = operand1; in gru_gamer() 547 unsigned int xtype, unsigned long operand1, in gru_gamerr() 553 ins->op1_stride = operand1; in gru_gamerr() 532 gru_gamer(void *cb, int exopc, unsigned long src, unsigned int xtype, unsigned long operand1, unsigned long operand2, unsigned long hints) gru_gamer() argument 546 gru_gamerr(void *cb, int exopc, unsigned long src, unsigned int xtype, unsigned long operand1, unsigned long operand2, unsigned long hints) gru_gamerr() argument
|
/kernel/linux/linux-6.6/kernel/trace/ |
H A D | trace_events_hist.c | 316 struct hist_field *operand1 = hist_field->operands[0]; in hist_field_plus() local 319 u64 val1 = hist_fn_call(operand1, elt, buffer, rbe, event); in hist_field_plus() 331 struct hist_field *operand1 = hist_field->operands[0]; in hist_field_minus() local 334 u64 val1 = hist_fn_call(operand1, elt, buffer, rbe, event); in hist_field_minus() 346 struct hist_field *operand1 = hist_field->operands[0]; in hist_field_div() local 349 u64 val1 = hist_fn_call(operand1, elt, buffer, rbe, event); in hist_field_div() 369 struct hist_field *operand1 = hist_field->operands[0]; in div_by_power_of_two() local 372 u64 val1 = hist_fn_call(operand1, elt, buffer, rbe, event); in div_by_power_of_two() 383 struct hist_field *operand1 = hist_field->operands[0]; in div_by_not_power_of_two() local 386 u64 val1 = hist_fn_call(operand1, el in div_by_not_power_of_two() 397 struct hist_field *operand1 = hist_field->operands[0]; div_by_mult_and_shift() local 431 struct hist_field *operand1 = hist_field->operands[0]; hist_field_mult() local 2533 struct hist_field *operand1, *expr = NULL; parse_unary() local 2620 check_expr_operands(struct trace_array *tr, struct hist_field *operand1, struct hist_field *operand2, struct hist_field **var1, struct hist_field **var2) check_expr_operands() argument 2665 struct hist_field *operand1 = NULL, *operand2 = NULL, *expr = NULL; parse_expr() local [all...] |