Home
last modified time | relevance | path

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

/Linux-v5.4/arch/powerpc/kernel/
Dprocess.c1216 #define NR_INSN_TO_PRINT 16 macro
1221 unsigned long pc = regs->nip - (NR_INSN_TO_PRINT * 3 / 4 * sizeof(int)); in show_instructions()
1225 for (i = 0; i < NR_INSN_TO_PRINT; i++) { in show_instructions()
1258 int n = NR_INSN_TO_PRINT; in show_user_instructions()
1262 pc = regs->nip - (NR_INSN_TO_PRINT * 3 / 4 * sizeof(int)); in show_user_instructions()
1268 if (!__access_ok(pc, NR_INSN_TO_PRINT * sizeof(int), USER_DS)) { in show_user_instructions()