1 // © 2021 Qualcomm Innovation Center, Inc. All rights reserved. 2 // 3 // SPDX-License-Identifier: BSD-3-Clause 4 5 // These flags are returned to userspace in vcpu_run results, so they are public 6 // API and must not be changed. 7 #define PSCI_REQUEST_SYSTEM_RESET (1UL << 63) 8 #define PSCI_REQUEST_SYSTEM_RESET2_64 (1UL << 62) 9