Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Functions
patch.h File Reference
#include <linux/elf.h>
#include <linux/types.h>

Go to the source code of this file.

Functions

void ia64_patch (u64 insn_addr, u64 mask, u64 val)
 
void ia64_patch_imm64 (u64 insn_addr, u64 val)
 
void ia64_patch_imm60 (u64 insn_addr, u64 val)
 
void ia64_patch_mckinley_e9 (unsigned long start, unsigned long end)
 
void ia64_patch_vtop (unsigned long start, unsigned long end)
 
void ia64_patch_phys_stack_reg (unsigned long val)
 
void ia64_patch_rse (unsigned long start, unsigned long end)
 
void ia64_patch_gate (void)
 

Function Documentation

void ia64_patch ( u64  insn_addr,
u64  mask,
u64  val 
)

Definition at line 45 of file patch.c.

void ia64_patch_gate ( void  )

Definition at line 227 of file patch.c.

void ia64_patch_imm60 ( u64  insn_addr,
u64  val 
)

Definition at line 81 of file patch.c.

void ia64_patch_imm64 ( u64  insn_addr,
u64  val 
)

Definition at line 65 of file patch.c.

void ia64_patch_mckinley_e9 ( unsigned long  start,
unsigned long  end 
)

Definition at line 142 of file patch.c.

void ia64_patch_phys_stack_reg ( unsigned long  val)

Definition at line 238 of file patch.c.

void ia64_patch_rse ( unsigned long  start,
unsigned long  end 
)

Definition at line 124 of file patch.c.

void ia64_patch_vtop ( unsigned long  start,
unsigned long  end 
)

Definition at line 101 of file patch.c.