Searched refs:cpu_hatch_data (Results 1 – 11 of 11) sorted by relevance
/netbsd-src/sys/arch/prep/prep/ |
H A D | cpu.c | 99 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 D | cpu.c | 92 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 D | genassym.cf | 107 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 D | e500_mpsubr.S | 76 lis %r20, _C_LABEL(cpu_hatch_data)@h 77 ori %r20, %r20, _C_LABEL(cpu_hatch_data)@l
|
H A D | booke_machdep.c | 169 volatile struct cpu_hatch_data cpu_hatch_data __cacheline_aligned;
|
/netbsd-src/sys/arch/ofppc/ofppc/ |
H A D | cpu.c | 238 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 D | cpu.c | 229 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 D | cpu.h | 174 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 D | cpuvar.h | 169 extern volatile struct cpu_hatch_data cpu_hatch_data;
|
/netbsd-src/sys/arch/powerpc/oea/ |
H A D | cpu_subr.c | 261 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 D | machdep.c | 827 volatile struct cpu_hatch_data * const h = &cpu_hatch_data; in e500_cpu_spinup()
|