/linux/net/rxrpc/ |
A 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/drivers/gpu/drm/amd/amdgpu/ |
A 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()
|
A 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)
|
A 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,
|
A D | amdgpu_vm.c | 794 bool immediate) in amdgpu_vm_clear_bo() argument 858 params.immediate = immediate; in amdgpu_vm_clear_bo() 921 int level, bool immediate, in amdgpu_vm_pt_create() argument 950 bp.no_wait_gpu = immediate; in amdgpu_vm_pt_create() 1009 bool immediate) in amdgpu_vm_alloc_pts() argument 1390 struct amdgpu_vm *vm, bool immediate) in amdgpu_vm_update_pdes() argument 1404 params.immediate = immediate; in amdgpu_vm_update_pdes() 1564 &cursor, params->immediate); in amdgpu_vm_update_ptes() 1639 vm->immediate.fence_context); in amdgpu_vm_update_ptes() 1707 struct amdgpu_vm *vm, bool immediate, in amdgpu_vm_bo_update_mapping() argument [all …]
|
A D | amdgpu_ids.c | 289 if ((*id)->owner != vm->immediate.fence_context || in amdgpu_vmid_grab_reserved() 360 if ((*id)->owner != vm->immediate.fence_context) in amdgpu_vmid_grab_used() 454 id->owner = vm->immediate.fence_context; in amdgpu_vmid_grab()
|
/linux/drivers/scsi/aic7xxx/aicasm/ |
A D | aicasm_insformat.h | 50 uint32_t immediate : 8, member 62 immediate : 8; 88 uint32_t immediate : 8, member 98 immediate : 8;
|
A 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/tools/perf/util/intel-pt-decoder/ |
A 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/arch/x86/kernel/kprobes/ |
A 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/arch/x86/lib/ |
A 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/tools/arch/x86/lib/ |
A 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/net/sctp/ |
A 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/tools/objtool/arch/x86/ |
A D | decode.c | 73 return insn->offset + insn->len + insn->immediate; in arch_jump_destination() 109 unsigned long *immediate, in arch_decode_instruction() argument 237 imm = insn.immediate.value; in arch_decode_instruction() 268 op->src.offset = insn.immediate.value; in arch_decode_instruction() 653 *immediate = insn.immediate.nbytes ? insn.immediate.value : 0; in arch_decode_instruction()
|
/linux/drivers/net/ethernet/chelsio/inline_crypto/ch_ipsec/ |
A 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/drivers/gpu/drm/nouveau/nvkm/subdev/therm/ |
A 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/arch/arm/kernel/ |
A 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/arch/arc/lib/ |
A D | memcpy-700.S | 31 ; uses long immediate 37 ; uses long immediate
|
/linux/drivers/firewire/ |
A 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/drivers/thunderbolt/ |
A 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/drivers/infiniband/ulp/rtrs/ |
A 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/Documentation/misc-devices/ |
A 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/drivers/net/plip/ |
A D | plip.c | 207 struct work_struct immediate; member 309 INIT_WORK(&nl->immediate, plip_bh); in plip_init_netdev() 328 schedule_work(&nl->immediate); in plip_kick_bh() 368 struct net_local *nl = container_of(work, struct net_local, immediate); in plip_bh() 692 schedule_work(&nl->immediate); in plip_receive_packet() 952 schedule_work(&nl->immediate); in plip_interrupt() 1004 schedule_work(&nl->immediate); in plip_tx_packet()
|
/linux/kernel/trace/ |
A 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/drivers/usb/musb/ |
A D | davinci.c | 151 int immediate) in davinci_musb_source_power() argument 168 if (immediate) in davinci_musb_source_power() 173 if (immediate) in davinci_musb_source_power()
|