4 * Copyright Advanced Micro Devices 2018
7 * Brijesh Singh <brijesh.singh@amd.com>
9 * This work is licensed under the terms of the GNU GPL, version 2 or later.
10 * See the COPYING file in the top-level directory.
14 #include "qemu/osdep.h"
15 #include "qemu-common.h"
18 SevInfo
*sev_get_info(void)
23 bool sev_enabled(void)
28 uint64_t sev_get_me_mask(void)
33 uint32_t sev_get_cbit_position(void)
38 uint32_t sev_get_reduced_phys_bits(void)
43 char *sev_get_launch_measurement(void)
48 SevCapability
*sev_get_capabilities(void)