Is there a way to determine that SMM interrupt has occured?
问题 Is there a way to determine, for some progamatically defined interval, if a SMM entry has occurred on the current core? 回答1: Starting with Nehalem, the MSR register 0x34 (called MSR_SMI_COUNT ) counts the number of SMIs that occurred since the system was booted. It's read-only and Intel-specific. You can programmability read from this register (or any other MSR register) from user mode using the /dev/cpu/CPUNUM/msr interface. There are several tools that use the interface to show the SMI