Home
last modified time | relevance | path

Searched full:immediate (Results 1 – 25 of 787) sorted by relevance

12345678910>>...32

/Linux-v5.15/arch/arm/probes/
Ddecode-thumb.c48 /* STRD (immediate) 1110 1000 x110 xxxx xxxx xxxx xxxx xxxx */
49 /* LDRD (immediate) 1110 1000 x111 xxxx xxxx xxxx xxxx xxxx */
51 /* STRD (immediate) 1110 1001 x1x0 xxxx xxxx xxxx xxxx xxxx */
52 /* LDRD (immediate) 1110 1001 x1x1 xxxx xxxx xxxx xxxx xxxx */
134 /* Data-processing (modified immediate) */
186 /* Data-processing (plain binary immediate) */
287 /* PLD{W} (immediate) 1111 1000 10x1 xxxx 1111 xxxx xxxx xxxx */
289 /* PLD{W} (immediate) 1111 1000 00x1 xxxx 1111 1100 xxxx xxxx */
291 /* PLI (immediate) 1111 1001 1001 xxxx 1111 xxxx xxxx xxxx */
293 /* PLI (immediate) 1111 1001 0001 xxxx 1111 1100 xxxx xxxx */
[all …]
Ddecode-arm.c119 /* PLDI (immediate) 1111 0100 x101 xxxx xxxx xxxx xxxx xxxx */
120 /* PLDW (immediate) 1111 0101 x001 xxxx xxxx xxxx xxxx xxxx */
121 /* PLD (immediate) 1111 0101 x101 xxxx xxxx xxxx xxxx xxxx */
130 /* BLX (immediate) 1111 101x xxxx xxxx xxxx xxxx xxxx xxxx */
270 /* LDRD (immediate) cccc 000x x1x0 xxxx xxxx xxxx 1101 xxxx */
271 /* STRD (immediate) cccc 000x x1x0 xxxx xxxx xxxx 1111 xxxx */
285 /* STRH (immediate) cccc 000x x1x0 xxxx xxxx xxxx 1011 xxxx */
289 /* LDRH (immediate) cccc 000x x1x1 xxxx xxxx xxxx 1011 xxxx */
290 /* LDRSB (immediate) cccc 000x x1x1 xxxx xxxx xxxx 1101 xxxx */
291 /* LDRSH (immediate) cccc 000x x1x1 xxxx xxxx xxxx 1111 xxxx */
[all …]
/Linux-v5.15/net/rxrpc/
Dcall_event.c24 bool immediate, bool background) in rxrpc_propose_ping() argument
26 if (immediate) { in rxrpc_propose_ping()
46 u32 serial, bool immediate, bool background, in __rxrpc_propose_ACK() argument
57 rxrpc_propose_ping(call, immediate, background); in __rxrpc_propose_ACK()
72 if (!immediate) in __rxrpc_propose_ACK()
86 immediate = false; in __rxrpc_propose_ACK()
100 immediate = true; in __rxrpc_propose_ACK()
106 } else if (immediate || expiry == 0) { in __rxrpc_propose_ACK()
107 _debug("immediate ACK %lx", call->events); in __rxrpc_propose_ACK()
129 trace_rxrpc_propose_ack(call, why, ack_reason, serial, immediate, in __rxrpc_propose_ACK()
[all …]
/Linux-v5.15/drivers/crypto/caam/
Ddesc_constr.h15 #define IMMEDIATE (1 << 23) macro
60 #define SET_OK_NO_PROP_ERRORS (IMMEDIATE | LDST_CLASS_DECO | \
64 #define DISABLE_AUTO_INFO_FIFO (IMMEDIATE | LDST_CLASS_DECO | \
67 #define ENABLE_AUTO_INFO_FIFO (IMMEDIATE | LDST_CLASS_DECO | \
228 append_cmd(desc, command | IMMEDIATE | len); in append_cmd_data()
362 * 2nd variant for commands whose specified immediate length differs
363 * from length of immediate data provided, e.g., split keys
371 append_cmd(desc, CMD_##op | IMMEDIATE | len | options); \
377 static inline void append_##cmd##_imm_##type(u32 * const desc, type immediate, \
382 append_cmd(desc, CMD_##op | IMMEDIATE | options); \
[all …]
/Linux-v5.15/drivers/gpu/drm/amd/amdgpu/
Damdgpu_trace.h370 uint32_t incr, uint64_t flags, bool immediate),
371 TP_ARGS(pe, addr, count, incr, flags, immediate),
378 __field(bool, immediate)
387 __entry->immediate = immediate;
390 "immediate=%d", __entry->pe, __entry->addr, __entry->incr,
391 __entry->flags, __entry->count, __entry->immediate)
395 TP_PROTO(uint64_t pe, uint64_t src, unsigned count, bool immediate),
396 TP_ARGS(pe, src, count, immediate),
401 __field(bool, immediate)
408 __entry->immediate = immediate;
[all …]
Damdgpu_vm_sdma.c64 enum amdgpu_ib_pool_type pool = p->immediate ? AMDGPU_IB_POOL_IMMEDIATE in amdgpu_vm_sdma_prepare()
99 entity = p->immediate ? &p->vm->immediate : &p->vm->delayed; in amdgpu_vm_sdma_commit()
118 if (fence && !p->immediate) in amdgpu_vm_sdma_commit()
148 trace_amdgpu_vm_copy_ptes(pe, src, count, p->immediate); in amdgpu_vm_sdma_copy_ptes()
175 trace_amdgpu_vm_set_ptes(pe, addr, count, incr, flags, p->immediate); in amdgpu_vm_sdma_set_ptes()
205 enum amdgpu_ib_pool_type pool = p->immediate ? AMDGPU_IB_POOL_IMMEDIATE in amdgpu_vm_sdma_update()
/Linux-v5.15/drivers/net/ipa/
Dipa_cmd.c22 * DOC: IPA Immediate Commands
24 * The AP command TX endpoint is used to issue immediate commands to the IPA.
25 * An immediate command is generally used to request the IPA do something
28 * Immediate commands are represented by GSI transactions just like other
29 * transfer requests, represented by a single GSI TRE. Each immediate
32 * immediate command's opcode. The payload for a command resides in DRAM
35 * an immediate command transaction, either gsi_trans_commit_wait() or
137 /* Immediate command payload */
182 /* Size must fit in the immediate command field that holds it */ in ipa_cmd_table_valid()
191 /* Offset must fit in the immediate command field that holds it */ in ipa_cmd_table_valid()
[all …]
Dipa_cmd.h21 * enum ipa_cmd_opcode: IPA immediate commands
34 * All immediate commands are issued using the AP command TX endpoint.
50 * struct ipa_cmd_info - information needed for an IPA immediate command
97 * @opcode: IPA immediate command opcode
/Linux-v5.15/arch/arm/probes/kprobes/
Dcheckers-arm.c58 /* STR (immediate) cccc 010x x0x0 1101 xxxx xxxx xxxx xxxx */ in arm_check_stack()
59 /* STRB (immediate) cccc 010x x1x0 1101 xxxx xxxx xxxx xxxx */ in arm_check_stack()
61 /* STRD (immediate) cccc 000x x1x0 1101 xxxx xxxx 1111 xxxx */ in arm_check_stack()
62 /* STRH (immediate) cccc 000x x1x0 1101 xxxx xxxx 1011 xxxx */ in arm_check_stack()
141 * LDRD (immediate) cccc 000x x1x0 xxxx xxxx xxxx 1101 xxxx
142 * STRD (immediate) cccc 000x x1x0 xxxx xxxx xxxx 1111 xxxx
/Linux-v5.15/tools/objtool/arch/x86/
Ddecode.c72 return insn->offset + insn->len + insn->immediate; in arch_jump_destination()
108 unsigned long *immediate, in arch_decode_instruction() argument
203 /* push immediate */ in arch_decode_instruction()
216 * 1000 00sw : mod OP r/m : immediate in arch_decode_instruction()
218 * s - sign extend immediate in arch_decode_instruction()
235 imm = insn.immediate.value; in arch_decode_instruction()
266 op->src.offset = insn.immediate.value; in arch_decode_instruction()
576 * a PUSH of an immediate value (the return address). in arch_decode_instruction()
621 *immediate = insn.immediate.nbytes ? insn.immediate.value : 0; in arch_decode_instruction()
/Linux-v5.15/drivers/infiniband/ulp/rtrs/
DREADME43 Server uses immediate field to tell the client which request is being
44 acknowledged and for errno. Client uses immediate field to tell the server
96 messages with an immediate field) which are used to detect a crash on remote
130 an immediate field. The 32 bit field is used to specify the outstanding
148 an immediate field. The 32 bit field is used to specify the outstanding
170 message with an immediate field. The 32 bit field is used to specify the
191 message with an immediate field. The 32 bit field is used to specify the
/Linux-v5.15/arch/riscv/include/asm/
Dparse_asm.h8 /* The bit field of immediate value in I-type instruction */
15 /* The bit field of immediate value in J-type instruction */
28 /* The bit field of immediate value in B-type instruction */
46 /* The bit field of immediate value in RVC J instruction */
71 /* The bit field of immediate value in RVC B instruction */
/Linux-v5.15/drivers/scsi/aic7xxx/aicasm/
Daicasm_insformat.h50 uint32_t immediate : 8, member
62 immediate : 8;
88 uint32_t immediate : 8, member
98 immediate : 8;
/Linux-v5.15/drivers/amba/
Dtegra-ahb.c52 #define IMMEDIATE BIT(18) macro
184 val |= ENB_FAST_REARBITRATE | IMMEDIATE | DONT_SPLIT_AHB_WR; in tegra_ahb_gizmo_init()
188 val |= IMMEDIATE; in tegra_ahb_gizmo_init()
192 val |= IMMEDIATE; in tegra_ahb_gizmo_init()
196 val |= IMMEDIATE; in tegra_ahb_gizmo_init()
/Linux-v5.15/tools/perf/util/intel-pt-decoder/
Dintel-pt-insn-decoder.c147 switch (insn->immediate.nbytes) { in intel_pt_insn_decoder()
149 intel_pt_insn->rel = insn->immediate.value; in intel_pt_insn_decoder()
153 bswap_16((short)insn->immediate.value); in intel_pt_insn_decoder()
156 intel_pt_insn->rel = bswap_32(insn->immediate.value); in intel_pt_insn_decoder()
163 intel_pt_insn->rel = insn->immediate.value; in intel_pt_insn_decoder()
/Linux-v5.15/arch/x86/lib/
Dinsn.c545 insn_field_set(&insn->immediate, get_next(short, insn), 2); in __get_immv32()
549 insn_field_set(&insn->immediate, get_next(int, insn), 4); in __get_immv32()
611 * insn_get_immediate() - Get the immediate in an instruction
627 if (insn->immediate.got) in insn_get_immediate()
648 insn_field_set(&insn->immediate, get_next(signed char, insn), 1); in insn_get_immediate()
651 insn_field_set(&insn->immediate, get_next(short, insn), 2); in insn_get_immediate()
654 insn_field_set(&insn->immediate, get_next(int, insn), 4); in insn_get_immediate()
673 /* Here, insn must have an immediate, but failed */ in insn_get_immediate()
680 insn->immediate.got = 1; in insn_get_immediate()
705 if (!insn->immediate.got) { in insn_get_length()
[all …]
/Linux-v5.15/tools/arch/x86/lib/
Dinsn.c545 insn_field_set(&insn->immediate, get_next(short, insn), 2); in __get_immv32()
549 insn_field_set(&insn->immediate, get_next(int, insn), 4); in __get_immv32()
611 * insn_get_immediate() - Get the immediate in an instruction
627 if (insn->immediate.got) in insn_get_immediate()
648 insn_field_set(&insn->immediate, get_next(signed char, insn), 1); in insn_get_immediate()
651 insn_field_set(&insn->immediate, get_next(short, insn), 2); in insn_get_immediate()
654 insn_field_set(&insn->immediate, get_next(int, insn), 4); in insn_get_immediate()
673 /* Here, insn must have an immediate, but failed */ in insn_get_immediate()
680 insn->immediate.got = 1; in insn_get_immediate()
705 if (!insn->immediate.got) { in insn_get_length()
[all …]
/Linux-v5.15/arch/arm/kernel/
Dphys2virt.S79 @ second halfword of the opcode (the 16-bit immediate is encoded
88 @ offset into the immediate field of the MOV instruction, or patch it
92 @ needed. The encoding of the immediate is rather complex for values
157 @ immediate field of the opcode, which is emitted with the correct
158 @ rotation value. (The effective value of the immediate is imm12<7:0>
170 @ word, and patch in the high word of the offset into the immediate
/Linux-v5.15/arch/arm64/include/asm/
Datomic_ll_sc.h126 * GAS converts the mysterious and undocumented BIC (immediate) alias to in ATOMIC_OPS()
127 * an AND (immediate) instruction with the immediate inverted. We don't in ATOMIC_OPS()
225 * GAS converts the mysterious and undocumented BIC (immediate) alias to
226 * an AND (immediate) instruction with the immediate inverted. We don't
/Linux-v5.15/arch/arm64/net/
Dbpf_jit.h22 /* Compare & branch (immediate) */
29 /* Conditional branch (immediate) */
44 /* Unconditional branch (immediate) */
96 /* Add/subtract (immediate) */
137 /* Move wide (immediate) */
200 /* Logical (immediate) */
/Linux-v5.15/drivers/net/ethernet/chelsio/inline_crypto/ch_ipsec/
Dchcr_ipsec.c364 bool *immediate) in calc_tx_sec_flits() argument
378 * with only immediate data. In that case we just have to have the in calc_tx_sec_flits()
383 *immediate = true; in calc_tx_sec_flits()
561 bool immediate = false; in ch_ipsec_crypto_wreq() local
580 flits = calc_tx_sec_flits(skb, sa_entry, &immediate); in ch_ipsec_crypto_wreq()
585 if (immediate) in ch_ipsec_crypto_wreq()
712 bool immediate = false; in ch_ipsec_xmit() local
736 flits = calc_tx_sec_flits(skb, sa_entry, &immediate); in ch_ipsec_xmit()
754 if (!immediate && in ch_ipsec_xmit()
778 if (immediate) { in ch_ipsec_xmit()
/Linux-v5.15/arch/arc/lib/
Dmemcpy-700.S31 ; uses long immediate
37 ; uses long immediate
/Linux-v5.15/net/sctp/
Dinqueue.c38 INIT_WORK(&queue->immediate, NULL); in sctp_inq_init()
80 q->immediate.func(&q->immediate); in sctp_inq_push()
236 INIT_WORK(&q->immediate, callback); in sctp_inq_set_th_handler()
/Linux-v5.15/Documentation/misc-devices/
Dad525x_dpot.rst8 work with the immediate resistance settings as well as update the saved startup
21 The rdac files are used to program the immediate value of the device.
/Linux-v5.15/tools/testing/selftests/drivers/net/mlxsw/
Dtc_action_hw_stats.sh78 hw_stats_test "immediate" "hw_stats immediate" 2 1

12345678910>>...32