Home
last modified time | relevance | path

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

/arch/x86/kernel/
A Ddumpstack.c73 static int copy_code(struct pt_regs *regs, u8 *buf, unsigned long src, in copy_code() function
119 switch (copy_code(regs, opcodes, prologue, sizeof(opcodes))) { in show_opcodes()
/arch/riscv/kernel/
A Dtraps.c41 static int copy_code(struct pt_regs *regs, u16 *val, const u16 *insns) in copy_code() function
64 bad = copy_code(regs, &val, &insns[i]); in dump_instr()

Completed in 6 milliseconds