Home
last modified time | relevance | path

Searched refs:install_coproc_handler_static (Results 1 – 3 of 3) sorted by relevance

/f-stack/freebsd/arm/arm/
H A Dundefined.c119 install_coproc_handler_static(coproc, uh); in install_coproc_handler()
124 install_coproc_handler_static(int coproc, struct undefined_handler *uh) in install_coproc_handler_static() function
200 install_coproc_handler_static(0, &gdb_uh); in undefined_init()
H A Dvfp.c164 install_coproc_handler_static(10, &vfp10_uh); in vfp_init()
165 install_coproc_handler_static(11, &vfp11_uh); in vfp_init()
/f-stack/freebsd/arm/include/
H A Dundefined.h84 void install_coproc_handler_static (int, struct undefined_handler *);