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

/freebsd-10.2-release/sys/powerpc/pseries/
H A Dplatform_chrp.c449 struct pcpu *pc, *last_pc; local
453 last_pc = NULL;
458 if (last_pc == NULL || pc->pc_hwref != last_pc->pc_hwref)
460 last_pc = pc;

Completed in 46 milliseconds