| /Linux-v5.10/arch/arm/probes/ | 
| D | decode-thumb.c | 48 	/* 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 …]
 
 | 
| D | decode-arm.c | 119 	/* 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.10/net/rxrpc/ | 
| D | call_event.c | 24 			       bool immediate, bool background)  in rxrpc_propose_ping()  argument26 	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.10/drivers/crypto/caam/ | 
| D | desc_constr.h | 15 #define IMMEDIATE (1 << 23)  macro60 #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.10/arch/x86/lib/ | 
| D | insn.c | 467 		insn->immediate.value = get_next(short, insn);  in __get_immv32()468 		insn->immediate.nbytes = 2;  in __get_immv32()
 472 		insn->immediate.value = get_next(int, insn);  in __get_immv32()
 473 		insn->immediate.nbytes = 4;  in __get_immv32()
 551 	if (insn->immediate.got)  in insn_get_immediate()
 568 		insn->immediate.value = get_next(signed char, insn);  in insn_get_immediate()
 569 		insn->immediate.nbytes = 1;  in insn_get_immediate()
 572 		insn->immediate.value = get_next(short, insn);  in insn_get_immediate()
 573 		insn->immediate.nbytes = 2;  in insn_get_immediate()
 576 		insn->immediate.value = get_next(int, insn);  in insn_get_immediate()
 [all …]
 
 | 
| /Linux-v5.10/tools/arch/x86/lib/ | 
| D | insn.c | 467 		insn->immediate.value = get_next(short, insn);  in __get_immv32()468 		insn->immediate.nbytes = 2;  in __get_immv32()
 472 		insn->immediate.value = get_next(int, insn);  in __get_immv32()
 473 		insn->immediate.nbytes = 4;  in __get_immv32()
 551 	if (insn->immediate.got)  in insn_get_immediate()
 568 		insn->immediate.value = get_next(signed char, insn);  in insn_get_immediate()
 569 		insn->immediate.nbytes = 1;  in insn_get_immediate()
 572 		insn->immediate.value = get_next(short, insn);  in insn_get_immediate()
 573 		insn->immediate.nbytes = 2;  in insn_get_immediate()
 576 		insn->immediate.value = get_next(int, insn);  in insn_get_immediate()
 [all …]
 
 | 
| /Linux-v5.10/drivers/gpu/drm/amd/amdgpu/ | 
| D | amdgpu_vm_sdma.c | 64 	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()
 204 	enum amdgpu_ib_pool_type pool = p->immediate ? AMDGPU_IB_POOL_IMMEDIATE  in amdgpu_vm_sdma_update()
 
 | 
| /Linux-v5.10/arch/arm/probes/kprobes/ | 
| D | checkers-arm.c | 58 		/* 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.10/drivers/net/ipa/ | 
| D | ipa_cmd.h | 21  * enum ipa_cmd_opcode:	IPA immediate commands23  * All immediate commands are issued using the AP command TX endpoint.
 27  * a request is *not* an immediate command.
 43  * struct ipa_cmd_info - information needed for an IPA immediate command
 111  * @opcode:	IPA immediate command opcode
 
 | 
| D | ipa_cmd.c | 22  * DOC:  IPA Immediate Commands24  * 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
 138 /* Immediate command payload */
 239 	/* The maximum offset in a register_write immediate command depends  in ipa_cmd_register_write_offset_valid()
 
 | 
| /Linux-v5.10/drivers/infiniband/ulp/rtrs/ | 
| D | README | 43 Server uses immediate field to tell the client which request is being44 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.10/arch/riscv/include/asm/ | 
| D | parse_asm.h | 8 /* 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.10/tools/perf/util/intel-pt-decoder/ | 
| D | intel-pt-insn-decoder.c | 136 		switch (insn->immediate.nbytes) {  in intel_pt_insn_decoder()138 			intel_pt_insn->rel = insn->immediate.value;  in intel_pt_insn_decoder()
 142 					bswap_16((short)insn->immediate.value);  in intel_pt_insn_decoder()
 145 			intel_pt_insn->rel = bswap_32(insn->immediate.value);  in intel_pt_insn_decoder()
 152 		intel_pt_insn->rel = insn->immediate.value;  in intel_pt_insn_decoder()
 
 | 
| /Linux-v5.10/tools/objtool/arch/x86/ | 
| D | decode.c | 78 	return insn->offset + insn->len + insn->immediate;  in arch_jump_destination()89 			    unsigned long *immediate,  in arch_decode_instruction()  argument
 179 		/* push immediate */  in arch_decode_instruction()
 200 				op->src.offset = insn.immediate.value;  in arch_decode_instruction()
 218 			op->src.offset = insn.immediate.value * sign;  in arch_decode_instruction()
 502 		 * a PUSH of an immediate value (the return address).  in arch_decode_instruction()
 547 	*immediate = insn.immediate.nbytes ? insn.immediate.value : 0;  in arch_decode_instruction()
 
 | 
| /Linux-v5.10/drivers/scsi/aic7xxx/aicasm/ | 
| D | aicasm_insformat.h | 50 	uint32_t	immediate	: 8,  member62 			immediate	: 8;
 88 	uint32_t	immediate	: 8,  member
 98 			immediate	: 8;
 
 | 
| /Linux-v5.10/drivers/amba/ | 
| D | tegra-ahb.c | 52 #define   IMMEDIATE	BIT(18)  macro184 	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.10/arch/arm64/include/asm/ | 
| D | atomic_ll_sc.h | 126  * 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.10/arch/arm64/net/ | 
| D | bpf_jit.h | 22 /* Compare & branch (immediate) */29 /* Conditional branch (immediate) */
 44 /* Unconditional branch (immediate) */
 96 /* Add/subtract (immediate) */
 137 /* Move wide (immediate) */
 200 /* Logical (immediate) */
 
 | 
| /Linux-v5.10/drivers/net/ethernet/chelsio/inline_crypto/ch_ipsec/ | 
| D | chcr_ipsec.c | 366 				      bool *immediate)  in calc_tx_sec_flits()  argument380 	 * with only immediate data.  In that case we just have to have the  in calc_tx_sec_flits()
 385 		*immediate = true;  in calc_tx_sec_flits()
 563 	bool immediate = false;  in ch_ipsec_crypto_wreq()  local
 582 	flits = calc_tx_sec_flits(skb, sa_entry, &immediate);  in ch_ipsec_crypto_wreq()
 587 	if (immediate)  in ch_ipsec_crypto_wreq()
 714 	bool immediate = false;  in ch_ipsec_xmit()  local
 738 	flits = calc_tx_sec_flits(skb, sa_entry, &immediate);  in ch_ipsec_xmit()
 756 	if (!immediate &&  in ch_ipsec_xmit()
 780 	if (immediate) {  in ch_ipsec_xmit()
 
 | 
| /Linux-v5.10/arch/arc/lib/ | 
| D | memcpy-700.S | 31 	; uses long immediate37 	; uses long immediate
 
 | 
| /Linux-v5.10/net/sctp/ | 
| D | inqueue.c | 38 	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.10/Documentation/misc-devices/ | 
| D | ad525x_dpot.rst | 8 work with the immediate resistance settings as well as update the saved startup21 The rdac files are used to program the immediate value of the device.
 
 | 
| /Linux-v5.10/tools/testing/selftests/drivers/net/mlxsw/ | 
| D | tc_action_hw_stats.sh | 78 	hw_stats_test "immediate" "hw_stats immediate" 2 1
 | 
| /Linux-v5.10/drivers/gpu/drm/nouveau/nvkm/subdev/therm/ | 
| D | fan.c | 32 nvkm_fan_update(struct nvkm_fan *fan, bool immediate, int target)  in nvkm_fan_update()  argument60 	if (!immediate && duty >= 0) {  in nvkm_fan_update()
 118 nvkm_therm_fan_set(struct nvkm_therm *therm, bool immediate, int percent)  in nvkm_therm_fan_set()  argument
 120 	return nvkm_fan_update(therm->fan, immediate, percent);  in nvkm_therm_fan_set()
 
 | 
| /Linux-v5.10/arch/arc/kernel/ | 
| D | jump_label.c | 40  * s S[n:0] lower bits signed immediate (number is bitfield size)41  * S S[m:n+1] upper bits signed immediate (number is bitfield size)
 42  * t S[24:21] upper bits signed immediate (branch unconditionally far)
 
 |