Home
last modified time | relevance | path

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

/arch/powerpc/kernel/
Dprocess.c916 static int instructions_to_print = 16; variable
921 unsigned long pc = regs->nip - (instructions_to_print * 3 / 4 * in show_instructions()
926 for (i = 0; i < instructions_to_print; i++) { in show_instructions()