/Linux-v6.6/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-v6.6/arch/riscv/include/asm/ |
D | insn.h | 20 /* The bit field of immediate value in I-type instruction */ 27 /* The bit field of immediate value in J-type instruction */ 41 * U-type IMMs contain the upper 20bits [31:20] of an immediate with 49 /* The bit field of immediate value in B-type instruction */ 69 /* The bit field of immediate value in RVC J instruction */ 94 /* The bit field of immediate value in RVC B instruction */ 358 * Get the immediate from a J-type instruction. 361 * Return: immediate 369 * Update a J-type instruction with an immediate value. 372 * @imm: the immediate to insert into the instruction [all …]
|
/Linux-v6.6/arch/loongarch/include/asm/ |
D | inst.h | 249 unsigned int immediate : 15; member 261 unsigned int immediate : 20; member 281 unsigned int immediate : 5; member 288 unsigned int immediate : 6; member 295 unsigned int immediate : 12; member 302 unsigned int immediate : 14; member 309 unsigned int immediate : 16; member 332 unsigned int immediate : 2; member 420 !is_imm12_negative(ip->reg2i12_format.immediate); in is_ra_save_ins() 429 is_imm12_negative(ip->reg2i12_format.immediate); in is_stack_alloc_ins() [all …]
|
/Linux-v6.6/drivers/crypto/caam/ |
D | desc_constr.h | 15 #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 | \ 229 append_cmd(desc, command | IMMEDIATE | len); in append_cmd_data() 363 * 2nd variant for commands whose specified immediate length differs 364 * from length of immediate data provided, e.g., split keys 372 append_cmd(desc, CMD_##op | IMMEDIATE | len | options); \ 378 static inline void append_##cmd##_imm_##type(u32 * const desc, type immediate, \ 383 append_cmd(desc, CMD_##op | IMMEDIATE | options); \ [all …]
|
/Linux-v6.6/drivers/net/ipa/ |
D | ipa_cmd.c | 22 * 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, and use a single GSI TRE. Each immediate command 32 * immediate command's opcode. The payload for a command resides in AP 136 /* Immediate command payload */ 183 /* Size must fit in the immediate command field that holds it */ in ipa_cmd_table_init_valid() 191 /* Offset must fit in the immediate command field that holds it */ in ipa_cmd_table_init_valid() 215 * the header table memory area in an immediate command. Make sure in ipa_cmd_header_init_local_valid() [all …]
|
D | ipa_cmd.h | 21 * enum ipa_cmd_opcode: IPA immediate commands 34 * All immediate commands are issued using the AP command TX endpoint. 86 * @opcode: IPA immediate command opcode 166 * ipa_cmd_init() - Initialize IPA immediate commands
|
/Linux-v6.6/drivers/gpu/drm/amd/amdgpu/ |
D | amdgpu_trace.h | 371 uint32_t incr, uint64_t flags, bool immediate), 372 TP_ARGS(pe, addr, count, incr, flags, immediate), 379 __field(bool, immediate) 388 __entry->immediate = immediate; 391 "immediate=%d", __entry->pe, __entry->addr, __entry->incr, 392 __entry->flags, __entry->count, __entry->immediate) 396 TP_PROTO(uint64_t pe, uint64_t src, unsigned count, bool immediate), 397 TP_ARGS(pe, src, count, immediate), 402 __field(bool, immediate) 409 __entry->immediate = immediate; [all …]
|
D | amdgpu_vm_pt.c | 368 * @immediate: use an immediate update 376 struct amdgpu_bo_vm *vmbo, bool immediate) in amdgpu_vm_pt_clear() argument 441 params.immediate = immediate; in amdgpu_vm_pt_clear() 499 * @immediate: use a immediate update 504 int level, bool immediate, struct amdgpu_bo_vm **vmbo, in amdgpu_vm_pt_create() argument 538 bp.no_wait_gpu = immediate; in amdgpu_vm_pt_create() 588 * @immediate: use an immediate update 599 bool immediate) in amdgpu_vm_pt_alloc() argument 610 r = amdgpu_vm_pt_create(adev, vm, cursor->level, immediate, &pt, in amdgpu_vm_pt_alloc() 622 r = amdgpu_vm_pt_clear(adev, vm, pt, immediate); in amdgpu_vm_pt_alloc() [all …]
|
D | amdgpu_vm_sdma.c | 54 enum amdgpu_ib_pool_type pool = p->immediate ? AMDGPU_IB_POOL_IMMEDIATE in amdgpu_vm_sdma_alloc_job() 56 struct drm_sched_entity *entity = p->immediate ? &p->vm->immediate in amdgpu_vm_sdma_alloc_job() 142 if (fence && !p->immediate) { in amdgpu_vm_sdma_commit() 175 trace_amdgpu_vm_copy_ptes(pe, src, count, p->immediate); in amdgpu_vm_sdma_copy_ptes() 202 trace_amdgpu_vm_set_ptes(pe, addr, count, incr, flags, p->immediate); in amdgpu_vm_sdma_set_ptes()
|
/Linux-v6.6/arch/mips/net/ |
D | bpf_jit_comp.h | 56 * Jump address mask for immediate jumps. The four most significant bits 165 /* Validate ALU/ALU64 immediate range */ 168 /* Rewrite ALU/ALU64 immediate operation */ 171 /* ALU immediate operation (32-bit) */ 186 /* Validate JMP/JMP32 immediate range */ 189 /* Prepare a PC-relative jump operation with immediate conditional */ 200 /* Conditional JMP/JMP32 immediate */
|
/Linux-v6.6/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-v6.6/drivers/infiniband/ulp/rtrs/ |
D | README | 43 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-v6.6/arch/loongarch/kernel/ |
D | module.c | 182 insn->reg2i12_format.immediate = opr1 & 0xfff; in apply_r_larch_sop_imm_field() 188 insn->reg2i12_format.immediate = opr1 & 0xfff; in apply_r_larch_sop_imm_field() 194 insn->reg2i16_format.immediate = opr1 & 0xffff; in apply_r_larch_sop_imm_field() 203 insn->reg2i16_format.immediate = (opr1 >> 2) & 0xffff; in apply_r_larch_sop_imm_field() 209 insn->reg1i20_format.immediate = (opr1) & 0xfffff; in apply_r_larch_sop_imm_field() 324 insn->reg2i12_format.immediate = v & 0xfff; in apply_r_larch_pcala() 328 insn->reg1i20_format.immediate = v & 0xfffff; in apply_r_larch_pcala() 332 insn->reg1i20_format.immediate = v & 0xfffff; in apply_r_larch_pcala() 336 insn->reg2i12_format.immediate = v & 0xfff; in apply_r_larch_pcala()
|
D | relocate.c | 62 insn[0].reg1i20_format.immediate = lu12iw; in relocate_absolute() 63 insn[1].reg2i12_format.immediate = ori; in relocate_absolute() 64 insn[2].reg1i20_format.immediate = lu32id; in relocate_absolute() 65 insn[3].reg2i12_format.immediate = lu52id; in relocate_absolute()
|
/Linux-v6.6/drivers/scsi/aic7xxx/aicasm/ |
D | aicasm_insformat.h | 50 uint32_t immediate : 8, member 62 immediate : 8; 88 uint32_t immediate : 8, member 98 immediate : 8;
|
/Linux-v6.6/tools/testing/selftests/net/ |
D | cmsg_ipv6.sh | 21 tcpdump -h | grep immediate-mode >> /dev/null 23 echo "SKIP - tcpdump with --immediate-mode option required" 86 $NSEXE nohup tcpdump --immediate-mode -p -ni dummy0 -w $TMPF -c 4 2> /dev/null & 123 $NSEXE nohup tcpdump --immediate-mode -p -ni dummy0 -w $TMPF -c 4 2> /dev/null &
|
/Linux-v6.6/drivers/amba/ |
D | tegra-ahb.c | 52 #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-v6.6/tools/perf/util/intel-pt-decoder/ |
D | intel-pt-insn-decoder.c | 163 switch (insn->immediate.nbytes) { in intel_pt_insn_decoder() 165 intel_pt_insn->rel = insn->immediate.value; in intel_pt_insn_decoder() 169 bswap_16((short)insn->immediate.value); in intel_pt_insn_decoder() 172 intel_pt_insn->rel = bswap_32(insn->immediate.value); in intel_pt_insn_decoder() 179 intel_pt_insn->rel = insn->immediate.value; in intel_pt_insn_decoder()
|
/Linux-v6.6/tools/objtool/arch/x86/ |
D | decode.c | 78 return insn->offset + insn->len + insn->immediate; in arch_jump_destination() 248 /* push immediate */ in arch_decode_instruction() 261 * 1000 00sw : mod OP r/m : immediate in arch_decode_instruction() 263 * s - sign extend immediate in arch_decode_instruction() 280 imm = ins.immediate.value; in arch_decode_instruction() 311 op->src.offset = ins.immediate.value; in arch_decode_instruction() 676 * a PUSH of an immediate value (the return address). in arch_decode_instruction() 725 insn->immediate = ins.immediate.nbytes ? ins.immediate.value : 0; in arch_decode_instruction()
|
/Linux-v6.6/arch/x86/lib/ |
D | insn.c | 546 insn_field_set(&insn->immediate, get_next(short, insn), 2); in __get_immv32() 550 insn_field_set(&insn->immediate, get_next(int, insn), 4); in __get_immv32() 612 * insn_get_immediate() - Get the immediate in an instruction 628 if (insn->immediate.got) in insn_get_immediate() 649 insn_field_set(&insn->immediate, get_next(signed char, insn), 1); in insn_get_immediate() 652 insn_field_set(&insn->immediate, get_next(short, insn), 2); in insn_get_immediate() 655 insn_field_set(&insn->immediate, get_next(int, insn), 4); in insn_get_immediate() 674 /* Here, insn must have an immediate, but failed */ in insn_get_immediate() 681 insn->immediate.got = 1; in insn_get_immediate() 706 if (!insn->immediate.got) { in insn_get_length() [all …]
|
/Linux-v6.6/tools/arch/x86/lib/ |
D | insn.c | 546 insn_field_set(&insn->immediate, get_next(short, insn), 2); in __get_immv32() 550 insn_field_set(&insn->immediate, get_next(int, insn), 4); in __get_immv32() 612 * insn_get_immediate() - Get the immediate in an instruction 628 if (insn->immediate.got) in insn_get_immediate() 649 insn_field_set(&insn->immediate, get_next(signed char, insn), 1); in insn_get_immediate() 652 insn_field_set(&insn->immediate, get_next(short, insn), 2); in insn_get_immediate() 655 insn_field_set(&insn->immediate, get_next(int, insn), 4); in insn_get_immediate() 674 /* Here, insn must have an immediate, but failed */ in insn_get_immediate() 681 insn->immediate.got = 1; in insn_get_immediate() 706 if (!insn->immediate.got) { in insn_get_length() [all …]
|
/Linux-v6.6/arch/arm/kernel/ |
D | phys2virt.S | 79 @ 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-v6.6/arch/arm64/include/asm/ |
D | atomic_ll_sc.h | 110 * GAS converts the mysterious and undocumented BIC (immediate) alias to in ATOMIC_OPS() 111 * an AND (immediate) instruction with the immediate inverted. We don't in ATOMIC_OPS() 206 * GAS converts the mysterious and undocumented BIC (immediate) alias to 207 * an AND (immediate) instruction with the immediate inverted. We don't
|
/Linux-v6.6/Documentation/bpf/standardization/ |
D | instruction-set.rst | 106 * the wide instruction encoding, which appends a second 64-bit immediate (i.e., 116 signed integer immediate value 123 (`64-bit immediate instructions`_ reuse this field for other purposes) 146 As discussed below in `64-bit immediate instructions`_, a 64-bit immediate 147 instruction uses a 64-bit immediate value that is constructed as follows. 150 and imm containing the high 32 bits of the immediate value. 162 Thus the 64-bit immediate value is constructed as follows: 180 BPF_ST 0x02 store from immediate operations `Load and store instructions`_ 302 only and do not use a separate source register or immediate value. 431 BPF_IMM 0x00 64-bit immediate instructions `64-bit immediate instructions`_ [all …]
|