/Linux-v5.15/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() 205 enum amdgpu_ib_pool_type pool = p->immediate ? AMDGPU_IB_POOL_IMMEDIATE in amdgpu_vm_sdma_update()
|
D | amdgpu_trace.h | 370 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; 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; 412 __entry->immediate)
|
D | amdgpu_vm.h | 205 bool immediate; member 284 struct drm_sched_entity immediate; member 394 struct amdgpu_vm *vm, bool immediate); 402 struct amdgpu_vm *vm, bool immediate,
|
D | amdgpu_vm.c | 794 bool immediate) in amdgpu_vm_clear_bo() argument 855 params.immediate = immediate; in amdgpu_vm_clear_bo() 915 int level, bool immediate, in amdgpu_vm_pt_create() argument 944 bp.no_wait_gpu = immediate; in amdgpu_vm_pt_create() 1003 bool immediate) in amdgpu_vm_alloc_pts() argument 1013 r = amdgpu_vm_pt_create(adev, vm, cursor->level, immediate, &pt); in amdgpu_vm_alloc_pts() 1023 r = amdgpu_vm_clear_bo(adev, vm, pt, immediate); in amdgpu_vm_alloc_pts() 1384 struct amdgpu_vm *vm, bool immediate) in amdgpu_vm_update_pdes() argument 1395 params.immediate = immediate; in amdgpu_vm_update_pdes() 1552 &cursor, params->immediate); in amdgpu_vm_update_ptes() [all …]
|
D | amdgpu_vm_cpu.c | 87 trace_amdgpu_vm_set_ptes(pe, addr, count, incr, flags, p->immediate); in amdgpu_vm_cpu_update()
|
/Linux-v5.15/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-v5.15/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;
|
D | aicasm_gram.y | 215 %type <expression> expression immediate immediate_or_a 933 immediate: 1240 T_BMOV destination ',' source ',' immediate ret ';' 1257 T_MVI destination ',' immediate ret ';' 1380 T_OR reg_symbol ',' immediate jmp_jc_jnc_call address ';' 1412 T_MVI immediate jmp_jc_jnc_call address ';' 1672 f1_instr->immediate = immed->value; in format_1_instr() 1809 f3_instr->immediate = immed->value; in format_3_instr()
|
/Linux-v5.15/tools/perf/util/intel-pt-decoder/ |
D | intel-pt-insn-decoder.c | 147 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/ |
D | insn.c | 545 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() 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() 680 insn->immediate.got = 1; in insn_get_immediate() 705 if (!insn->immediate.got) { in insn_get_length() 721 insn->displacement.got && insn->immediate.got; in insn_complete()
|
/Linux-v5.15/tools/arch/x86/lib/ |
D | insn.c | 545 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() 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() 680 insn->immediate.got = 1; in insn_get_immediate() 705 if (!insn->immediate.got) { in insn_get_length() 721 insn->displacement.got && insn->immediate.got; in insn_complete()
|
/Linux-v5.15/arch/x86/kernel/kprobes/ |
D | core.c | 604 if (insn->immediate.nbytes == 2) in prepare_emulation() 605 p->ainsn.rel32 = *(s16 *)&insn->immediate.value; in prepare_emulation() 607 p->ainsn.rel32 = *(s32 *)&insn->immediate.value; in prepare_emulation() 612 if (insn->immediate.nbytes == 1) in prepare_emulation() 613 p->ainsn.rel32 = *(s8 *)&insn->immediate.value; in prepare_emulation() 614 else if (insn->immediate.nbytes == 2) in prepare_emulation() 615 p->ainsn.rel32 = *(s16 *)&insn->immediate.value; in prepare_emulation() 617 p->ainsn.rel32 = *(s32 *)&insn->immediate.value; in prepare_emulation() 623 p->ainsn.rel32 = *(char *)insn->immediate.bytes; in prepare_emulation() 631 if (insn->immediate.nbytes == 2) in prepare_emulation() [all …]
|
/Linux-v5.15/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.15/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-v5.15/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-v5.15/tools/objtool/arch/x86/ |
D | decode.c | 72 return insn->offset + insn->len + insn->immediate; in arch_jump_destination() 108 unsigned long *immediate, in arch_decode_instruction() argument 235 imm = insn.immediate.value; in arch_decode_instruction() 266 op->src.offset = insn.immediate.value; in arch_decode_instruction() 621 *immediate = insn.immediate.nbytes ? insn.immediate.value : 0; in arch_decode_instruction()
|
/Linux-v5.15/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-v5.15/arch/arc/lib/ |
D | memcpy-700.S | 31 ; uses long immediate 37 ; uses long immediate
|
/Linux-v5.15/drivers/firewire/ |
D | core-card.c | 123 if (desc->immediate > 0) in generate_config_rom() 124 config_rom[i++] = cpu_to_be32(desc->immediate); in generate_config_rom() 164 return desc->length + 1 + (desc->immediate > 0 ? 1 : 0); in required_space() 192 if (desc->immediate > 0) in fw_core_add_descriptor() 211 if (desc->immediate > 0) in fw_core_remove_descriptor()
|
/Linux-v5.15/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-v5.15/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.
|
/Linux-v5.15/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-v5.15/tools/objtool/include/objtool/ |
D | arch.h | 75 unsigned long *immediate,
|
/Linux-v5.15/kernel/trace/ |
D | trace_probe.c | 399 code->immediate = param; in parse_probe_arg() 413 code->immediate = (unsigned long)offset; // imm64? in parse_probe_arg() 430 code->immediate = 0; in parse_probe_arg() 499 ret = str_to_immediate(arg + 1, &code->immediate); in parse_probe_arg() 846 code[1].immediate = in traceprobe_update_arg() 850 if (!code[1].immediate) in traceprobe_update_arg() 852 code[1].immediate += offset; in traceprobe_update_arg()
|
/Linux-v5.15/drivers/net/plip/ |
D | plip.c | 207 struct work_struct immediate; member 305 INIT_WORK(&nl->immediate, plip_bh); in plip_init_netdev() 324 schedule_work(&nl->immediate); in plip_kick_bh() 364 struct net_local *nl = container_of(work, struct net_local, immediate); in plip_bh() 688 schedule_work(&nl->immediate); in plip_receive_packet() 948 schedule_work(&nl->immediate); in plip_interrupt() 1000 schedule_work(&nl->immediate); in plip_tx_packet()
|