| /freebsd/sys/crypto/openssl/powerpc/ |
| H A D | ppccpuid.S | 122 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 D | ppccpuid.S | 141 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 D | ppccpuid.S | 141 mftb 3 231 mftb 7 240 .Loop: mftb 6 267 mftb 7 276 mftb 6 290 mftb 6
|
| /freebsd/sys/powerpc/powerpc/ |
| H A D | clock.c | 190 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 D | mp_machdep.c | 268 ap_timebase = mftb() + 10; in cpu_mp_unleash()
|
| H A D | openpic.c | 252 int i = mftb() % CPU_COUNT(&cpumask); in openpic_bind()
|
| /freebsd/sys/cddl/dev/dtrace/powerpc/ |
| H A D | dtrace_subr.c | 145 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 D | platform_powermac.c | 422 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 D | OPENSSL_ppccap.pod | 95 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 D | slb.c | 451 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 D | aim_machdep.c | 780 timebase = mftb(); in mpc745x_sleep()
|
| H A D | moea64_native.c | 777 i = mftb() % 8; in moea64_insert_to_pteg_native()
|
| H A D | trap_subr32.S | 626 mftb %r28
|
| /freebsd/sys/powerpc/include/ |
| H A D | cpufunc.h | 137 mftb(void) in mftb() function
|
| /freebsd/sys/powerpc/pseries/ |
| H A D | xics.c | 338 i = mftb() % ncpus; in xicp_bind()
|
| H A D | mmu_phyp.c | 401 i = mftb() % 8; in mphyp_pte_spillable_ident()
|
| /freebsd/sys/powerpc/powernv/ |
| H A D | xive.c | 455 i = mftb() % ncpus; in xive_bind()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/ |
| H A D | PPC.td | 185 "Implement mftb using the mfspr instruction">;
|
| H A D | PPCInstr64Bit.td | 566 // 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 D | PPCInstrInfo.td | 2712 "mftb $RST, $SPR", IIC_SprMFTB>; 4582 def : InstAlias<"mftb $Rx", (MFTB gprc:$Rx, 268)>;
|