Lines Matching refs:ssptep
333 union split_spte *ssptep, sspte;
335 ssptep = (union split_spte *)sptep;
338 ssptep->spte_high = sspte.spte_high;
347 WRITE_ONCE(ssptep->spte_low, sspte.spte_low);
352 union split_spte *ssptep, sspte;
354 ssptep = (union split_spte *)sptep;
357 WRITE_ONCE(ssptep->spte_low, sspte.spte_low);
365 ssptep->spte_high = sspte.spte_high;
371 union split_spte *ssptep, sspte, orig;
373 ssptep = (union split_spte *)sptep;
377 orig.spte_low = xchg(&ssptep->spte_low, sspte.spte_low);
378 orig.spte_high = ssptep->spte_high;
379 ssptep->spte_high = sspte.spte_high;