Searched defs:fn (Results 1 – 5 of 5) sorted by relevance
21 void (*fn)(void); in test_iep() local
140 void install_exception_handler(enum vector v, unsigned int ec, exception_fn fn) in install_exception_handler()148 void install_irq_handler(enum vector v, irq_handler_fn fn) in install_irq_handler()227 void install_vector_handler(enum vector v, vector_fn fn) in install_vector_handler()
68 void install_exception_handler(enum vector v, exception_fn fn) in install_exception_handler()
197 handler handle_exception(u8 v, handler fn) in handle_exception()425 void set_intr_task_gate(int e, void *fn) in set_intr_task_gate()436 void set_intr_alt_stack(int e, void *fn) in set_intr_alt_stack()
44 u32 fn[] = {MOV_X0(0x42), RET}; in check_code_generation() local