HomeSort by: relevance | last modified time | path
    Searched refs:cpu_hatch_data (Results 1 - 10 of 10) sorted by relevancy

  /src/sys/arch/bebox/bebox/
cpu.c 92 md_setup_trampoline(volatile struct cpu_hatch_data *h, struct cpu_info *ci)
122 md_presync_timebase(volatile struct cpu_hatch_data *h)
142 md_start_timebase(volatile struct cpu_hatch_data *h)
148 md_sync_timebase(volatile struct cpu_hatch_data *h)
  /src/sys/arch/prep/prep/
cpu.c 99 md_setup_trampoline(volatile struct cpu_hatch_data *h, struct cpu_info *ci)
116 md_presync_timebase(volatile struct cpu_hatch_data *h)
137 md_start_timebase(volatile struct cpu_hatch_data *h)
143 md_sync_timebase(volatile struct cpu_hatch_data *h)
  /src/sys/arch/powerpc/include/booke/
cpuvar.h 169 extern volatile struct cpu_hatch_data cpu_hatch_data;
  /src/sys/arch/macppc/macppc/
cpu.c 229 md_setup_trampoline(volatile struct cpu_hatch_data *h, struct cpu_info *ci)
282 md_presync_timebase(volatile struct cpu_hatch_data *h)
311 md_start_timebase(volatile struct cpu_hatch_data *h)
335 md_sync_timebase(volatile struct cpu_hatch_data *h)
  /src/sys/arch/ofppc/ofppc/
cpu.c 238 md_setup_trampoline(volatile struct cpu_hatch_data *h, struct cpu_info *ci)
253 md_presync_timebase(volatile struct cpu_hatch_data *h)
276 md_start_timebase(volatile struct cpu_hatch_data *h)
299 md_sync_timebase(volatile struct cpu_hatch_data *h)
  /src/sys/arch/powerpc/include/
cpu.h 174 struct cpu_hatch_data { struct
409 int md_setup_trampoline(volatile struct cpu_hatch_data *,
411 void md_presync_timebase(volatile struct cpu_hatch_data *);
412 void md_start_timebase(volatile struct cpu_hatch_data *);
413 void md_sync_timebase(volatile struct cpu_hatch_data *);
  /src/sys/arch/powerpc/booke/
e500_mpsubr.S 76 lis %r20, _C_LABEL(cpu_hatch_data)@h
77 ori %r20, %r20, _C_LABEL(cpu_hatch_data)@l
booke_machdep.c 169 volatile struct cpu_hatch_data cpu_hatch_data __cacheline_aligned;
  /src/sys/arch/powerpc/oea/
cpu_subr.c 261 volatile struct cpu_hatch_data *cpu_hatch_data; variable in typeref:typename:volatile struct cpu_hatch_data *
1391 volatile struct cpu_hatch_data hatch_data, *h = &hatch_data;
1415 cpu_hatch_data = h;
1511 volatile struct cpu_hatch_data *h = cpu_hatch_data;
  /src/sys/arch/evbppc/mpc85xx/
machdep.c 827 volatile struct cpu_hatch_data * const h = &cpu_hatch_data;

Completed in 18 milliseconds