Searched refs:handlers (Results 1 – 12 of 12) sorted by relevance
/arch/powerpc/platforms/powermac/ |
D | pfunc_core.c | 124 #define PMF_PARSE_CALL(name, cmd, handlers, p...) \ argument 128 if (handlers == NULL) \ 130 if (handlers->name) \ 131 return handlers->name(cmd->func, cmd->instdata, \ 542 struct pmf_handlers *handlers; member 580 struct pmf_handlers *handlers, in pmf_parse_one() argument 596 handlers ? "executing" : "parsing"); in pmf_parse_one() 621 rc = pmf_parsers[ccode](&cmd, handlers); in pmf_parse_one() 630 if (handlers == NULL) in pmf_parse_one() 702 struct pmf_handlers *handlers, in pmf_register_driver() argument [all …]
|
/arch/um/os-Linux/ |
D | signal.c | 149 static void (*handlers[_NSIG])(int sig, struct siginfo *si, mcontext_t *mc) = { variable 192 (*handlers[sig])(sig, (struct siginfo *)si, mc); in hard_handler()
|
/arch/mips/sgi-ip27/ |
D | TODO | 16 11. All intrs (ip27_do_irq handlers) are targeted at cpu A on the node.
|
/arch/m68k/fpsp040/ |
D | x_store.S | 6 | Used by underflow and overflow handlers. 54 | handlers restore fp0-fp3 from there.
|
D | fpsp.h | 16 | All FPSP handlers begin by executing: 48 | On exit, the handlers execute: 59 | type that was generated. Some handlers may omit the "frestore"
|
D | res_func.S | 1460 | handlers. 1478 | handlers.
|
/arch/m68k/ifpsp060/ |
D | fpsp.doc | 33 Package. This package is essentially a set of exception handlers 35 These exception handlers emulate Unimplemented FP instructions, 38 includes exception handlers to provide full IEEE-754 compliant
|
/arch/powerpc/include/asm/ |
D | pmac_pfunc.h | 179 struct pmf_handlers *handlers,
|
/arch/powerpc/platforms/pseries/ |
D | Kconfig | 77 event types and scopes. Device drivers can register their handlers
|
/arch/sh/kernel/cpu/sh3/ |
D | entry.S | 491 mov r15, r8 ! trap handlers take saved regs in r8
|
/arch/arm/kernel/ |
D | entry-armv.S | 120 @ common_invalid - generic code for failed exception (re-entrant version of handlers)
|
/arch/ |
D | Kconfig | 749 flag. Exceptions handlers must be wrapped as well. Irqs are already
|