Home
last modified time | relevance | path

Searched refs:irq_ctx_exit (Results 1 – 3 of 3) sorted by relevance

/OK3568_Linux_fs/kernel/arch/sh/include/asm/
H A Dirq.h53 extern void irq_ctx_exit(int cpu);
57 # define irq_ctx_exit(cpu) do { } while (0) macro
/OK3568_Linux_fs/kernel/arch/sh/kernel/
H A Dirq.c146 void irq_ctx_exit(int cpu) in irq_ctx_exit() function
H A Dsmp.c110 irq_ctx_exit(raw_smp_processor_id()); in play_dead_common()