Searched refs:immediate (Results 26 - 50 of 96) sorted by relevance

1234

/linux-master/drivers/net/ethernet/chelsio/inline_crypto/ch_ipsec/
H A Dchcr_ipsec.c368 bool *immediate)
382 * with only immediate data. In that case we just have to have the
387 *immediate = true;
565 bool immediate = false; local
584 flits = calc_tx_sec_flits(skb, sa_entry, &immediate);
589 if (immediate)
716 bool immediate = false; local
740 flits = calc_tx_sec_flits(skb, sa_entry, &immediate);
758 if (!immediate &&
782 if (immediate) {
366 calc_tx_sec_flits(const struct sk_buff *skb, struct ipsec_sa_entry *sa_entry, bool *immediate) argument
[all...]
/linux-master/arch/arc/lib/
H A Dstrlen.S13 ; uses long immediate
/linux-master/arch/loongarch/kernel/
H A Dalternative.c107 si = src->reg2i16_format.immediate;
121 buf->reg2i16_format.immediate = offset;
H A Dunwind_prologue.c145 frame_size = (1 << 12) - ip->reg2i12_format.immediate;
165 frame_ra = ip->reg2i12_format.immediate;
H A Dinst.c17 unsigned int imm = insn.reg1i20_format.immediate;
86 imm = insn.reg2i16_format.immediate;
/linux-master/drivers/thunderbolt/
H A Dproperty.c150 property->value.immediate = entry->value;
464 entry->value = property->value.immediate;
556 p->value.immediate = property->value.immediate;
576 * tb_property_add_immediate() - Add immediate property to directory
594 property->value.immediate = value;
/linux-master/drivers/firewire/
H A Dcore-card.c123 if (desc->immediate > 0)
124 config_rom[i++] = cpu_to_be32(desc->immediate);
163 /* descriptor + entry into root dir + optional immediate entry */
164 return desc->length + 1 + (desc->immediate > 0 ? 1 : 0);
192 if (desc->immediate > 0)
211 if (desc->immediate > 0)
/linux-master/arch/arm/mm/
H A Dabort-lv4t.S91 and r9, r8, #0x00f @ get Rm / low nibble of immediate value
92 tst r8, #1 << 22 @ if (immediate offset)
93 andne r6, r8, #0xf00 @ { immediate high nibble
/linux-master/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_ids.c285 if ((*id)->owner != vm->immediate.fence_context ||
351 if ((*id)->owner != vm->immediate.fence_context)
450 id->owner = vm->immediate.fence_context;
H A Damdgpu_vm.c399 r = drm_sched_entity_init(&vm->immediate, DRM_SCHED_PRIORITY_NORMAL,
410 drm_sched_entity_destroy(&vm->immediate);
417 drm_sched_entity_destroy(&vm->immediate);
809 * @immediate: submit immediately to the paging queue
817 struct amdgpu_vm *vm, bool immediate)
838 params.immediate = immediate;
893 * @immediate: immediate submission in a page fault
913 bool immediate, boo
816 amdgpu_vm_update_pdes(struct amdgpu_device *adev, struct amdgpu_vm *vm, bool immediate) argument
912 amdgpu_vm_update_range(struct amdgpu_device *adev, struct amdgpu_vm *vm, bool immediate, bool unlocked, bool flush_tlb, bool allow_override, struct dma_resv *resv, uint64_t start, uint64_t last, uint64_t flags, uint64_t offset, uint64_t vram_base, struct ttm_resource *res, dma_addr_t *pages_addr, struct dma_fence **fence) argument
[all...]
/linux-master/drivers/scsi/
H A Dst.h133 unsigned char immediate; member in struct:scsi_tape
/linux-master/include/linux/
H A Dregset.h126 * @immediate: zero if writeback at completion of next context switch is OK
134 * Write register data back to user memory. If the @immediate flag
145 int immediate);
/linux-master/drivers/crypto/caam/
H A Ddesc_constr.h363 * 2nd variant for commands whose specified immediate length differs
364 * from length of immediate data provided, e.g., split keys
378 static inline void append_##cmd##_imm_##type(u32 * const desc, type immediate, \
387 append_cmd(desc, immediate); \
393 * size - size of immediate type in bytes
397 u##size immediate, \
400 __##ee##size data = cpu_to_##ee##size(immediate); \
/linux-master/tools/testing/selftests/net/
H A Dndisc_unsolicited_na_test.sh109 tcpdump --immediate-mode -tpni ${ROUTER_INTF} -c 1 \
H A Darp_ndisc_untracked_subnets.sh179 tcpdump --immediate-mode -tpni ${ROUTER_INTF} -c 1 \
/linux-master/drivers/gpu/drm/amd/display/dc/inc/hw/
H A Dhubp.h101 bool immediate; member in struct:surface_flip_registers
/linux-master/drivers/scsi/aic7xxx/aicasm/
H A Daicasm_gram.y215 %type <expression> expression immediate immediate_or_a
933 immediate: label
1240 T_BMOV destination ',' source ',' immediate ret ';'
1257 T_MVI destination ',' immediate ret ';'
1265 * that can't know the immediate's value and
1320 * It also seems more logical as the "immediate"
1380 T_OR reg_symbol ',' immediate jmp_jc_jnc_call address ';'
1412 T_MVI immediate jmp_jc_jnc_call address ';'
1659 /* Ensure that immediate makes sense for this destination */
1672 f1_instr->immediate
[all...]
/linux-master/drivers/net/plip/
H A Dplip.c28 * - Fix immediate timer problem.
207 struct work_struct immediate; member in struct:net_local
309 INIT_WORK(&nl->immediate, plip_bh);
328 schedule_work(&nl->immediate);
368 struct net_local *nl = container_of(work, struct net_local, immediate);
692 schedule_work(&nl->immediate);
952 schedule_work(&nl->immediate);
1004 schedule_work(&nl->immediate);
/linux-master/arch/x86/kernel/
H A Dalternative.c218 *target = *next + insn->immediate.value;
364 if (need_reloc(next + insn.immediate.value, src, src_len)) {
365 apply_reloc(insn.immediate.nbytes,
374 s32 imm = insn.immediate.value;
632 * For spectre_v2=off (!X86_FEATURE_RETPOLINE), rewrite them into immediate
651 target = addr + insn->length + insn->immediate.value;
760 addr + insn.length + insn.immediate.value);
823 dest = addr + insn.length + insn.immediate.value;
833 addr + insn.length + insn.immediate.value);
1126 * Disable kCFI by patching in a JMP.d8, this leaves the hash immediate
[all...]
/linux-master/arch/x86/include/asm/
H A Dinsn.h84 struct insn_field immediate; member in union:insn::__anon16
/linux-master/tools/arch/x86/include/asm/
H A Dinsn.h84 struct insn_field immediate; member in union:insn::__anon491
/linux-master/drivers/gpu/drm/amd/display/dc/dcn21/
H A Ddcn21_hubp.c601 SURFACE_FLIP_TYPE, flip_regs->immediate,
689 cmd.PLAT_54186_wa.flip.flip_params.immediate = flip_regs->immediate;
794 flip_regs.immediate = flip_immediate;
/linux-master/kernel/trace/
H A Dtrace_probe_tmpl.h107 *val = code->immediate;
H A Dtrace_probe.c1053 code->immediate = param;
1067 code->immediate = (unsigned long)offset; // imm64?
1084 code->immediate = 0;
1157 ret = str_to_immediate(arg + 1, &code->immediate);
1261 * Since $comm and immediate string can not be dereferenced,
1768 code[1].immediate =
1772 if (!code[1].immediate)
1774 code[1].immediate += offset;
/linux-master/arch/m68k/math-emu/
H A Dfp_scan.S197 | all pc relative addressing modes and immediate/absolute modes end up here
221 | addressing mode: immediate data

Completed in 219 milliseconds

1234