vm_supports_el2
bool vm_supports_el2(struct kvm_vm *vm);
bool supported = vm_supports_el2(vm);
if (vm_supports_el2(vm))