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

  /src/sys/arch/arm/vfp/
vfp_init.c 217 curcpu()->ci_vfp_evs[0].ev_count++;
240 evcnt_attach_dynamic(&ci->ci_vfp_evs[0], EVCNT_TYPE_TRAP, NULL,
392 evcnt_attach_dynamic(&ci->ci_vfp_evs[0], EVCNT_TYPE_MISC, NULL,
394 evcnt_attach_dynamic(&ci->ci_vfp_evs[1], EVCNT_TYPE_MISC, NULL,
396 evcnt_attach_dynamic(&ci->ci_vfp_evs[2], EVCNT_TYPE_TRAP, NULL,
445 curcpu()->ci_vfp_evs[2].ev_count++;
531 curcpu()->ci_vfp_evs[0].ev_count++;
534 curcpu()->ci_vfp_evs[1].ev_count++;
  /src/sys/arch/arm/include/
cpu.h 249 struct evcnt ci_vfp_evs[3]; member in struct:cpu_info

Completed in 12 milliseconds