Home
last modified time | relevance | path

Searched refs:_kvm (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/arch/x86/kvm/mmu/
H A Dtdp_mmu.c151 for (_root = tdp_mmu_next_root(_kvm, NULL, _shared, _only_valid); \
153 _root = tdp_mmu_next_root(_kvm, _root, _shared, _only_valid)) \
154 if (kvm_lockdep_assert_mmu_lock_held(_kvm, _shared) && \
159 __for_each_tdp_mmu_root_yield_safe(_kvm, _root, _as_id, _shared, true)
161 #define for_each_tdp_mmu_root_yield_safe(_kvm, _root, _shared) \ argument
162 for (_root = tdp_mmu_next_root(_kvm, NULL, _shared, false); \
164 _root = tdp_mmu_next_root(_kvm, _root, _shared, false)) \
165 if (!kvm_lockdep_assert_mmu_lock_held(_kvm, _shared)) { \
175 #define for_each_tdp_mmu_root(_kvm, _root, _as_id) \ argument
176 list_for_each_entry(_root, &_kvm->arch.tdp_mmu_roots, link) \
[all …]
H A Dmmu.c1902 #define for_each_valid_sp(_kvm, _sp, _list) \ argument
1904 if (is_obsolete_sp((_kvm), (_sp))) { \
1907 #define for_each_gfn_valid_sp_with_gptes(_kvm, _sp, _gfn) \ argument
1908 for_each_valid_sp(_kvm, _sp, \
1909 &(_kvm)->arch.mmu_page_hash[kvm_page_table_hashfn(_gfn)]) \
/openbmc/webui-vue/docs/customization/
H A Dreadme.md52 ├─ _kvm.scss