Go to the documentation of this file.
20 #include <linux/module.h>
24 #include <asm/sections.h>
25 #include <asm/uaccess.h>
47 pr_notice(
"__ex_table already sorted, skipping sort\n");
61 static inline int init_kernel_text(
unsigned long addr)
63 if (addr >= (
unsigned long)_sinittext &&
64 addr <= (
unsigned long)_einittext)
71 if (addr >= (
unsigned long)
_stext &&
72 addr <= (
unsigned long)
_etext)
76 init_kernel_text(addr))
93 if (addr >= (
unsigned long)
_sdata &&
94 addr < (
unsigned long)
_edata)
113 if (init_kernel_text(addr))