Go to the documentation of this file. 1 #ifndef _ASM_POWERPC_SECTIONS_H
2 #define _ASM_POWERPC_SECTIONS_H
11 extern char __end_interrupts[];
13 static inline int in_kernel_text(
unsigned long addr)
15 if (addr >= (
unsigned long)_stext && addr < (
unsigned long)__init_end)
21 static inline int overlaps_kernel_text(
unsigned long start,
unsigned long end)
23 return start < (
unsigned long)__init_end &&
27 #undef dereference_function_descriptor