vmm_decode_cpu_mode
const char *vmm_decode_cpu_mode(struct vcpu *);
DPRINTF("vcpu @ %p in %s mode\n", vcpu, vmm_decode_cpu_mode(vcpu));