Home
last modified time | relevance | path

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

/Linux-v4.19/arch/powerpc/kernel/
Dprocess.c1262 static int instructions_to_print = 16; variable
1267 unsigned long pc = regs->nip - (instructions_to_print * 3 / 4 * in show_instructions()
1272 for (i = 0; i < instructions_to_print; i++) { in show_instructions()
1307 pc = regs->nip - (instructions_to_print * 3 / 4 * sizeof(int)); in show_user_instructions()
1313 if (!__access_ok(pc, instructions_to_print * sizeof(int), USER_DS)) { in show_user_instructions()
1321 for (i = 0; i < instructions_to_print; i++) { in show_user_instructions()