Home
last modified time | relevance | path

Searched refs:ssptep (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/arch/x86/kvm/mmu/
H A Dmmu.c333 union split_spte *ssptep, sspte; in __set_spte() local
335 ssptep = (union split_spte *)sptep; in __set_spte()
338 ssptep->spte_high = sspte.spte_high; in __set_spte()
347 WRITE_ONCE(ssptep->spte_low, sspte.spte_low); in __set_spte()
352 union split_spte *ssptep, sspte; in __update_clear_spte_fast() local
354 ssptep = (union split_spte *)sptep; in __update_clear_spte_fast()
357 WRITE_ONCE(ssptep->spte_low, sspte.spte_low); in __update_clear_spte_fast()
365 ssptep->spte_high = sspte.spte_high; in __update_clear_spte_fast()
371 union split_spte *ssptep, sspte, orig; in __update_clear_spte_slow() local
373 ssptep in __update_clear_spte_slow()
[all...]
/kernel/linux/linux-6.6/arch/x86/kvm/mmu/
H A Dmmu.c383 union split_spte *ssptep, sspte; in __set_spte() local
385 ssptep = (union split_spte *)sptep; in __set_spte()
388 ssptep->spte_high = sspte.spte_high; in __set_spte()
397 WRITE_ONCE(ssptep->spte_low, sspte.spte_low); in __set_spte()
402 union split_spte *ssptep, sspte; in __update_clear_spte_fast() local
404 ssptep = (union split_spte *)sptep; in __update_clear_spte_fast()
407 WRITE_ONCE(ssptep->spte_low, sspte.spte_low); in __update_clear_spte_fast()
415 ssptep->spte_high = sspte.spte_high; in __update_clear_spte_fast()
421 union split_spte *ssptep, sspte, orig; in __update_clear_spte_slow() local
423 ssptep in __update_clear_spte_slow()
[all...]

Completed in 9 milliseconds