Home
last modified time | relevance | path

Searched refs:operand (Results 1 - 25 of 105) sorted by relevance

12345

/kernel/linux/linux-5.10/drivers/media/firewire/
H A Dfiredtv-avc.c78 u8 operand[509]; member
85 u8 operand[509]; member
92 memset(&c->operand[from], 0, to - from + 1); in clear_operands()
265 r->operand[0] == SFE_VENDOR_DE_COMPANYID_0 && in is_register_rc()
266 r->operand[1] == SFE_VENDOR_DE_COMPANYID_1 && in is_register_rc()
267 r->operand[2] == SFE_VENDOR_DE_COMPANYID_2 && in is_register_rc()
268 r->operand[3] == SFE_VENDOR_OPCODE_REGISTER_REMOTE_CONTROL; in is_register_rc()
281 fdtv_handle_rc(fdtv, r->operand[4] << 8 | r->operand[5]); in avc_recv()
309 static int add_pid_filter(struct firedtv *fdtv, u8 *operand) in add_pid_filter() argument
[all...]
/kernel/linux/linux-6.6/drivers/media/firewire/
H A Dfiredtv-avc.c78 u8 operand[509]; member
85 u8 operand[509]; member
92 memset(&c->operand[from], 0, to - from + 1); in clear_operands()
265 r->operand[0] == SFE_VENDOR_DE_COMPANYID_0 && in is_register_rc()
266 r->operand[1] == SFE_VENDOR_DE_COMPANYID_1 && in is_register_rc()
267 r->operand[2] == SFE_VENDOR_DE_COMPANYID_2 && in is_register_rc()
268 r->operand[3] == SFE_VENDOR_OPCODE_REGISTER_REMOTE_CONTROL; in is_register_rc()
281 fdtv_handle_rc(fdtv, r->operand[4] << 8 | r->operand[5]); in avc_recv()
309 static int add_pid_filter(struct firedtv *fdtv, u8 *operand) in add_pid_filter() argument
[all...]
/kernel/linux/linux-6.6/drivers/acpi/acpica/
H A Dexoparg1.c108 * DESCRIPTION: Execute Type 1 monadic operator with numeric operand on
115 union acpi_operand_object **operand = &walk_state->operands[0]; in acpi_ex_opcode_1A_0T_0R() local
126 status = acpi_ex_release_mutex(operand[0], walk_state); in acpi_ex_opcode_1A_0T_0R()
131 status = acpi_ex_system_reset_event(operand[0]); in acpi_ex_opcode_1A_0T_0R()
136 status = acpi_ex_system_signal_event(operand[0]); in acpi_ex_opcode_1A_0T_0R()
141 status = acpi_ex_system_do_sleep(operand[0]->integer.value); in acpi_ex_opcode_1A_0T_0R()
147 acpi_ex_system_do_stall((u32) operand[0]->integer.value); in acpi_ex_opcode_1A_0T_0R()
152 status = acpi_ex_unload_table(operand[0]); in acpi_ex_opcode_1A_0T_0R()
183 union acpi_operand_object **operand = &walk_state->operands[0]; in acpi_ex_opcode_1A_1T_0R() local
194 status = acpi_ex_load_op(operand[ in acpi_ex_opcode_1A_1T_0R()
230 union acpi_operand_object **operand = &walk_state->operands[0]; acpi_ex_opcode_1A_1T_1R() local
580 union acpi_operand_object **operand = &walk_state->operands[0]; acpi_ex_opcode_1A_0T_1R() local
[all...]
H A Dexoparg2.c57 union acpi_operand_object **operand = &walk_state->operands[0]; in acpi_ex_opcode_2A_0T_0R() local
70 /* The first operand is a namespace node */ in acpi_ex_opcode_2A_0T_0R()
72 node = (struct acpi_namespace_node *)operand[0]; in acpi_ex_opcode_2A_0T_0R()
76 value = (u32) operand[1]->integer.value; in acpi_ex_opcode_2A_0T_0R()
124 union acpi_operand_object **operand = &walk_state->operands[0]; in acpi_ex_opcode_2A_2T_1R() local
155 status = acpi_ut_divide(operand[0]->integer.value, in acpi_ex_opcode_2A_2T_1R()
156 operand[1]->integer.value, in acpi_ex_opcode_2A_2T_1R()
175 status = acpi_ex_store(return_desc2, operand[2], walk_state); in acpi_ex_opcode_2A_2T_1R()
180 status = acpi_ex_store(return_desc1, operand[3], walk_state); in acpi_ex_opcode_2A_2T_1R()
223 union acpi_operand_object **operand in acpi_ex_opcode_2A_1T_1R() local
467 union acpi_operand_object **operand = &walk_state->operands[0]; acpi_ex_opcode_2A_0T_1R() local
[all...]
H A Dexoparg3.c53 union acpi_operand_object **operand = &walk_state->operands[0]; in acpi_ex_opcode_3A_0T_0R() local
66 (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()
127 union acpi_operand_object **operand = &walk_state->operands[0]; in acpi_ex_opcode_3A_1T_1R() local
140 * Create the return object. The Source operand is guaranteed to be in acpi_ex_opcode_3A_1T_1R()
143 return_desc = acpi_ut_create_internal_object((operand[ in acpi_ex_opcode_3A_1T_1R()
[all...]
H A Dexoparg6.c50 * PARAMETERS: match_op - The AML match operand
178 union acpi_operand_object **operand = &walk_state->operands[0]; in acpi_ex_opcode_6A_0T_1R() local
196 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[ in acpi_ex_opcode_6A_0T_1R()
[all...]
H 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()
339 status = acpi_ns_attach_object((struct acpi_namespace_node *)operand[0], 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()
385 status = acpi_ns_attach_object((struct acpi_namespace_node *)operand[0], in acpi_ex_create_power_resource()
412 union acpi_operand_object **operand in acpi_ex_create_method() local
[all...]
H 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[ in acpi_ex_load_table_op()
[all...]
H A Dutmath.c83 * PARAMETERS: operand - 64-bit shift operand
91 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()
120 * PARAMETERS: operand - 64-bit shift operand
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 << coun in acpi_ut_short_shift_left()
213 acpi_ut_short_shift_right(u64 operand, u32 count, u64 *out_result) acpi_ut_short_shift_right() argument
[all...]
H A Ddsopcode.c306 ACPI_ERROR((AE_INFO, "(%s) bad operand(s), status 0x%X", in acpi_ds_eval_buffer_field_operands()
402 * Get the length operand and save it in acpi_ds_eval_region_operands()
465 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[ in acpi_ds_eval_table_region_operands()
[all...]
/kernel/linux/linux-5.10/drivers/acpi/acpica/
H A Dexoparg1.c108 * DESCRIPTION: Execute Type 1 monadic operator with numeric operand on
115 union acpi_operand_object **operand = &walk_state->operands[0]; in acpi_ex_opcode_1A_0T_0R() local
126 status = acpi_ex_release_mutex(operand[0], walk_state); in acpi_ex_opcode_1A_0T_0R()
131 status = acpi_ex_system_reset_event(operand[0]); in acpi_ex_opcode_1A_0T_0R()
136 status = acpi_ex_system_signal_event(operand[0]); in acpi_ex_opcode_1A_0T_0R()
141 status = acpi_ex_system_do_sleep(operand[0]->integer.value); in acpi_ex_opcode_1A_0T_0R()
147 acpi_ex_system_do_stall((u32) operand[0]->integer.value); in acpi_ex_opcode_1A_0T_0R()
152 status = acpi_ex_unload_table(operand[0]); in acpi_ex_opcode_1A_0T_0R()
182 union acpi_operand_object **operand = &walk_state->operands[0]; in acpi_ex_opcode_1A_1T_0R() local
192 status = acpi_ex_load_op(operand[ in acpi_ex_opcode_1A_1T_0R()
224 union acpi_operand_object **operand = &walk_state->operands[0]; acpi_ex_opcode_1A_1T_1R() local
559 union acpi_operand_object **operand = &walk_state->operands[0]; acpi_ex_opcode_1A_0T_1R() local
[all...]
H A Dexoparg2.c57 union acpi_operand_object **operand = &walk_state->operands[0]; in acpi_ex_opcode_2A_0T_0R() local
70 /* The first operand is a namespace node */ in acpi_ex_opcode_2A_0T_0R()
72 node = (struct acpi_namespace_node *)operand[0]; in acpi_ex_opcode_2A_0T_0R()
76 value = (u32) operand[1]->integer.value; in acpi_ex_opcode_2A_0T_0R()
124 union acpi_operand_object **operand = &walk_state->operands[0]; in acpi_ex_opcode_2A_2T_1R() local
155 status = acpi_ut_divide(operand[0]->integer.value, in acpi_ex_opcode_2A_2T_1R()
156 operand[1]->integer.value, in acpi_ex_opcode_2A_2T_1R()
175 status = acpi_ex_store(return_desc2, operand[2], walk_state); in acpi_ex_opcode_2A_2T_1R()
180 status = acpi_ex_store(return_desc1, operand[3], walk_state); in acpi_ex_opcode_2A_2T_1R()
223 union acpi_operand_object **operand in acpi_ex_opcode_2A_1T_1R() local
467 union acpi_operand_object **operand = &walk_state->operands[0]; acpi_ex_opcode_2A_0T_1R() local
[all...]
H A Dexoparg3.c53 union acpi_operand_object **operand = &walk_state->operands[0]; in acpi_ex_opcode_3A_0T_0R() local
66 (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()
127 union acpi_operand_object **operand = &walk_state->operands[0]; in acpi_ex_opcode_3A_1T_1R() local
140 * Create the return object. The Source operand is guaranteed to be in acpi_ex_opcode_3A_1T_1R()
143 return_desc = acpi_ut_create_internal_object((operand[ in acpi_ex_opcode_3A_1T_1R()
[all...]
H A Dexoparg6.c50 * PARAMETERS: match_op - The AML match operand
178 union acpi_operand_object **operand = &walk_state->operands[0]; in acpi_ex_opcode_6A_0T_1R() local
196 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[ in acpi_ex_opcode_6A_0T_1R()
[all...]
H A Dexcreate.c316 union acpi_operand_object **operand = &walk_state->operands[0]; in acpi_ex_create_processor() local
331 obj_desc->processor.proc_id = (u8) operand[1]->integer.value; in acpi_ex_create_processor()
332 obj_desc->processor.length = (u8) operand[3]->integer.value; in acpi_ex_create_processor()
334 (acpi_io_address)operand[2]->integer.value; in acpi_ex_create_processor()
338 status = acpi_ns_attach_object((struct acpi_namespace_node *)operand[0], in acpi_ex_create_processor()
363 union acpi_operand_object **operand = &walk_state->operands[0]; in acpi_ex_create_power_resource() local
378 obj_desc->power_resource.system_level = (u8) operand[1]->integer.value; in acpi_ex_create_power_resource()
380 (u16) operand[2]->integer.value; in acpi_ex_create_power_resource()
384 status = acpi_ns_attach_object((struct acpi_namespace_node *)operand[0], in acpi_ex_create_power_resource()
411 union acpi_operand_object **operand in acpi_ex_create_method() local
[all...]
H A Dexconfig.c86 union acpi_operand_object **operand = &walk_state->operands[0]; in acpi_ex_load_table_op() local
98 status = acpi_tb_find_table(operand[0]->string.pointer, in acpi_ex_load_table_op()
99 operand[1]->string.pointer, in acpi_ex_load_table_op()
100 operand[2]->string.pointer, &table_index); in acpi_ex_load_table_op()
125 if (operand[3]->string.length > 0) { in acpi_ex_load_table_op()
131 operand[3]->string.pointer, in acpi_ex_load_table_op()
141 if (operand[4]->string.length > 0) { in acpi_ex_load_table_op()
142 if ((operand[4]->string.pointer[0] != AML_ROOT_PREFIX) && in acpi_ex_load_table_op()
143 (operand[4]->string.pointer[0] != AML_PARENT_PREFIX)) { in acpi_ex_load_table_op()
154 operand[ in acpi_ex_load_table_op()
[all...]
H A Dutmath.c83 * PARAMETERS: operand - 64-bit shift operand
91 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()
120 * PARAMETERS: operand - 64-bit shift operand
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 << coun in acpi_ut_short_shift_left()
213 acpi_ut_short_shift_right(u64 operand, u32 count, u64 *out_result) acpi_ut_short_shift_right() argument
[all...]
H A Ddsopcode.c306 ACPI_ERROR((AE_INFO, "(%s) bad operand(s), status 0x%X", in acpi_ds_eval_buffer_field_operands()
402 * Get the length operand and save it in acpi_ds_eval_region_operands()
465 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[ in acpi_ds_eval_table_region_operands()
[all...]
/kernel/linux/linux-5.10/arch/powerpc/xmon/
H A Dppc-dis.c23 /* Extract the operand value from the PowerPC or POWER instruction. */
26 operand_value_powerpc (const struct powerpc_operand *operand, in operand_value_powerpc() argument
32 if (operand->extract) in operand_value_powerpc()
33 value = (*operand->extract) (insn, dialect, &invalid); 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()
40 if ((operand in operand_value_powerpc()
62 const struct powerpc_operand *operand; skip_optional_operands() local
91 const struct powerpc_operand *operand; lookup_powerpc() local
164 const struct powerpc_operand *operand; print_insn_powerpc() local
[all...]
/kernel/linux/linux-6.6/arch/powerpc/xmon/
H A Dppc-dis.c23 /* Extract the operand value from the PowerPC or POWER instruction. */
26 operand_value_powerpc (const struct powerpc_operand *operand, in operand_value_powerpc() argument
32 if (operand->extract) in operand_value_powerpc()
33 value = (*operand->extract) (insn, dialect, &invalid); 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()
40 if ((operand in operand_value_powerpc()
62 const struct powerpc_operand *operand; skip_optional_operands() local
91 const struct powerpc_operand *operand; lookup_powerpc() local
164 const struct powerpc_operand *operand; print_insn_powerpc() local
[all...]
/kernel/linux/linux-5.10/arch/s390/kernel/
H A Ddis.c34 /* Type of operand */
48 unsigned char bits; /* The number of bits in the operand. */
341 /* Extracts an operand value from an instruction. */
343 const struct s390_operand *operand) in extract_operand()
349 /* Extract fragments of the operand byte for byte. */ in extract_operand()
350 cp = code + operand->shift / 8; in extract_operand()
351 bits = (operand->shift & 7) + operand->bits; in extract_operand()
359 val &= ((1U << (operand->bits - 1)) << 1) - 1; in extract_operand()
362 if (operand in extract_operand()
342 extract_operand(unsigned char *code, const struct s390_operand *operand) extract_operand() argument
425 const struct s390_operand *operand; print_insn() local
[all...]
/kernel/linux/linux-6.6/arch/s390/kernel/
H A Ddis.c34 /* Type of operand */
48 unsigned char bits; /* The number of bits in the operand. */
344 /* Extracts an operand value from an instruction. */
346 const struct s390_operand *operand) in extract_operand()
352 /* Extract fragments of the operand byte for byte. */ in extract_operand()
353 cp = code + operand->shift / 8; in extract_operand()
354 bits = (operand->shift & 7) + operand->bits; in extract_operand()
362 val &= ((1U << (operand->bits - 1)) << 1) - 1; in extract_operand()
365 if (operand in extract_operand()
345 extract_operand(unsigned char *code, const struct s390_operand *operand) extract_operand() argument
428 const struct s390_operand *operand; print_insn() local
[all...]
/kernel/linux/linux-5.10/arch/m68k/ifpsp060/src/
H A Dfplsp.S323 set FP_DST, LV+56 # fp destination operand
329 set FP_SRC, LV+44 # fp source operand
351 set STORE_FLG, LV+19 # flag: operand store (ie. not fcmp/ftst)
356 set DTAG, LV+15 # destination operand type
357 set STAG, LV+14 # source operand type
406 set NORM, 0x00 # operand type for STAG/DTAG
407 set ZERO, 0x01 # operand type for STAG/DTAG
408 set INF, 0x02 # operand type for STAG/DTAG
409 set QNAN, 0x03 # operand type for STAG/DTAG
410 set DENORM, 0x04 # operand typ
[all...]
/kernel/linux/linux-6.6/arch/m68k/ifpsp060/src/
H A Dfplsp.S323 set FP_DST, LV+56 # fp destination operand
329 set FP_SRC, LV+44 # fp source operand
351 set STORE_FLG, LV+19 # flag: operand store (ie. not fcmp/ftst)
356 set DTAG, LV+15 # destination operand type
357 set STAG, LV+14 # source operand type
406 set NORM, 0x00 # operand type for STAG/DTAG
407 set ZERO, 0x01 # operand type for STAG/DTAG
408 set INF, 0x02 # operand type for STAG/DTAG
409 set QNAN, 0x03 # operand type for STAG/DTAG
410 set DENORM, 0x04 # operand typ
[all...]
/kernel/linux/linux-5.10/drivers/dma/idxd/
H A Ddevice.c16 static void idxd_cmd_exec(struct idxd_device *idxd, int cmd_code, u32 operand,
226 u32 status, operand; in idxd_wq_disable() local
235 operand = BIT(wq->id % 16) | ((wq->id / 16) << 16); in idxd_wq_disable()
236 idxd_cmd_exec(idxd, IDXD_CMD_DISABLE_WQ, operand, &status); in idxd_wq_disable()
252 u32 operand; in idxd_wq_drain() local
260 operand = BIT(wq->id % 16) | ((wq->id / 16) << 16); in idxd_wq_drain()
261 idxd_cmd_exec(idxd, IDXD_CMD_DRAIN_WQ, operand, NULL); in idxd_wq_drain()
268 u32 operand; in idxd_wq_reset() local
275 operand = BIT(wq->id % 16) | ((wq->id / 16) << 16); in idxd_wq_reset()
276 idxd_cmd_exec(idxd, IDXD_CMD_RESET_WQ, operand, NUL in idxd_wq_reset()
370 idxd_cmd_exec(struct idxd_device *idxd, int cmd_code, u32 operand, u32 *status) idxd_cmd_exec() argument
[all...]

Completed in 22 milliseconds

12345