Lines Matching refs:ssptep
383 union split_spte *ssptep, sspte;
385 ssptep = (union split_spte *)sptep;
388 ssptep->spte_high = sspte.spte_high;
397 WRITE_ONCE(ssptep->spte_low, sspte.spte_low);
402 union split_spte *ssptep, sspte;
404 ssptep = (union split_spte *)sptep;
407 WRITE_ONCE(ssptep->spte_low, sspte.spte_low);
415 ssptep->spte_high = sspte.spte_high;
421 union split_spte *ssptep, sspte, orig;
423 ssptep = (union split_spte *)sptep;
427 orig.spte_low = xchg(&ssptep->spte_low, sspte.spte_low);
428 orig.spte_high = ssptep->spte_high;
429 ssptep->spte_high = sspte.spte_high;