Home
last modified time | relevance | path

Searched defs:_root (Results 1 – 2 of 2) sorted by relevance

/linux/arch/x86/kvm/mmu/
H A Dtdp_mmu.c169 #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 Dmmu.c164 #define for_each_shadow_entry_using_root(_vcpu, _root, _addr, _walker) \ argument