Searched refs:guest_psc (Results 1 – 1 of 1) sorted by relevance
3869 struct psc_buffer *guest_psc = sev_es->ghcb_sa; in __snp_complete_one_psc() local3879 struct psc_entry entry = READ_ONCE(guest_psc->entries[idx]); in __snp_complete_one_psc()3881 guest_psc->entries[idx].cur_page = entry.pagesize ? 512 : 1; in __snp_complete_one_psc()3885 guest_psc->hdr.cur_entry = idx; in __snp_complete_one_psc()3906 struct psc_buffer *guest_psc = sev_es->ghcb_sa; in snp_do_psc() local3923 entry_start = READ_ONCE(guest_psc->entries[idx]); in snp_do_psc()3956 guest_psc->hdr.cur_entry++; in snp_do_psc()3975 struct psc_entry entry = READ_ONCE(guest_psc->entries[idx]); in snp_do_psc()4027 struct psc_buffer *guest_psc = sev_es->ghcb_sa; in snp_begin_psc() local4053 sev_es->psc.cur_idx = READ_ONCE(guest_psc->hdr.cur_entry); in snp_begin_psc()[all …]