Home
last modified time | relevance | path

Searched refs:undef_handler_t (Results 1 – 2 of 2) sorted by relevance

/openbsd/src/sys/arch/arm/include/
Dundefined.h54 typedef int (*undef_handler_t) (unsigned int, unsigned int, trapframe_t *, int, uint32_t); typedef
62 void *install_coproc_handler (int, undef_handler_t);
73 undef_handler_t uh_handler;
/openbsd/src/sys/arch/arm/arm/
Dundefined.c73 install_coproc_handler(int coproc, undef_handler_t handler) in install_coproc_handler()