Searched refs:hatch_tbl (Results 1 – 7 of 7) sorted by relevance
131 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()
125 h->hatch_tbl = tb & 0xffffffff; in md_presync_timebase()146 u_int tbl = h->hatch_tbl; in md_sync_timebase()
285 h->hatch_tbl = tb & 0xffffffff; in md_presync_timebase()333 u_int tbl = h->hatch_tbl; in md_sync_timebase()
266 h->hatch_tbl = tb & 0xffffffff; in md_presync_timebase()305 u_int tbl = h->hatch_tbl; in md_sync_timebase()
880 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()
112 define HATCH_TBL offsetof(struct cpu_hatch_data, hatch_tbl)
179 uint32_t hatch_tbl; member