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 219 curcpu()->ci_vfp_evs[0].ev_count++;
242 evcnt_attach_dynamic(&ci->ci_vfp_evs[0], EVCNT_TYPE_TRAP, NULL,
395 evcnt_attach_dynamic(&ci->ci_vfp_evs[0], EVCNT_TYPE_MISC, NULL,
397 evcnt_attach_dynamic(&ci->ci_vfp_evs[1], EVCNT_TYPE_MISC, NULL,
399 evcnt_attach_dynamic(&ci->ci_vfp_evs[2], EVCNT_TYPE_TRAP, NULL,
448 curcpu()->ci_vfp_evs[2].ev_count++;
534 curcpu()->ci_vfp_evs[0].ev_count++;
537 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 231 milliseconds