Searched refs:copy_code (Results 1 – 2 of 2) sorted by relevance
/linux-6.12.1/arch/x86/kernel/ |
D | dumpstack.c | 75 static int copy_code(struct pt_regs *regs, u8 *buf, unsigned long src, in copy_code() function 121 switch (copy_code(regs, opcodes, prologue, sizeof(opcodes))) { in show_opcodes()
|
/linux-6.12.1/arch/riscv/kernel/ |
D | traps.c | 40 static int copy_code(struct pt_regs *regs, u16 *val, const u16 *insns) in copy_code() function 63 bad = copy_code(regs, &val, &insns[i]); in dump_instr()
|