Home
last modified time | relevance | path

Searched refs:interrupt_end (Results 1 – 6 of 6) sorted by relevance

/arch/um/include/shared/
Dkern_util.h27 extern void interrupt_end(void);
/arch/powerpc/kernel/
Dhead_booke.h302 lis r10,interrupt_end@h; \
303 ori r10,r10,interrupt_end@l; \
355 lis r10,interrupt_end@h; \
356 ori r10,r10,interrupt_end@l; \
Dhead_44x.S773 interrupt_end: label
Dhead_fsl_booke.S687 interrupt_end: label
/arch/um/os-Linux/skas/
Dprocess.c342 interrupt_end(); in userspace()
438 interrupt_end(); in userspace()
/arch/um/kernel/
Dprocess.c97 void interrupt_end(void) in interrupt_end() function