cregit-Linux how code gets into the kernel

Release 4.11 arch/arm/include/asm/patch.h

#ifndef _ARM_KERNEL_PATCH_H

#define _ARM_KERNEL_PATCH_H

void patch_text(void *addr, unsigned int insn);
void __patch_text_real(void *addr, unsigned int insn, bool remap);


static inline void __patch_text(void *addr, unsigned int insn) { __patch_text_real(addr, insn, true); }

Contributors

PersonTokensPropCommitsCommitProp
Rabin Vincent24100.00%1100.00%
Total24100.00%1100.00%


static inline void __patch_text_early(void *addr, unsigned int insn) { __patch_text_real(addr, insn, false); }

Contributors

PersonTokensPropCommitsCommitProp
Rabin Vincent24100.00%1100.00%
Total24100.00%1100.00%

#endif

Overall Contributors

PersonTokensPropCommitsCommitProp
Rabin Vincent83100.00%2100.00%
Total83100.00%2100.00%
Information contained on this website is for historical information purposes only and does not indicate or represent copyright ownership.
Created with cregit.