Searched defs:_root (Results 1 – 3 of 3) sorted by relevance
/linux/arch/x86/kvm/mmu/ |
H A D | tdp_mmu.c | 167 #define __for_each_tdp_mmu_root_yield_safe(_kvm, _root, _as_id, _types) \ argument 174 #define for_each_valid_tdp_mmu_root_yield_safe(_kvm, _root, _as_id) \ argument 177 #define for_each_tdp_mmu_root_yield_safe(_kvm, _root) \ argument 189 #define __for_each_tdp_mmu_root(_kvm, _root, _as_id, _types) \ argument 196 #define for_each_valid_tdp_mmu_root(_kvm, _root, _as_id) \ argument 767 #define tdp_root_for_each_pte(_iter, _kvm, _root, _start, _end) \ argument 770 #define tdp_root_for_each_leaf_pte(_iter, _kvm, _root, _start, _end) \ argument 777 #define tdp_mmu_for_each_pte(_iter, _kvm, _root, _start, _end) \ argument
|
H A D | mmu.c | 163 #define for_each_shadow_entry_using_root(_vcpu, _root, _addr, _walker) \ argument
|
/linux/kernel/ |
H A D | resource.c | 79 #define for_each_resource(_root, _p, _skip_children) \ argument
|