Home
last modified time | relevance | path

Searched refs:hatch_tbl (Results 1 – 7 of 7) sorted by relevance

/netbsd/sys/arch/bebox/bebox/
H A Dcpu.c131 h->hatch_tbl = tb & 0xffffffff; in md_presync_timebase()
161 __asm volatile("dcbi 0,%0"::"r"(&h->hatch_tbl):"memory"); in md_sync_timebase()
164 __asm volatile("dcbst 0,%0"::"r"(&h->hatch_tbl):"memory"); in md_sync_timebase()
169 tbl = h->hatch_tbl; in md_sync_timebase()
/netbsd/sys/arch/prep/prep/
H A Dcpu.c125 h->hatch_tbl = tb & 0xffffffff; in md_presync_timebase()
146 u_int tbl = h->hatch_tbl; in md_sync_timebase()
/netbsd/sys/arch/macppc/macppc/
H A Dcpu.c285 h->hatch_tbl = tb & 0xffffffff; in md_presync_timebase()
333 u_int tbl = h->hatch_tbl; in md_sync_timebase()
/netbsd/sys/arch/ofppc/ofppc/
H A Dcpu.c266 h->hatch_tbl = tb & 0xffffffff; in md_presync_timebase()
305 u_int tbl = h->hatch_tbl; in md_sync_timebase()
/netbsd/sys/arch/evbppc/mpc85xx/
H A Dmachdep.c880 h->hatch_tbl = tbl; in e500_cpu_spinup()
950 + (uint64_t)h->hatch_tbl), in e500_cpu_spinup()
959 + (uint64_t)h->hatch_tbl), in e500_cpu_spinup()
973 + (uint64_t)h->hatch_tbl)); in e500_cpu_spinup()
/netbsd/sys/arch/powerpc/booke/
H A Dgenassym.cf112 define HATCH_TBL offsetof(struct cpu_hatch_data, hatch_tbl)
/netbsd/sys/arch/powerpc/include/
H A Dcpu.h179 uint32_t hatch_tbl; member