Home
last modified time | relevance | path

Searched refs:text_poke_kgdb (Results 1 – 3 of 3) sorted by relevance

/linux/arch/x86/include/asm/
H A Dtext-patching.h36 extern void *text_poke_kgdb(void *addr, const void *opcode, size_t len);
/linux/arch/x86/kernel/
H A Dkgdb.c749 text_poke_kgdb((void *)bpt->bpt_addr, arch_kgdb_ops.gdb_bpt_instr, in kgdb_arch_set_breakpoint()
766 text_poke_kgdb((void *)bpt->bpt_addr, bpt->saved_instr, in kgdb_arch_remove_breakpoint()
H A Dalternative.c2001 void *text_poke_kgdb(void *addr, const void *opcode, size_t len) in text_poke_kgdb() function