Home
last modified time | relevance | path

Searched refs:operand (Results 1 – 25 of 67) sorted by relevance

123

/linux-6.3-rc2/drivers/media/firewire/
A Dfiredtv-avc.c78 u8 operand[509]; member
85 u8 operand[509]; member
281 fdtv_handle_rc(fdtv, r->operand[4] << 8 | r->operand[5]); in avc_recv()
324 operand[0] = n; in add_pid_filter()
371 c->operand[11] = 0; in avc_tuner_tuneqpsk()
373 c->operand[11] = 1; in avc_tuner_tuneqpsk()
496 c->operand[5] = in avc_tuner_dsd_dvb_t()
507 c->operand[6] = in avc_tuner_dsd_dvb_t()
737 (r->operand[3] << 8) + r->operand[4] != 8) { in avc_identify_subunit()
1001 memcpy(&app_info[5], &r->operand[pos], 5 + r->operand[pos + 4]); in avc_ca_app_info()
[all …]
/linux-6.3-rc2/drivers/acpi/acpica/
A Dexoparg1.c194 status = acpi_ex_load_op(operand[0], operand[1], walk_state); in acpi_ex_opcode_1A_1T_0R()
443 status = acpi_ex_store(operand[0], operand[1], walk_state); in acpi_ex_opcode_1A_1T_1R()
626 temp_desc = operand[0]; in acpi_ex_opcode_1A_0T_1R()
798 operand[0]); in acpi_ex_opcode_1A_0T_1R()
803 operand[0] = temp_desc; in acpi_ex_opcode_1A_0T_1R()
837 operand[0] = temp_desc; in acpi_ex_opcode_1A_0T_1R()
847 operand[0] = temp_desc; in acpi_ex_opcode_1A_0T_1R()
883 operand[0]-> in acpi_ex_opcode_1A_0T_1R()
921 return_desc = operand[0]; in acpi_ex_opcode_1A_0T_1R()
993 operand[0]->reference. in acpi_ex_opcode_1A_0T_1R()
[all …]
A Dexoparg2.c156 operand[1]->integer.value, in acpi_ex_opcode_2A_2T_1R()
263 operand[1]->integer.value, in acpi_ex_opcode_2A_1T_1R()
270 acpi_ex_do_concatenate(operand[0], operand[1], &return_desc, in acpi_ex_opcode_2A_1T_1R()
317 acpi_ex_concat_template(operand[0], operand[1], in acpi_ex_opcode_2A_1T_1R()
334 index = operand[1]->integer.value; in acpi_ex_opcode_2A_1T_1R()
385 (operand[0])->common.type)); in acpi_ex_opcode_2A_1T_1R()
405 acpi_ut_add_reference(operand[0]); in acpi_ex_opcode_2A_1T_1R()
490 operand[0]->integer. in acpi_ex_opcode_2A_0T_1R()
492 operand[1]->integer. in acpi_ex_opcode_2A_0T_1R()
508 acpi_ex_acquire_mutex(operand[1], operand[0], walk_state); in acpi_ex_opcode_2A_0T_1R()
[all …]
A Dexoparg3.c66 (u32)operand[0]->integer.value, in acpi_ex_opcode_3A_0T_0R()
67 (u32)operand[1]->integer.value, in acpi_ex_opcode_3A_0T_0R()
68 (u32)operand[2]->integer.value)); in acpi_ex_opcode_3A_0T_0R()
72 fatal->type = (u32) operand[0]->integer.value; in acpi_ex_opcode_3A_0T_0R()
73 fatal->code = (u32) operand[1]->integer.value; in acpi_ex_opcode_3A_0T_0R()
74 fatal->argument = (u32) operand[2]->integer.value; in acpi_ex_opcode_3A_0T_0R()
152 index = operand[1]->integer.value; in acpi_ex_opcode_3A_1T_1R()
153 length = (acpi_size)operand[2]->integer.value; in acpi_ex_opcode_3A_1T_1R()
159 if (index >= operand[0]->string.length) { in acpi_ex_opcode_3A_1T_1R()
167 (acpi_size)operand[0]->string.length - in acpi_ex_opcode_3A_1T_1R()
[all …]
A Dexoparg6.c196 if ((operand[1]->integer.value > MAX_MATCH_OPERATOR) || in acpi_ex_opcode_6A_0T_1R()
197 (operand[3]->integer.value > MAX_MATCH_OPERATOR)) { in acpi_ex_opcode_6A_0T_1R()
205 index = operand[5]->integer.value; in acpi_ex_opcode_6A_0T_1R()
206 if (index >= operand[0]->package.count) { in acpi_ex_opcode_6A_0T_1R()
210 operand[0]->package.count)); in acpi_ex_opcode_6A_0T_1R()
236 for (; index < operand[0]->package.count; index++) { in acpi_ex_opcode_6A_0T_1R()
240 this_element = operand[0]->package.elements[index]; in acpi_ex_opcode_6A_0T_1R()
253 if (!acpi_ex_do_match((u32) operand[1]->integer.value, in acpi_ex_opcode_6A_0T_1R()
254 this_element, operand[2])) { in acpi_ex_opcode_6A_0T_1R()
258 if (!acpi_ex_do_match((u32) operand[3]->integer.value, in acpi_ex_opcode_6A_0T_1R()
[all …]
A Dexcreate.c317 union acpi_operand_object **operand = &walk_state->operands[0]; in acpi_ex_create_processor() local
332 obj_desc->processor.proc_id = (u8) operand[1]->integer.value; in acpi_ex_create_processor()
333 obj_desc->processor.length = (u8) operand[3]->integer.value; in acpi_ex_create_processor()
335 (acpi_io_address)operand[2]->integer.value; in acpi_ex_create_processor()
364 union acpi_operand_object **operand = &walk_state->operands[0]; in acpi_ex_create_power_resource() local
379 obj_desc->power_resource.system_level = (u8) operand[1]->integer.value; in acpi_ex_create_power_resource()
381 (u16) operand[2]->integer.value; in acpi_ex_create_power_resource()
412 union acpi_operand_object **operand = &walk_state->operands[0]; in acpi_ex_create_method() local
431 obj_desc->method.node = operand[0]; in acpi_ex_create_method()
437 method_flags = (u8)operand[1]->integer.value; in acpi_ex_create_method()
[all …]
A Dexconfig.c86 union acpi_operand_object **operand = &walk_state->operands[0]; in acpi_ex_load_table_op() local
108 status = acpi_tb_find_table(operand[0]->string.pointer, in acpi_ex_load_table_op()
109 operand[1]->string.pointer, in acpi_ex_load_table_op()
110 operand[2]->string.pointer, &table_index); in acpi_ex_load_table_op()
129 if (operand[3]->string.length > 0) { in acpi_ex_load_table_op()
135 operand[3]->string.pointer, in acpi_ex_load_table_op()
145 if (operand[4]->string.length > 0) { in acpi_ex_load_table_op()
146 if ((operand[4]->string.pointer[0] != AML_ROOT_PREFIX) && in acpi_ex_load_table_op()
147 (operand[4]->string.pointer[0] != AML_PARENT_PREFIX)) { in acpi_ex_load_table_op()
158 operand[4]->string.pointer, in acpi_ex_load_table_op()
[all …]
A Ddsopcode.c465 union acpi_operand_object **operand; in acpi_ds_eval_table_region_operands() local
492 operand = &walk_state->operands[0]; in acpi_ds_eval_table_region_operands()
507 status = acpi_tb_find_table(operand[0]->string.pointer, in acpi_ds_eval_table_region_operands()
508 operand[1]->string.pointer, in acpi_ds_eval_table_region_operands()
509 operand[2]->string.pointer, &table_index); in acpi_ds_eval_table_region_operands()
514 operand[0]->string.pointer, in acpi_ds_eval_table_region_operands()
515 operand[1]->string.pointer, in acpi_ds_eval_table_region_operands()
516 operand[2]->string.pointer)); in acpi_ds_eval_table_region_operands()
546 acpi_ut_remove_reference(operand[0]); in acpi_ds_eval_table_region_operands()
547 acpi_ut_remove_reference(operand[1]); in acpi_ds_eval_table_region_operands()
[all …]
A Dutmath.c91 acpi_status acpi_ut_short_shift_left(u64 operand, u32 count, u64 *out_result) in acpi_ut_short_shift_left() argument
97 operand_ovl.full = operand; in acpi_ut_short_shift_left()
128 acpi_status acpi_ut_short_shift_right(u64 operand, u32 count, u64 *out_result) in acpi_ut_short_shift_right() argument
134 operand_ovl.full = operand; in acpi_ut_short_shift_right()
189 acpi_status acpi_ut_short_shift_left(u64 operand, u32 count, u64 *out_result) in acpi_ut_short_shift_left() argument
197 *out_result = operand << count; in acpi_ut_short_shift_left()
213 acpi_status acpi_ut_short_shift_right(u64 operand, u32 count, u64 *out_result) in acpi_ut_short_shift_right() argument
221 *out_result = operand >> count; in acpi_ut_short_shift_right()
A Ddsutils.c749 union acpi_operand_object **operand = &walk_state->operands[0]; in acpi_ds_evaluate_name_path() local
777 new_obj_desc = *operand; in acpi_ds_evaluate_name_path()
781 type = (*operand)->common.type; in acpi_ds_evaluate_name_path()
783 status = acpi_ex_resolve_to_value(operand, walk_state); in acpi_ds_evaluate_name_path()
792 acpi_ut_remove_reference(*operand); in acpi_ds_evaluate_name_path()
795 acpi_ut_copy_iobject_to_iobject(*operand, &new_obj_desc, in acpi_ds_evaluate_name_path()
805 new_obj_desc = *operand; in acpi_ds_evaluate_name_path()
A Dexresolv.c303 union acpi_operand_object *operand, in acpi_ex_resolve_multiple() argument
307 union acpi_operand_object *obj_desc = ACPI_CAST_PTR(void, operand); in acpi_ex_resolve_multiple()
309 ACPI_CAST_PTR(struct acpi_namespace_node, operand); in acpi_ex_resolve_multiple()
412 if (obj_desc == operand) { in acpi_ex_resolve_multiple()
/linux-6.3-rc2/arch/powerpc/xmon/
A Dppc-dis.c32 if (operand->extract) in operand_value_powerpc()
36 if (operand->shift >= 0) in operand_value_powerpc()
37 value = (insn >> operand->shift) & operand->bitm; in operand_value_powerpc()
39 value = (insn << -operand->shift) & operand->bitm; in operand_value_powerpc()
44 unsigned long top = operand->bitm; in operand_value_powerpc()
62 const struct powerpc_operand *operand; in skip_optional_operands() local
66 operand = &powerpc_operands[*opindex]; in skip_optional_operands()
70 ppc_optional_operand_value (operand))) in skip_optional_operands()
104 operand = powerpc_operands + *opindex; in lookup_powerpc()
105 if (operand->extract) in lookup_powerpc()
[all …]
A Dppc.h439 ppc_optional_operand_value (const struct powerpc_operand *operand) in ppc_optional_operand_value() argument
441 if ((operand->flags & PPC_OPERAND_OPTIONAL_VALUE) != 0) in ppc_optional_operand_value()
442 return (operand+1)->shift; in ppc_optional_operand_value()
/linux-6.3-rc2/arch/s390/kernel/
A Ddis.c353 cp = code + operand->shift / 8; in extract_operand()
354 bits = (operand->shift & 7) + operand->bits; in extract_operand()
365 if (operand->bits == 20 && operand->shift == 20) in extract_operand()
369 if (operand->flags & OPERAND_VR) { in extract_operand()
370 if (operand->shift == 8) in extract_operand()
372 else if (operand->shift == 12) in extract_operand()
374 else if (operand->shift == 16) in extract_operand()
376 else if (operand->shift == 32) in extract_operand()
386 if (operand->flags & OPERAND_PCREL) in extract_operand()
428 const struct s390_operand *operand; in print_insn() local
[all …]
/linux-6.3-rc2/arch/m68k/ifpsp060/src/
A Dfplsp.S426 set operr_bit, 5 # operand error
577 bsr.l tag # fetch operand type
588 bsr.l ssin # operand is a NORM
634 bsr.l tag # fetch operand type
646 bsr.l ssin # operand is a NORM
693 bsr.l tag # fetch operand type
704 bsr.l ssin # operand is a NORM
754 bsr.l tag # fetch operand type
765 bsr.l scos # operand is a NORM
811 bsr.l tag # fetch operand type
[all …]
A Dpfpsp.S923 bsr.l set_tag_x # tag the operand type
1265 # we don't know whether the src operand or the dst operand (or both) is the
1269 bsr.l set_tag_x # tag the operand type
1396 # src operand.
1834 bsr.l set_tag_x # tag the operand type
1974 # src operand.
2077 # able to detect all operand types.
2079 bsr.l set_tag_x # tag the operand type
2550 # FP_SRC now holds the src operand.
2568 bsr.l load_fpn2 # load dst operand
[all …]
A Dfpsp.S1266 # we don't know whether the src operand or the dst operand (or both) is the
1397 # src operand.
1975 # src operand.
2078 # able to detect all operand types.
2551 # FP_SRC now holds the src operand.
9565 # operand. If the absoulute value of the source operand is #
10266 # of the src operand. #
11660 # exceptional operand.
11771 # exceptional operand.
13635 # operand WILL overflow.
[all …]
/linux-6.3-rc2/drivers/dma/idxd/
A Ddevice.c207 u32 status, operand; in idxd_wq_disable() local
236 u32 operand; in idxd_wq_drain() local
252 u32 operand; in idxd_wq_reset() local
507 cmd.operand = operand; in idxd_cmd_exec()
516 __func__, cmd_code, operand); in idxd_cmd_exec()
599 u32 operand; in idxd_device_drain_pasid() local
601 operand = pasid; in idxd_device_drain_pasid()
611 u32 operand, status; in idxd_device_request_int_handle() local
618 operand = idx & GENMASK(15, 0); in idxd_device_request_int_handle()
641 u32 operand, status; in idxd_device_release_int_handle() local
[all …]
/linux-6.3-rc2/drivers/gpu/ipu-v3/
A Dipu-dc.c119 static void dc_write_tmpl(struct ipu_dc *dc, int word, u32 opcode, u32 operand, in dc_write_tmpl() argument
126 reg1 = (operand << 20) & 0xfff00000; in dc_write_tmpl()
127 reg2 = operand >> 12 | opcode << 1 | stop << 9; in dc_write_tmpl()
129 reg1 = sync | glue << 4 | ++wave << 11 | ((operand << 15) & 0xffff8000); in dc_write_tmpl()
130 reg2 = operand >> 17 | opcode << 7 | stop << 9; in dc_write_tmpl()
132 reg1 = sync | glue << 4 | ++wave << 11 | ++map << 15 | ((operand << 20) & 0xfff00000); in dc_write_tmpl()
133 reg2 = operand >> 12 | opcode << 4 | stop << 9; in dc_write_tmpl()
/linux-6.3-rc2/arch/x86/kvm/
A Dkvm_emulate.h231 struct operand { struct
357 struct operand src;
358 struct operand src2;
359 struct operand dst;
360 struct operand memop;
362 struct operand *memopp;
/linux-6.3-rc2/arch/x86/kvm/vmx/
A Dvmx_ops.h304 } operand = { vpid, 0, gva }; in __invvpid() local
306 vmx_asm2(invvpid, "r"(ext), "m"(operand), ext, vpid, gva); in __invvpid()
313 } operand = {eptp, gpa}; in __invept() local
315 vmx_asm2(invept, "r"(ext), "m"(operand), ext, eptp, gpa); in __invept()
/linux-6.3-rc2/arch/m68k/fpsp040/
A Dx_unfl.S17 | operand needs to made available to the user with a bias of $6000
151 | If the exception bit set is E3, the exceptional operand from the
157 lea WBTEMP(%a6),%a0 |a0 now points to operand
202 | Input: a0 points to input operand
206 | Output: a0 points to rounded operand
A Dscale.S4 | The entry point sSCALE computes the destination operand
5 | scaled by the source operand. If the absolute value of
6 | the source operand is (>= 2^14) an overflow or underflow
12 | Input: Double-extended destination operand in FPTEMP,
13 | double-extended source operand in ETEMP.
/linux-6.3-rc2/arch/m68k/ifpsp060/
A Dfskeleton.S107 | This is the exit point for the 060FPSP when an enabled operand error exception
109 | for enabled operand error exceptions. The exception stack frame is an operand error
110 | stack frame. The FP state frame holds the source operand of the faulting
129 | stack frame. The FP state frame holds the source operand of the faulting
148 | stack frame. The FP state frame holds the source operand of the faulting
167 | stack frame. The FP state frame holds the source operand of the faulting
A Diskeleton.S86 | and the operand was out of bounds, then _isp_unimp() creates
121 | integer divide where the source operand is a zero, then the _isp_unimp()
186 | region. Note: the routine must lock two pages if the operand
191 | a0 = operand address
254 | Note: the routine must unlock two pages if the operand spans
257 | a0 = operand address

Completed in 90 milliseconds

123