Searched refs:text_poke_kgdb (Results 1 - 3 of 3) sorted by path

/linux-master/arch/x86/include/asm/
H A Dtext-patching.h36 extern void *text_poke_kgdb(void *addr, const void *opcode, size_t len);
/linux-master/arch/x86/kernel/
H A Dalternative.c1989 * text_poke_kgdb - Update instructions on a live kernel by kgdb
2002 void *text_poke_kgdb(void *addr, const void *opcode, size_t len) function
H A Dkgdb.c744 * It is safe to call text_poke_kgdb() because normal kernel execution
749 text_poke_kgdb((void *)bpt->bpt_addr, arch_kgdb_ops.gdb_bpt_instr,
761 * It is safe to call text_poke_kgdb() because normal kernel execution
766 text_poke_kgdb((void *)bpt->bpt_addr, bpt->saved_instr,

Completed in 339 milliseconds