#include <linux/ftrace.h>
#include <linux/memory.h>
#include <linux/module.h>
#include <linux/mutex.h>
#include <linux/init.h>
#include <asm/sections.h>
#include <asm/uaccess.h>
Go to the source code of this file.
| int __kernel_text_address |
( |
unsigned long |
addr | ) |
|
| int core_kernel_data |
( |
unsigned long |
addr | ) |
|
core_kernel_data - tell if addr points to kernel data : address to test
Returns true if passed in is from the core kernel data section.
Note: On some archs it may return true for core RODATA, and false for others. But will always be true for core RW data.
Definition at line 91 of file extable.c.
| int core_kernel_text |
( |
unsigned long |
addr | ) |
|
| int func_ptr_is_kernel_text |
( |
void * |
ptr | ) |
|
| int kernel_text_address |
( |
unsigned long |
addr | ) |
|