/Linux-v6.1/arch/loongarch/include/asm/ |
D | inst.h | 175 unsigned int immediate : 20; member 195 unsigned int immediate : 5; member 202 unsigned int immediate : 6; member 209 unsigned int immediate : 12; member 216 unsigned int immediate : 14; member 223 unsigned int immediate : 16; member 246 unsigned int immediate : 2; member 322 !is_imm12_negative(ip->reg2i12_format.immediate); in is_ra_save_ins() 331 is_imm12_negative(ip->reg2i12_format.immediate); in is_stack_alloc_ins() 370 insn->reg1i20_format.immediate = imm; \ [all …]
|
/Linux-v6.1/net/rxrpc/ |
D | call_event.c | 24 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() 129 trace_rxrpc_propose_ack(call, why, ack_reason, serial, immediate, in __rxrpc_propose_ACK() 137 u32 serial, bool immediate, bool background, in rxrpc_propose_ACK() argument [all …]
|
/Linux-v6.1/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() 119 if (fence && !p->immediate) { in amdgpu_vm_sdma_commit() 156 trace_amdgpu_vm_copy_ptes(pe, src, count, p->immediate); in amdgpu_vm_sdma_copy_ptes() 183 trace_amdgpu_vm_set_ptes(pe, addr, count, incr, flags, p->immediate); in amdgpu_vm_sdma_set_ptes() 213 enum amdgpu_ib_pool_type pool = p->immediate ? AMDGPU_IB_POOL_IMMEDIATE in amdgpu_vm_sdma_update()
|
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; 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; 413 __entry->immediate)
|
D | amdgpu_vm_pt.c | 376 struct amdgpu_bo_vm *vmbo, bool immediate) in amdgpu_vm_pt_clear() argument 441 params.immediate = immediate; in amdgpu_vm_pt_clear() 503 int level, bool immediate, struct amdgpu_bo_vm **vmbo) in amdgpu_vm_pt_create() argument 531 bp.no_wait_gpu = immediate; in amdgpu_vm_pt_create() 590 bool immediate) in amdgpu_vm_pt_alloc() argument 601 r = amdgpu_vm_pt_create(adev, vm, cursor->level, immediate, &pt); in amdgpu_vm_pt_alloc() 612 r = amdgpu_vm_pt_clear(adev, vm, pt, immediate); in amdgpu_vm_pt_alloc() 902 &cursor, params->immediate); in amdgpu_vm_ptes_update() 978 vm->immediate.fence_context); in amdgpu_vm_ptes_update()
|
D | amdgpu_vm.h | 205 bool immediate; member 290 struct drm_sched_entity immediate; member 402 struct amdgpu_vm *vm, bool immediate); 411 bool immediate, bool unlocked, bool flush_tlb, 468 struct amdgpu_bo_vm *vmbo, bool immediate); 470 int level, bool immediate, struct amdgpu_bo_vm **vmbo);
|
/Linux-v6.1/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.1/arch/loongarch/kernel/ |
D | inst.c | 13 insn.reg1i20_format.immediate = imm; in larch_insn_gen_lu32id() 25 insn.reg2i12_format.immediate = imm; in larch_insn_gen_lu52id() 37 insn.reg2i16_format.immediate = (dest - pc) >> 2; in larch_insn_gen_jirl()
|
D | module.c | 178 insn->reg2i12_format.immediate = opr1 & 0xfff; in apply_r_larch_sop_imm_field() 184 insn->reg2i12_format.immediate = opr1 & 0xfff; in apply_r_larch_sop_imm_field() 190 insn->reg2i16_format.immediate = opr1 & 0xffff; in apply_r_larch_sop_imm_field() 199 insn->reg2i16_format.immediate = (opr1 >> 2) & 0xffff; in apply_r_larch_sop_imm_field() 205 insn->reg1i20_format.immediate = (opr1) & 0xfffff; in apply_r_larch_sop_imm_field() 319 insn->reg2i12_format.immediate = v & 0xfff; in apply_r_larch_pcala() 323 insn->reg1i20_format.immediate = v & 0xfffff; in apply_r_larch_pcala() 327 insn->reg1i20_format.immediate = v & 0xfffff; in apply_r_larch_pcala() 331 insn->reg2i12_format.immediate = v & 0xfff; in apply_r_larch_pcala()
|
D | unwind_prologue.c | 61 frame_size = (1 << 12) - ip->reg2i12_format.immediate; in unwind_by_prologue() 77 frame_ra = ip->reg2i12_format.immediate; in unwind_by_prologue()
|
/Linux-v6.1/tools/perf/util/intel-pt-decoder/ |
D | intel-pt-insn-decoder.c | 148 switch (insn->immediate.nbytes) { in intel_pt_insn_decoder() 150 intel_pt_insn->rel = insn->immediate.value; in intel_pt_insn_decoder() 154 bswap_16((short)insn->immediate.value); in intel_pt_insn_decoder() 157 intel_pt_insn->rel = bswap_32(insn->immediate.value); in intel_pt_insn_decoder() 164 intel_pt_insn->rel = insn->immediate.value; in intel_pt_insn_decoder()
|
/Linux-v6.1/arch/x86/kernel/kprobes/ |
D | core.c | 612 if (insn->immediate.nbytes == 2) in prepare_emulation() 613 p->ainsn.rel32 = *(s16 *)&insn->immediate.value; in prepare_emulation() 615 p->ainsn.rel32 = *(s32 *)&insn->immediate.value; in prepare_emulation() 620 if (insn->immediate.nbytes == 1) in prepare_emulation() 621 p->ainsn.rel32 = *(s8 *)&insn->immediate.value; in prepare_emulation() 622 else if (insn->immediate.nbytes == 2) in prepare_emulation() 623 p->ainsn.rel32 = *(s16 *)&insn->immediate.value; in prepare_emulation() 625 p->ainsn.rel32 = *(s32 *)&insn->immediate.value; in prepare_emulation() 631 p->ainsn.rel32 = *(char *)insn->immediate.bytes; in prepare_emulation() 639 if (insn->immediate.nbytes == 2) in prepare_emulation() [all …]
|
/Linux-v6.1/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() 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() 681 insn->immediate.got = 1; in insn_get_immediate() 706 if (!insn->immediate.got) { in insn_get_length() 722 insn->displacement.got && insn->immediate.got; in insn_complete()
|
/Linux-v6.1/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() 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() 681 insn->immediate.got = 1; in insn_get_immediate() 706 if (!insn->immediate.got) { in insn_get_length() 722 insn->displacement.got && insn->immediate.got; in insn_complete()
|
/Linux-v6.1/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-v6.1/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() argument 60 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-v6.1/tools/testing/selftests/net/ |
D | cmsg_ipv6.sh | 21 tcpdump -h | grep immediate-mode >> /dev/null 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.1/drivers/net/ethernet/chelsio/inline_crypto/ch_ipsec/ |
D | chcr_ipsec.c | 364 bool *immediate) in calc_tx_sec_flits() argument 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-v6.1/tools/objtool/arch/x86/ |
D | decode.c | 73 return insn->offset + insn->len + insn->immediate; in arch_jump_destination() 121 unsigned long *immediate, in arch_decode_instruction() argument 252 imm = insn.immediate.value; in arch_decode_instruction() 283 op->src.offset = insn.immediate.value; in arch_decode_instruction() 697 *immediate = insn.immediate.nbytes ? insn.immediate.value : 0; in arch_decode_instruction()
|
/Linux-v6.1/Documentation/bpf/ |
D | instruction-set.rst | 33 * the wide instruction encoding, which appends a second 64-bit immediate value 41 immediate offset source register destination register opcode 57 BPF_ST 0x02 store from immediate operations `Load and store instructions`_ 82 BPF_K 0x00 use 32-bit immediate as source operand 139 only and do not use a separate source register or immediate value. 211 BPF_IMM 0x00 64-bit immediate instructions `64-bit immediate instructions`_ 310 64-bit immediate instructions
|
/Linux-v6.1/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.1/arch/arc/lib/ |
D | memcpy-700.S | 31 ; uses long immediate 37 ; uses long immediate
|
/Linux-v6.1/drivers/thunderbolt/ |
D | property.c | 150 property->value.immediate = entry->value; in tb_property_parse() 464 entry->value = property->value.immediate; in __tb_property_format_dir() 556 p->value.immediate = property->value.immediate; in tb_property_copy_dir() 594 property->value.immediate = value; in tb_property_add_immediate()
|
/Linux-v6.1/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.1/Documentation/misc-devices/ |
D | ad525x_dpot.rst | 8 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.
|