VxWorks Reference Manual : Libraries
pentiumShow - Pentium and PentiumPro specific show routines
pentiumMcaShow( ) - show MCA (Machine Check Architecture) registers
pentiumPmcShow( ) - show PMCs (Performance Monitoring Counters)
This library provides Pentium and PentiumPro specific show routines.
pentiumMcaShow( ) shows Machine Check Global Control Registers and Error Reporting Register Banks. pentiumPmcShow( ) shows PMC0 and PMC1, and reset them if the parameter zap is TRUE.
pentiumShow, VxWorks Programmer's Guide: Configuration
pentiumMcaShow( ) - show MCA (Machine Check Architecture) registers
void pentiumMcaShow (void)
This routine shows Machine-Check global control registers and Error-Reporting register banks. Number of the Error-Reporting register banks is kept in a variable mcaBanks. MCi_ADDR and MCi_MISC registers in the Error-Reporting register bank are showed if MCi_STATUS indicates that these registers are valid.
N/A
pentiumPmcShow( ) - show PMCs (Performance Monitoring Counters)
void pentiumPmcShow ( BOOL zap /* 1: reset PMC0 and PMC1 */ )
This routine shows Performance Monitoring Counter 0 and 1. Monitored events are selected by Performance Event Select Registers in in pentiumPmcStart (). These counters are cleared to 0 if the parameter "zap" is TRUE.
N/A