Searched refs:_root (Results 1 – 3 of 3) sorted by relevance
| /linux-6.15/arch/x86/kvm/mmu/ |
| H A D | tdp_mmu.c | 170 for (_root = tdp_mmu_next_root(_kvm, NULL, _types); \ 171 ({ lockdep_assert_held(&(_kvm)->mmu_lock); }), _root; \ 172 _root = tdp_mmu_next_root(_kvm, _root, _types)) \ 173 if (_as_id >= 0 && kvm_mmu_page_as_id(_root) != _as_id) { \ 179 #define for_each_tdp_mmu_root_yield_safe(_kvm, _root) \ argument 181 ({ lockdep_assert_held(&(_kvm)->mmu_lock); }), _root; \ 182 _root = tdp_mmu_next_root(_kvm, _root, KVM_ALL_ROOTS)) 195 !tdp_mmu_root_match((_root), (_types)))) { \ 208 !tdp_mmu_root_match((_root), (_types))) { \ 211 #define for_each_valid_tdp_mmu_root(_kvm, _root, _as_id) \ argument [all …]
|
| H A D | mmu.c | 163 #define for_each_shadow_entry_using_root(_vcpu, _root, _addr, _walker) \ argument 165 (_root), (_addr)); \
|
| /linux-6.15/kernel/ |
| H A D | resource.c | 79 #define for_each_resource(_root, _p, _skip_children) \ argument 80 for (typeof(_root) __root = (_root), __p = _p = __root->child; \
|