Searched defs:irq_ctx_init (Results 1 - 6 of 6) sorted by relevance

/arch/x86/include/asm/
H A Dirq.h19 extern void irq_ctx_init(int cpu);
21 # define irq_ctx_init(cpu) do { } while (0) macro
/arch/ia64/include/asm/xen/
H A Devents.h39 #define irq_ctx_init(cpu) do { } while (0) macro
/arch/sh/include/asm/
H A Dirq.h48 extern void irq_ctx_init(int cpu);
52 # define irq_ctx_init(cpu) do { } while (0) macro
/arch/x86/kernel/
H A Dirq_32.c122 void __cpuinit irq_ctx_init(int cpu) function
/arch/sh/kernel/
H A Dirq.c118 void irq_ctx_init(int cpu) function
231 irq_ctx_init(smp_processor_id());
/arch/powerpc/kernel/
H A Dirq.c527 irq_ctx_init();
569 void irq_ctx_init(void) function

Completed in 2464 milliseconds