Does the Linux kernel provide a CPU flag in /proc/cpuinfo
that indicates the processor supports Intel vPro technology? Specifically, I'd like to tell from within the operating system if the physical hardware supports Intel AMT, and then if its actually enabled or not. (I know that I can port scan TCP 16992, but that's messy!)
I'm hoping for something like the vmx flag, which notes Intel VT, or the rdrand flag, which notes Intel DRNG.