Home
last modified time | relevance | path

Searched refs:tl (Results 1 – 25 of 162) sorted by relevance

1234567

/openbmc/qemu/target/mips/
H A Dhelper.h264 DEF_HELPER_FLAGS_3(addq_ph, 0, tl, tl, tl, env)
267 DEF_HELPER_FLAGS_3(addq_qh, 0, tl, tl, tl, env)
272 DEF_HELPER_FLAGS_3(addq_pw, 0, tl, tl, tl, env)
275 DEF_HELPER_FLAGS_3(addu_qb, 0, tl, tl, tl, env)
279 DEF_HELPER_FLAGS_3(addu_ph, 0, tl, tl, tl, env)
286 DEF_HELPER_FLAGS_3(addu_ob, 0, tl, tl, tl, env)
322 DEF_HELPER_FLAGS_3(addsc, 0, tl, tl, tl, env)
323 DEF_HELPER_FLAGS_3(addwc, 0, tl, tl, tl, env)
340 tl, i32, tl, tl)
342 tl, i32, tl, tl)
[all …]
/openbmc/qemu/target/mips/tcg/
H A Dsysemu_helper.h.inc41 DEF_HELPER_2(mftc0_configx, tl, env, tl)
159 DEF_HELPER_0(dmt, tl)
160 DEF_HELPER_0(emt, tl)
161 DEF_HELPER_1(dvpe, tl, env)
162 DEF_HELPER_1(evpe, tl, env)
165 DEF_HELPER_1(dvp, tl, env)
166 DEF_HELPER_1(evp, tl, env)
178 DEF_HELPER_1(di, tl, env)
179 DEF_HELPER_1(ei, tl, env)
189 DEF_HELPER_3(lcsr_wrcsr, void, env, tl, tl)
[all …]
H A Dvr54xx_helper.h.inc11 DEF_HELPER_3(muls, tl, env, tl, tl)
12 DEF_HELPER_3(mulsu, tl, env, tl, tl)
13 DEF_HELPER_3(macc, tl, env, tl, tl)
14 DEF_HELPER_3(maccu, tl, env, tl, tl)
15 DEF_HELPER_3(msac, tl, env, tl, tl)
16 DEF_HELPER_3(msacu, tl, env, tl, tl)
17 DEF_HELPER_3(mulhi, tl, env, tl, tl)
18 DEF_HELPER_3(mulhiu, tl, env, tl, tl)
19 DEF_HELPER_3(mulshi, tl, env, tl, tl)
20 DEF_HELPER_3(mulshiu, tl, env, tl, tl)
[all …]
/openbmc/linux/drivers/gpu/drm/i915/gt/
H A Dintel_timeline.c175 return tl; in intel_timeline_create_from_engine()
182 return tl; in intel_timeline_create_from_engine()
212 tl->fence_context, tl->hwsp_offset); in intel_timeline_pin()
302 GEM_BUG_ON(tl->seqno & tl->has_initial_breadcrumb); in timeline_advance()
304 return tl->seqno += 1 + tl->has_initial_breadcrumb; in timeline_advance()
318 tl->hwsp_seqno = tl->hwsp_map + next_ofs; in __intel_timeline_get_seqno()
350 tl = NULL; in intel_timeline_read_hwsp()
352 if (tl) { in intel_timeline_read_hwsp()
361 tl = NULL; in intel_timeline_read_hwsp()
365 if (!tl) in intel_timeline_read_hwsp()
[all …]
H A Dselftest_timeline.c81 tl = xchg(&state->history[idx], tl); in __mock_hwsp_record()
82 if (tl) { in __mock_hwsp_record()
101 if (IS_ERR(tl)) in __mock_hwsp_timeline()
496 if (READ_ONCE(*tl->hwsp_seqno) != tl->seqno) { in checked_tl_write()
498 *tl->hwsp_seqno, tl->seqno); in checked_tl_write()
586 n, tl->fence_context, tl->hwsp_offset, *tl->hwsp_seqno); in live_hwsp_engine()
658 n, tl->fence_context, tl->hwsp_offset, *tl->hwsp_seqno); in live_hwsp_alternate()
684 if (IS_ERR(tl)) in live_hwsp_wrap()
1205 WRITE_ONCE(*(u32 *)tl->hwsp_seqno, tl->seqno); in live_hwsp_rollover_kernel()
1292 WRITE_ONCE(*(u32 *)tl->hwsp_seqno, tl->seqno); in live_hwsp_rollover_user()
[all …]
H A Dintel_gt_requests.c78 retire_requests(tl); in engine_retire()
79 mutex_unlock(&tl->mutex); in engine_retire()
81 intel_timeline_put(tl); in engine_retire()
84 tl = ptr_mask_bits(next, 1); in engine_retire()
85 } while (tl); in engine_retire()
103 intel_timeline_get(tl); in add_retire()
118 if (add_retire(engine, tl)) in intel_engine_add_retire()
149 intel_timeline_get(tl); in intel_gt_retire_requests_timeout()
174 if (!retire_requests(tl)) in intel_gt_retire_requests_timeout()
176 mutex_unlock(&tl->mutex); in intel_gt_retire_requests_timeout()
[all …]
H A Dintel_timeline.h48 return i915_syncmap_set(&tl->sync, context, seqno); in __intel_timeline_sync_set()
51 static inline int intel_timeline_sync_set(struct intel_timeline *tl, in intel_timeline_sync_set() argument
60 return i915_syncmap_is_later(&tl->sync, context, seqno); in __intel_timeline_sync_is_later()
69 void __intel_timeline_pin(struct intel_timeline *tl);
71 void intel_timeline_enter(struct intel_timeline *tl);
72 int intel_timeline_get_seqno(struct intel_timeline *tl,
75 void intel_timeline_exit(struct intel_timeline *tl);
76 void intel_timeline_unpin(struct intel_timeline *tl);
78 void intel_timeline_reset_seqno(const struct intel_timeline *tl);
95 intel_timeline_is_last(const struct intel_timeline *tl, in intel_timeline_is_last() argument
[all …]
/openbmc/qemu/target/i386/
H A Dhelper.h1 DEF_HELPER_FLAGS_4(cc_compute_all, TCG_CALL_NO_RWG_SE, tl, tl, tl, tl, int)
2 DEF_HELPER_FLAGS_4(cc_compute_c, TCG_CALL_NO_RWG_SE, tl, tl, tl, tl, int)
32 DEF_HELPER_2(lsl, tl, env, tl)
210 DEF_HELPER_3(rclb, tl, env, tl, tl)
211 DEF_HELPER_3(rclw, tl, env, tl, tl)
212 DEF_HELPER_3(rcll, tl, env, tl, tl)
213 DEF_HELPER_3(rcrb, tl, env, tl, tl)
214 DEF_HELPER_3(rcrw, tl, env, tl, tl)
215 DEF_HELPER_3(rcrl, tl, env, tl, tl)
217 DEF_HELPER_3(rclq, tl, env, tl, tl)
[all …]
/openbmc/qemu/target/arm/tcg/
H A Dhelper-sme.h36 DEF_HELPER_FLAGS_5(sme_ld1b_h, TCG_CALL_NO_WG, void, env, ptr, ptr, tl, i32)
37 DEF_HELPER_FLAGS_5(sme_ld1b_v, TCG_CALL_NO_WG, void, env, ptr, ptr, tl, i32)
38 DEF_HELPER_FLAGS_5(sme_ld1b_h_mte, TCG_CALL_NO_WG, void, env, ptr, ptr, tl, i32)
39 DEF_HELPER_FLAGS_5(sme_ld1b_v_mte, TCG_CALL_NO_WG, void, env, ptr, ptr, tl, i32)
41 DEF_HELPER_FLAGS_5(sme_ld1h_be_h, TCG_CALL_NO_WG, void, env, ptr, ptr, tl, i32)
42 DEF_HELPER_FLAGS_5(sme_ld1h_le_h, TCG_CALL_NO_WG, void, env, ptr, ptr, tl, i32)
43 DEF_HELPER_FLAGS_5(sme_ld1h_be_v, TCG_CALL_NO_WG, void, env, ptr, ptr, tl, i32)
44 DEF_HELPER_FLAGS_5(sme_ld1h_le_v, TCG_CALL_NO_WG, void, env, ptr, ptr, tl, i32)
50 DEF_HELPER_FLAGS_5(sme_ld1s_be_h, TCG_CALL_NO_WG, void, env, ptr, ptr, tl, i32)
77 DEF_HELPER_FLAGS_5(sme_st1b_h, TCG_CALL_NO_WG, void, env, ptr, ptr, tl, i32)
[all …]
H A Dhelper-sve.h1586 void, env, ptr, tl, i32)
1588 void, env, ptr, tl, i32)
1590 void, env, ptr, tl, i32)
1592 void, env, ptr, tl, i32)
1594 void, env, ptr, tl, i32)
1597 void, env, ptr, tl, i32)
1599 void, env, ptr, tl, i32)
1601 void, env, ptr, tl, i32)
1603 void, env, ptr, tl, i32)
1605 void, env, ptr, tl, i32)
[all …]
/openbmc/qemu/target/riscv/
H A Dhelper.h127 DEF_HELPER_4(csrrw, tl, env, int, tl, tl)
130 DEF_HELPER_6(csrrw_i128, tl, env, int, tl, tl, tl, tl)
158 DEF_HELPER_3(vsetvl, tl, env, tl, tl)
1151 DEF_HELPER_5(divu_i128, tl, env, tl, tl, tl, tl)
1152 DEF_HELPER_5(divs_i128, tl, env, tl, tl, tl, tl)
1153 DEF_HELPER_5(remu_i128, tl, env, tl, tl, tl, tl)
1154 DEF_HELPER_5(rems_i128, tl, env, tl, tl, tl, tl)
1158 DEF_HELPER_FLAGS_3(aes32esi, TCG_CALL_NO_RWG_SE, tl, tl, tl, tl)
1160 DEF_HELPER_FLAGS_3(aes32dsi, TCG_CALL_NO_RWG_SE, tl, tl, tl, tl)
1170 DEF_HELPER_FLAGS_3(sm4ed, TCG_CALL_NO_RWG_SE, tl, tl, tl, tl)
[all …]
/openbmc/qemu/target/hppa/
H A Dhelper.h5 DEF_HELPER_FLAGS_3(stby_b, TCG_CALL_NO_WG, void, env, tl, tl)
6 DEF_HELPER_FLAGS_3(stby_b_parallel, TCG_CALL_NO_WG, void, env, tl, tl)
7 DEF_HELPER_FLAGS_3(stby_e, TCG_CALL_NO_WG, void, env, tl, tl)
8 DEF_HELPER_FLAGS_3(stby_e_parallel, TCG_CALL_NO_WG, void, env, tl, tl)
10 DEF_HELPER_FLAGS_3(stdby_b, TCG_CALL_NO_WG, void, env, tl, tl)
11 DEF_HELPER_FLAGS_3(stdby_b_parallel, TCG_CALL_NO_WG, void, env, tl, tl)
12 DEF_HELPER_FLAGS_3(stdby_e, TCG_CALL_NO_WG, void, env, tl, tl)
13 DEF_HELPER_FLAGS_3(stdby_e_parallel, TCG_CALL_NO_WG, void, env, tl, tl)
25 DEF_HELPER_FLAGS_4(probe, TCG_CALL_NO_WG, tl, env, tl, i32, i32)
95 DEF_HELPER_FLAGS_2(swap_system_mask, TCG_CALL_NO_RWG, tl, env, tl)
[all …]
/openbmc/qemu/target/sparc/
H A Dhelper.h3 DEF_HELPER_2(wrpsr, void, env, tl)
4 DEF_HELPER_1(rdpsr, tl, env)
8 DEF_HELPER_2(wrgl, void, env, tl)
15 DEF_HELPER_1(rdccr, tl, env)
16 DEF_HELPER_2(wrccr, void, env, tl)
17 DEF_HELPER_1(rdcwp, tl, env)
19 DEF_HELPER_FLAGS_2(array8, TCG_CALL_NO_RWG_SE, tl, tl, tl)
30 DEF_HELPER_FLAGS_3(udiv, TCG_CALL_NO_WG, i64, env, tl, tl)
31 DEF_HELPER_FLAGS_3(sdiv, TCG_CALL_NO_WG, i64, env, tl, tl)
32 DEF_HELPER_3(taddcctv, tl, env, tl, tl)
[all …]
H A Dtrace-events4 …ress, uint64_t context, int mmu_idx, uint32_t tl) "DFAULT at 0x%"PRIx64" context 0x%"PRIx64" mmu_i…
5 …dress, uint64_t context, int mmu_idx, uint32_t tl) "DPROT at 0x%"PRIx64" context 0x%"PRIx64" mmu_i…
9 …helper_get_phys_addr_code(uint32_t tl, int mmu_idx, uint64_t prim_context, uint64_t sec_context, u…
10 …helper_get_phys_addr_data(uint32_t tl, int mmu_idx, uint64_t prim_context, uint64_t sec_context, u…
11 …, int mmu_idx, uint32_t tl, uint64_t prim_context, uint64_t sec_context) "Translate at 0x%"PRIx64"…
22 sparc64_cpu_check_irqs_noset_irq(uint32_t tl, uint32_t tt, int intno) "Not setting CPU IRQ: TL=%d c…
31 win_helper_done(uint32_t tl) "tl=%d"
32 win_helper_retry(uint32_t tl) "tl=%d"
H A Dint64_helper.c111 trace_sparc64_cpu_check_irqs_noset_irq(env->tl, in cpu_check_irqs()
179 if (env->tl >= env->maxtl) { in sparc_cpu_do_interrupt()
181 " Error state", cs->exception_index, env->tl, env->maxtl); in sparc_cpu_do_interrupt()
185 if (env->tl < env->maxtl - 1) { in sparc_cpu_do_interrupt()
186 env->tl++; in sparc_cpu_do_interrupt()
189 if (env->tl < env->maxtl) { in sparc_cpu_do_interrupt()
190 env->tl++; in sparc_cpu_do_interrupt()
201 env->htstate[env->tl] = env->hpstate; in sparc_cpu_do_interrupt()
204 if (env->tl > 2) { in sparc_cpu_do_interrupt()
253 env->pc |= ((env->tl > 1) ? 1 << 14 : 0) | (intno << 5); in sparc_cpu_do_interrupt()
[all …]
/openbmc/linux/fs/smb/client/
H A Ddfs_cache.h55 dfs_cache_get_next_tgt(struct dfs_cache_tgt_list *tl, in dfs_cache_get_next_tgt() argument
58 if (!tl || !tl->tl_numtgts || list_empty(&tl->tl_list) || in dfs_cache_get_next_tgt()
59 !it || list_is_last(&it->it_list, &tl->tl_list)) in dfs_cache_get_next_tgt()
65 dfs_cache_get_tgt_iterator(struct dfs_cache_tgt_list *tl) in dfs_cache_get_tgt_iterator() argument
67 if (!tl) in dfs_cache_get_tgt_iterator()
69 return list_first_entry_or_null(&tl->tl_list, in dfs_cache_get_tgt_iterator()
78 if (!tl || !tl->tl_numtgts || list_empty(&tl->tl_list)) in dfs_cache_free_tgts()
80 list_for_each_entry_safe(it, nit, &tl->tl_list, it_list) { in dfs_cache_free_tgts()
85 tl->tl_numtgts = 0; in dfs_cache_free_tgts()
95 dfs_cache_get_nr_tgts(const struct dfs_cache_tgt_list *tl) in dfs_cache_get_nr_tgts() argument
[all …]
/openbmc/qemu/target/ppc/
H A Dhelper.h7 DEF_HELPER_4(HASHST, void, env, tl, tl, tl)
8 DEF_HELPER_4(HASHCHK, void, env, tl, tl, tl)
9 DEF_HELPER_4(HASHSTP, void, env, tl, tl, tl)
10 DEF_HELPER_4(HASHCHKP, void, env, tl, tl, tl)
58 DEF_HELPER_4(divweu, tl, env, tl, tl, i32)
59 DEF_HELPER_4(divwe, tl, env, tl, tl, i32)
62 DEF_HELPER_FLAGS_2(cmpb, TCG_CALL_NO_RWG_SE, tl, tl, tl)
63 DEF_HELPER_3(sraw, tl, env, tl, tl)
73 DEF_HELPER_3(srad, tl, env, tl, tl)
80 DEF_HELPER_FLAGS_2(brinc, TCG_CALL_NO_RWG_SE, tl, tl, tl)
[all …]
/openbmc/linux/drivers/net/ethernet/netronome/nfp/
H A Dnfp_net_debugdump.c58 struct nfp_dump_tl tl; member
64 struct nfp_dump_tl tl; member
70 struct nfp_dump_tl tl; member
78 struct nfp_dump_tl tl; member
87 struct nfp_dump_tl tl; member
92 struct nfp_dump_tl tl; member
126 tl = p; in nfp_traverse_tlvs()
127 if (!tl->type && !tl->length) in nfp_traverse_tlvs()
130 if (be32_to_cpu(tl->length) > remaining - sizeof(*tl)) in nfp_traverse_tlvs()
133 total_tlv_size = sizeof(*tl) + be32_to_cpu(tl->length); in nfp_traverse_tlvs()
[all …]
/openbmc/qemu/target/openrisc/
H A Dhelper.h50 DEF_HELPER_FLAGS_3(float_ ## op ## _s, TCG_CALL_NO_RWG, tl, env, i32, i32) \
51 DEF_HELPER_FLAGS_3(float_ ## op ## _d, TCG_CALL_NO_RWG, tl, env, i64, i64)
65 DEF_HELPER_FLAGS_3(mtspr, 0, void, env, tl, tl)
66 DEF_HELPER_FLAGS_3(mfspr, TCG_CALL_NO_WG, tl, env, tl, tl)
/openbmc/linux/drivers/isdn/mISDN/
H A Dfsm.c98 struct FsmTimer *ft = from_timer(ft, t, tl); in FsmExpireTimer()
114 timer_setup(&ft->tl, FsmExpireTimer, 0); in mISDN_FsmInitTimer()
126 del_timer(&ft->tl); in mISDN_FsmDelTimer()
141 if (timer_pending(&ft->tl)) { in mISDN_FsmAddTimer()
152 ft->tl.expires = jiffies + (millisec * HZ) / 1000; in mISDN_FsmAddTimer()
153 add_timer(&ft->tl); in mISDN_FsmAddTimer()
169 if (timer_pending(&ft->tl)) in mISDN_FsmRestartTimer()
170 del_timer(&ft->tl); in mISDN_FsmRestartTimer()
173 ft->tl.expires = jiffies + (millisec * HZ) / 1000; in mISDN_FsmRestartTimer()
174 add_timer(&ft->tl); in mISDN_FsmRestartTimer()
/openbmc/linux/crypto/
H A Dvmac.c151 int i; u64 th, tl; \
156 ADD128(rh, rl, th, tl); \
162 int i; u64 th, tl; \
167 ADD128(rh, rl, th, tl); \
177 int i; u64 th, tl; \
182 ADD128(rh, rl, th, tl); \
185 ADD128(rh, rl, th, tl); \
188 ADD128(rh, rl, th, tl); \
191 ADD128(rh, rl, th, tl); \
197 int i; u64 th, tl; \
[all …]
/openbmc/linux/drivers/s390/net/
H A Dfsm.c135 fsm_timer *this = from_timer(this, t, tl); in fsm_expire_timer()
151 timer_setup(&this->tl, fsm_expire_timer, 0); in fsm_settimer()
161 del_timer(&this->tl); in fsm_deltimer()
173 timer_setup(&this->tl, fsm_expire_timer, 0); in fsm_addtimer()
176 this->tl.expires = jiffies + (millisec * HZ) / 1000; in fsm_addtimer()
177 add_timer(&this->tl); in fsm_addtimer()
191 del_timer(&this->tl); in fsm_modtimer()
192 timer_setup(&this->tl, fsm_expire_timer, 0); in fsm_modtimer()
195 this->tl.expires = jiffies + (millisec * HZ) / 1000; in fsm_modtimer()
196 add_timer(&this->tl); in fsm_modtimer()
/openbmc/qemu/tests/tcg/ppc64/
H A Dnon_signalling_xscv.c8 uint64_t th, tl, bh = B_HI, bl = B_LO; \
16 : "=r" (th), "=r" (tl) \
20 "%016" PRIx64 "\n", bh, bl, th, tl); \
21 assert(th == T_HI && tl == T_LO); \
/openbmc/linux/fs/ext4/
H A Dfast_commit.c691 struct ext4_fc_tl tl; in ext4_fc_reserve_space() local
756 struct ext4_fc_tl tl; in ext4_fc_write_tail() local
799 struct ext4_fc_tl tl; in ext4_fc_add_tlv() local
820 struct ext4_fc_tl tl; in ext4_fc_add_dentry_tlv() local
852 struct ext4_fc_tl tl; in ext4_fc_write_inode() local
2036 struct ext4_fc_tl_mem tl; in ext4_fc_replay_scan() local
2071 !ext4_fc_value_len_isvalid(sbi, tl.fc_tag, tl.fc_len)) { in ext4_fc_replay_scan()
2078 switch (tl.fc_tag) { in ext4_fc_replay_scan()
2199 switch (tl.fc_tag) { in ext4_fc_replay()
2220 tl.fc_len, 0); in ext4_fc_replay()
[all …]
/openbmc/linux/arch/x86/crypto/
H A Dcamellia_glue.c800 u32 dw, tl, tr; in camellia_setup_tail() local
912 dw = tl & (subRL[8] >> 32); /* FL(kl1) */ in camellia_setup_tail()
914 tt = (tr | ((u64)tl << 32)); in camellia_setup_tail()
920 tl = (subRL[7] >> 32) ^ (subRL[7] & ~subRL[9]); in camellia_setup_tail()
923 tt = (tr | ((u64)tl << 32)); in camellia_setup_tail()
932 dw = tl & (subRL[16] >> 32); /* FL(kl3) */ in camellia_setup_tail()
934 tt = (tr | ((u64)tl << 32)); in camellia_setup_tail()
943 tt = (tr | ((u64)tl << 32)); in camellia_setup_tail()
956 dw = tl & (subRL[24] >> 32); /* FL(kl5) */ in camellia_setup_tail()
958 tt = (tr | ((u64)tl << 32)); in camellia_setup_tail()
[all …]

1234567