Linux Kernel
3.7.1
|
#include <linux/kernel.h>
#include <linux/kprobes.h>
#include <linux/stop_machine.h>
#include <asm/cacheflush.h>
#include <asm/smp_plat.h>
#include <asm/opcodes.h>
#include "patch.h"
Go to the source code of this file.
Data Structures | |
struct | patch |
Functions | |
void __kprobes | __patch_text (void *addr, unsigned int insn) |
void __kprobes | patch_text (void *addr, unsigned int insn) |