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

  /src/sys/arch/arm/include/
undefined.h 53 typedef int (*undef_handler_t)(unsigned int, unsigned int, trapframe_t *, int); typedef in typeref:typename:int (*)(unsigned int,unsigned int,trapframe_t *,int)
80 void *install_coproc_handler(int, undef_handler_t);
81 void replace_coproc_handler(int, undef_handler_t);
92 undef_handler_t uh_handler;
undefined.h 53 typedef int (*undef_handler_t)(unsigned int, unsigned int, trapframe_t *, int); typedef in typeref:typename:int (*)(unsigned int,unsigned int,trapframe_t *,int)
80 void *install_coproc_handler(int, undef_handler_t);
81 void replace_coproc_handler(int, undef_handler_t);
92 undef_handler_t uh_handler;

Completed in 23 milliseconds