Home
last modified time | relevance | path

Searched refs:cpu_hatch_data (Results 1 – 11 of 11) sorted by relevance

/netbsd-src/sys/arch/prep/prep/
H A Dcpu.c99 md_setup_trampoline(volatile struct cpu_hatch_data *h, struct cpu_info *ci) in md_setup_trampoline()
116 md_presync_timebase(volatile struct cpu_hatch_data *h) in md_presync_timebase()
137 md_start_timebase(volatile struct cpu_hatch_data *h) in md_start_timebase()
143 md_sync_timebase(volatile struct cpu_hatch_data *h) in md_sync_timebase()
/netbsd-src/sys/arch/bebox/bebox/
H A Dcpu.c92 md_setup_trampoline(volatile struct cpu_hatch_data *h, struct cpu_info *ci) in md_setup_trampoline()
122 md_presync_timebase(volatile struct cpu_hatch_data *h) in md_presync_timebase()
142 md_start_timebase(volatile struct cpu_hatch_data *h) in md_start_timebase()
148 md_sync_timebase(volatile struct cpu_hatch_data *h) in md_sync_timebase()
/netbsd-src/sys/arch/powerpc/booke/
H A Dgenassym.cf107 define HATCH_CI offsetof(struct cpu_hatch_data, hatch_ci)
108 define HATCH_HID0 offsetof(struct cpu_hatch_data, hatch_hid0)
109 define HATCH_RUNNING offsetof(struct cpu_hatch_data, hatch_running)
110 define HATCH_SP offsetof(struct cpu_hatch_data, hatch_sp)
111 define HATCH_TBU offsetof(struct cpu_hatch_data, hatch_tbu)
112 define HATCH_TBL offsetof(struct cpu_hatch_data, hatch_tbl)
113 define HATCH_TLBIDX offsetof(struct cpu_hatch_data, hatch_tlbidx)
H A De500_mpsubr.S76 lis %r20, _C_LABEL(cpu_hatch_data)@h
77 ori %r20, %r20, _C_LABEL(cpu_hatch_data)@l
H A Dbooke_machdep.c169 volatile struct cpu_hatch_data cpu_hatch_data __cacheline_aligned;
/netbsd-src/sys/arch/ofppc/ofppc/
H A Dcpu.c238 md_setup_trampoline(volatile struct cpu_hatch_data *h, struct cpu_info *ci) in md_setup_trampoline()
253 md_presync_timebase(volatile struct cpu_hatch_data *h) in md_presync_timebase()
276 md_start_timebase(volatile struct cpu_hatch_data *h) in md_start_timebase()
299 md_sync_timebase(volatile struct cpu_hatch_data *h) in md_sync_timebase()
/netbsd-src/sys/arch/macppc/macppc/
H A Dcpu.c229 md_setup_trampoline(volatile struct cpu_hatch_data *h, struct cpu_info *ci) in md_setup_trampoline()
282 md_presync_timebase(volatile struct cpu_hatch_data *h) in md_presync_timebase()
311 md_start_timebase(volatile struct cpu_hatch_data *h) in md_start_timebase()
335 md_sync_timebase(volatile struct cpu_hatch_data *h) in md_sync_timebase()
/netbsd-src/sys/arch/powerpc/include/
H A Dcpu.h174 struct cpu_hatch_data { struct
408 int md_setup_trampoline(volatile struct cpu_hatch_data *,
410 void md_presync_timebase(volatile struct cpu_hatch_data *);
411 void md_start_timebase(volatile struct cpu_hatch_data *);
412 void md_sync_timebase(volatile struct cpu_hatch_data *);
/netbsd-src/sys/arch/powerpc/include/booke/
H A Dcpuvar.h169 extern volatile struct cpu_hatch_data cpu_hatch_data;
/netbsd-src/sys/arch/powerpc/oea/
H A Dcpu_subr.c261 volatile struct cpu_hatch_data *cpu_hatch_data; variable
1376 volatile struct cpu_hatch_data hatch_data, *h = &hatch_data; in cpu_spinup()
1400 cpu_hatch_data = h; in cpu_spinup()
1496 volatile struct cpu_hatch_data *h = cpu_hatch_data; in cpu_hatch()
/netbsd-src/sys/arch/evbppc/mpc85xx/
H A Dmachdep.c827 volatile struct cpu_hatch_data * const h = &cpu_hatch_data; in e500_cpu_spinup()