Home | Sort by: relevance | last modified time | path |
/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; |