Home
last modified time | relevance | path

Searched defs:interrupt_handler (Results 1 – 12 of 12) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/gcc/config/v850/
H A Dv850.cc1424 int interrupt_handler = v850_interrupt_function_p (current_function_decl); in compute_register_save_size() local
1626 int interrupt_handler = v850_interrupt_function_p (current_function_decl); in expand_prologue() local
1809 int interrupt_handler = v850_interrupt_function_p (current_function_decl); in expand_epilogue() local
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/v850/
H A Dv850.c1424 int interrupt_handler = v850_interrupt_function_p (current_function_decl); in compute_register_save_size() local
1626 int interrupt_handler = v850_interrupt_function_p (current_function_decl); in expand_prologue() local
1809 int interrupt_handler = v850_interrupt_function_p (current_function_decl); in expand_epilogue() local
/netbsd-src/sys/external/bsd/drm2/dist/drm/amd/display/dc/
H A Dirq_types.h35 typedef void (*interrupt_handler)(void *); typedef
/netbsd-src/external/gpl3/gcc/dist/gcc/config/m68k/
H A Dm68k.cc820 bool interrupt_handler = func_kind == m68k_fk_interrupt_handler; in m68k_compute_frame_layout() local
907 m68k_save_reg (unsigned int regno, bool interrupt_handler) in m68k_save_reg()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/m68k/
H A Dm68k.c820 bool interrupt_handler = func_kind == m68k_fk_interrupt_handler; in m68k_compute_frame_layout() local
907 m68k_save_reg (unsigned int regno, bool interrupt_handler) in m68k_save_reg()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/m32c/
H A Dm32c.c2888 interrupt_handler (tree * node ATTRIBUTE_UNUSED, in interrupt_handler() function
/netbsd-src/external/gpl3/gcc/dist/gcc/config/m32c/
H A Dm32c.cc2892 interrupt_handler (tree * node ATTRIBUTE_UNUSED, in interrupt_handler() function
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/microblaze/
H A Dmicroblaze.c215 int interrupt_handler; variable
/netbsd-src/external/gpl3/gcc/dist/gcc/config/microblaze/
H A Dmicroblaze.cc216 int interrupt_handler; variable
/netbsd-src/external/gpl3/gcc/dist/gcc/config/sh/
H A Dsh.cc6900 push_regs (HARD_REG_SET *mask, bool interrupt_handler) in push_regs()
7000 bool interrupt_or_trapa_handler, trapa_handler, interrupt_handler; in calc_live_regs() local
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/sh/
H A Dsh.c6900 push_regs (HARD_REG_SET *mask, bool interrupt_handler) in push_regs()
7000 bool interrupt_or_trapa_handler, trapa_handler, interrupt_handler; in calc_live_regs() local
/netbsd-src/external/public-domain/sqlite/dist/
H A Dshell.c18908 static void interrupt_handler(int NotUsed){ in interrupt_handler() function