Home
last modified time | relevance | path

Searched refs:mftb (Results 1 – 20 of 20) sorted by relevance

/freebsd/sys/crypto/openssl/powerpc/
H A Dppccpuid.S122 mftb 3
204 mftb 7
213 .Loop: mftb 6
238 mftb 7
247 mftb 6
261 mftb 6
/freebsd/sys/crypto/openssl/powerpc64/
H A Dppccpuid.S141 mftb 3
231 mftb 7
240 .Loop: mftb 6
267 mftb 7
276 mftb 6
290 mftb 6
/freebsd/sys/crypto/openssl/powerpc64le/
H A Dppccpuid.S141 mftb 3
231 mftb 7
240 .Loop: mftb 6
267 mftb 7
276 mftb 6
290 mftb 6
/freebsd/sys/powerpc/powerpc/
H A Dclock.c190 set_cputicker(mftb, ticks_per_sec, false); in decr_init()
323 return (mftb()); in decr_get_timecount()
336 tb = mftb(); in DELAY()
340 tb = mftb(); in DELAY()
H A Dmp_machdep.c268 ap_timebase = mftb() + 10; in cpu_mp_unleash()
H A Dopenpic.c252 int i = mftb() % CPU_COUNT(&cpumask); in openpic_bind()
/freebsd/sys/cddl/dev/dtrace/powerpc/
H A Ddtrace_subr.c145 tgt_cpu_tsc = mftb(); in dtrace_gethrtime_init_cpu()
147 hst_cpu_tsc = mftb(); in dtrace_gethrtime_init_cpu()
224 timebase = mftb() - timebase_skew[curcpu]; in dtrace_gethrtime()
/freebsd/sys/powerpc/powermac/
H A Dplatform_powermac.c422 ap, __func__, (uintmax_t)tb, (uintmax_t)mftb()); in powermac_smp_timebase_sync_fallback()
461 ap, __func__, (uintmax_t)tb, (uintmax_t)mftb()); in powermac_smp_timebase_sync_fallback()
483 ap, __func__, (uintmax_t)tb, (uintmax_t)mftb()); in powermac_smp_timebase_sync_freeze()
521 ap, __func__, (uintmax_t)tb, (uintmax_t)mftb()); in powermac_smp_timebase_sync_freeze()
/freebsd/crypto/openssl/doc/man3/
H A DOPENSSL_ppccap.pod95 Meaning: Use the mftb (move from time base) instruction. The associated probe
96 instruction is mftb.
98 Effect: Enables use of the mftb instruction to sample the lower 32 bits of the
/freebsd/sys/powerpc/aim/
H A Dslb.c451 i = mftb() % n_slbs; in slb_insert_kernel()
482 i = mftb() % n_slbs; in slb_insert_user()
579 i = mftb() % n_slbs; in handle_kernel_slb_spill()
H A Daim_machdep.c780 timebase = mftb(); in mpc745x_sleep()
H A Dmoea64_native.c777 i = mftb() % 8; in moea64_insert_to_pteg_native()
H A Dtrap_subr32.S626 mftb %r28
/freebsd/sys/powerpc/include/
H A Dcpufunc.h137 mftb(void) in mftb() function
/freebsd/sys/powerpc/pseries/
H A Dxics.c338 i = mftb() % ncpus; in xicp_bind()
H A Dmmu_phyp.c401 i = mftb() % 8; in mphyp_pte_spillable_ident()
/freebsd/sys/powerpc/powernv/
H A Dxive.c455 i = mftb() % ncpus; in xive_bind()
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPC.td185 "Implement mftb using the mfspr instruction">;
H A DPPCInstr64Bit.td566 // Note that encoding mftb using mfspr is now the preferred form,
567 // and has been since at least ISA v2.03. The mftb instruction has
H A DPPCInstrInfo.td2712 "mftb $RST, $SPR", IIC_SprMFTB>;
4582 def : InstAlias<"mftb $Rx", (MFTB gprc:$Rx, 268)>;