Searched refs:handlers (Results 1 – 20 of 20) sorted by relevance
/arch/powerpc/platforms/powermac/ |
D | pfunc_core.c | 123 #define PMF_PARSE_CALL(name, cmd, handlers, p...) \ argument 127 if (handlers == NULL) \ 129 if (handlers->name) \ 130 return handlers->name(cmd->func, cmd->instdata, \ 541 struct pmf_handlers *handlers; member 579 struct pmf_handlers *handlers, in pmf_parse_one() argument 595 handlers ? "executing" : "parsing"); in pmf_parse_one() 620 rc = pmf_parsers[ccode](&cmd, handlers); in pmf_parse_one() 629 if (handlers == NULL) in pmf_parse_one() 701 struct pmf_handlers *handlers, in pmf_register_driver() argument [all …]
|
/arch/um/os-Linux/ |
D | signal.c | 123 static void (*handlers[_NSIG])(int sig, struct siginfo *si, mcontext_t *mc) = { variable 165 (*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.
|
D | Kconfig | 44 Say Y here to enable replicating the kernel exception handlers
|
/arch/mips/kvm/ |
D | 00README.txt | 24 …nux-3.7-rc2 based SMP guest hangs due to the following code sequence in the generated TLB handlers:
|
D | locore.S | 588 ##### The exception handlers.
|
/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/cris/arch-v32/lib/ |
D | checksumcopy.S | 50 ;; r12 <= acr is needed after mloop and in the exception 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 | 178 struct pmf_handlers *handlers,
|
/arch/powerpc/platforms/pseries/ |
D | Kconfig | 65 event types and scopes. Device drivers can register their handlers
|
/arch/cris/arch-v32/mm/ |
D | mmu.S | 205 ; This is the MMU bus fault handlers.
|
/arch/sh/kernel/cpu/sh3/ |
D | entry.S | 494 mov r15, r8 ! trap handlers take saved regs in r8
|
/arch/cris/arch-v10/kernel/ |
D | entry.S | 334 ;; from the other interrupt handlers. 417 ;; special handlers for breakpoint and NMI
|
/arch/blackfin/ |
D | Kconfig.debug | 185 bool "Turn off hwtrace in CPLB handlers"
|
/arch/arm/kernel/ |
D | entry-armv.S | 123 @ common_invalid - generic code for failed exception (re-entrant version of handlers)
|
/arch/unicore32/kernel/ |
D | entry.S | 230 @ (re-entrant version of handlers)
|
/arch/ |
D | Kconfig | 429 the slow path using TIF_NOHZ flag. Exceptions handlers must be
|