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

  /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/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 *);

Completed in 12 milliseconds