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

  /src/sys/arch/arm/include/
undefined.h 96 * Handlers installed using install_coproc_handler_static shouldn't be
99 void install_coproc_handler_static(int, struct undefined_handler *);
  /src/sys/arch/arm/arm/
undefined.c 98 install_coproc_handler_static(coproc, uh);
110 install_coproc_handler_static(int coproc, struct undefined_handler *uh) function in typeref:typename:void
290 install_coproc_handler_static(SYSTEM_COPROC, &cp15_uh);
293 install_coproc_handler_static(CORE_UNKNOWN_HANDLER, &gdb_uh);
295 install_coproc_handler_static(THUMB_UNKNOWN_HANDLER, &gdb_uh_thumb);
298 install_coproc_handler_static(VFP_COPROC, &vfptest_uh);
  /src/sys/arch/arm/arm32/
db_interface.c 344 install_coproc_handler_static(CORE_UNKNOWN_HANDLER, &db_uh);

Completed in 49 milliseconds