Home
last modified time | relevance | path

Searched refs:copy_code (Results 1 – 2 of 2) sorted by relevance

/linux/arch/x86/kernel/
A Ddumpstack.c75 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/arch/riscv/kernel/
A Dtraps.c40 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()

Completed in 6 milliseconds