Home
last modified time | relevance | path

Searched refs:SevCommonState (Results 1 – 1 of 1) sorted by relevance

/openbmc/qemu/target/i386/
H A Dsev.c45 OBJECT_DECLARE_TYPE(SevCommonState, SevCommonStateClass, SEV_COMMON)
91 struct SevCommonState { struct
118 bool (*build_kernel_loader_hashes)(SevCommonState *sev_common, argument
122 int (*launch_start)(SevCommonState *sev_common);
123 void (*launch_finish)(SevCommonState *sev_common);
124 int (*launch_update_data)(SevCommonState *sev_common, hwaddr gpa, uint8_t *ptr, size_t len);
139 SevCommonState parent_obj;
151 SevCommonState parent_obj;
292 sev_check_state(const SevCommonState *sev_common, SevState state) in sev_check_state()
299 sev_set_guest_state(SevCommonState *sev_common, SevState new_state) in sev_set_guest_state()
[all …]