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

/linux-master/arch/powerpc/kernel/
H A Dprocess.c1393 #define NR_INSN_TO_PRINT 16 macro
1399 unsigned long pc = regs->nip - (NR_INSN_TO_PRINT * 3 / 4 * sizeof(int));
1412 for (i = 0; i < NR_INSN_TO_PRINT; i++) {
1433 int n = NR_INSN_TO_PRINT;
1437 pc = regs->nip - (NR_INSN_TO_PRINT * 3 / 4 * sizeof(int));

Completed in 141 milliseconds