Lines Matching defs:vcpu_sev_es_state
215 struct vcpu_sev_es_state { struct
217 struct sev_es_save_area *vmsa;
218 struct ghcb *ghcb;
219 u8 valid_bitmap[16];
220 struct kvm_host_map ghcb_map;
221 bool received_first_sipi;
222 unsigned int ap_reset_hold_type;
225 u64 sw_scratch;
226 void *ghcb_sa;
227 u32 ghcb_sa_len;
228 bool ghcb_sa_sync;
229 bool ghcb_sa_free;
232 u16 psc_idx;
233 u16 psc_inflight;
234 bool psc_2m;
236 u64 ghcb_registered_gpa;
238 struct mutex snp_vmsa_mutex; /* Used to handle concurrent updates of VMSA. */
239 gpa_t snp_vmsa_gpa;
240 bool snp_ap_waiting_for_reset;
241 bool snp_has_guest_vmsa;