Go to the documentation of this file. 1 #ifndef _ASM_POWERPC_CODE_PATCHING_H
2 #define _ASM_POWERPC_CODE_PATCHING_H
13 #include <asm/types.h>
22 #define BRANCH_SET_LINK 0x1
23 #define BRANCH_ABSOLUTE 0x2
36 const unsigned int *
src);
38 static inline unsigned long ppc_function_entry(
void *
func)
48 return (
unsigned long)
func;