Searched refs:__patch_text (Results 1 - 4 of 4) sorted by relevance

/linux-4.1.27/arch/arm/include/asm/
H A Dpatch.h7 static inline void __patch_text(void *addr, unsigned int insn) __patch_text() function
/linux-4.1.27/arch/arm/kernel/
H A Dkgdb.c262 /* Machine is already stopped, so we can use __patch_text() directly */ kgdb_arch_set_breakpoint()
263 __patch_text((void *)bpt->bpt_addr, kgdb_arch_set_breakpoint()
271 /* Machine is already stopped, so we can use __patch_text() directly */ kgdb_arch_remove_breakpoint()
272 __patch_text((void *)bpt->bpt_addr, *(unsigned int *)bpt->saved_instr); kgdb_arch_remove_breakpoint()
H A Dpatch.c115 __patch_text(patch->addr, patch->insn); patch_text_stop_machine()
/linux-4.1.27/arch/arm/probes/kprobes/
H A Dcore.c174 __patch_text(p->addr, p->insn); __kprobes_remove_breakpoint()

Completed in 198 milliseconds