Searched defs:_kvm (Results 1 – 2 of 2) sorted by relevance
/linux/arch/x86/kvm/mmu/ |
H A D | tdp_mmu.c | 169 #define __for_each_tdp_mmu_root_yield_safe(_kvm, _root, _as_id, _types) \ argument 176 #define for_each_valid_tdp_mmu_root_yield_safe(_kvm, _root, _as_id) \ argument 179 #define for_each_tdp_mmu_root_yield_safe(_kvm, _root) \ argument 191 #define __for_each_tdp_mmu_root(_kvm, _root, _as_id, _types) \ argument 205 #define for_each_tdp_mmu_root_rcu(_kvm, _root, _as_id, _types) \ argument 211 #define for_each_valid_tdp_mmu_root(_kvm, _root, _as_id) \ argument 786 #define tdp_root_for_each_pte(_iter, _kvm, _root, _start, _end) \ argument 789 #define tdp_root_for_each_leaf_pte(_iter, _kvm, _root, _start, _end) \ argument
|
H A D | mmu.c | 1986 #define for_each_valid_sp(_kvm, _sp, _list) \ argument 1991 #define for_each_gfn_valid_sp_with_gptes(_kvm, _sp, _gfn) \ argument
|