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

  /src/sys/arch/powerpc/booke/
booke_machdep.c 447 evcnt_attach_dynamic_nozero(&ci->ci_ev_fpu, EVCNT_TYPE_TRAP,
450 &ci->ci_ev_fpu, xname, "FPU context switches");
trap.c 514 ci->ci_ev_fpu.ev_count++;
605 ci->ci_ev_fpu.ev_count++;
629 ci->ci_ev_fpu.ev_count++;
  /src/sys/arch/powerpc/include/
cpu.h 152 struct evcnt ci_ev_fpu; /* FPU traps */ member in struct:cpu_info
  /src/sys/arch/powerpc/oea/
cpu_subr.c 865 evcnt_attach_dynamic(&ci->ci_ev_fpu, EVCNT_TYPE_TRAP,
868 &ci->ci_ev_fpu, xname, "FPU context switches");
  /src/sys/arch/powerpc/powerpc/
trap.c 340 ci->ci_ev_fpu.ev_count++;

Completed in 43 milliseconds