Home | Sort by: relevance | last modified time | path |
/src/sys/arch/bebox/bebox/ | |
cpu.c | 150 u_int tbu, tbl; local in function:md_sync_timebase 168 tbu = h->hatch_tbu; 172 __asm volatile ("mttbu %0" :: "r"(tbu)); |
/src/sys/arch/prep/prep/ | |
cpu.c | 145 u_int tbu = h->hatch_tbu; local in function:md_sync_timebase 153 __asm volatile ("mttbu %0" :: "r"(tbu)); |
/src/sys/arch/macppc/macppc/ | |
cpu.c | 340 u_int tbu = h->hatch_tbu; local in function:md_sync_timebase 346 __asm volatile ("mttbu %0" :: "r"(tbu)); |
/src/sys/arch/ofppc/ofppc/ | |
cpu.c | 302 u_int tbu = h->hatch_tbu; local in function:md_sync_timebase 308 __asm volatile ("mttbu %0" :: "r"(tbu)); |
/src/sys/arch/evbppc/mpc85xx/ | |
machdep.c | 873 uint32_t tbu; local in function:e500_cpu_spinup 875 tbu = mfspr(SPR_RTBU); 879 h->hatch_tbu = tbu; 947 ((int64_t)tbu << 32) + tbl, |