Home
last modified time | relevance | path

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

/linux/arch/x86/kvm/mmu/
H A Dtdp_mmu.c152 #define __for_each_tdp_mmu_root_yield_safe(_kvm, _root, _as_id, _only_valid) \ argument
159 #define for_each_valid_tdp_mmu_root_yield_safe(_kvm, _root, _as_id) \ argument
162 #define for_each_tdp_mmu_root_yield_safe(_kvm, _root) \ argument
174 #define __for_each_tdp_mmu_root(_kvm, _root, _as_id, _only_valid) \ argument
181 #define for_each_tdp_mmu_root(_kvm, _root, _as_id) \ argument
184 #define for_each_valid_tdp_mmu_root(_kvm, _root, _as_id) \ argument
628 #define tdp_root_for_each_pte(_iter, _root, _start, _end) \ argument
631 #define tdp_root_for_each_leaf_pte(_iter, _root, _start, _end) \ argument
H A Dmmu.c163 #define for_each_shadow_entry_using_root(_vcpu, _root, _addr, _walker) \ argument
/linux/kernel/
H A Dresource.c79 #define for_each_resource(_root, _p, _skip_children) \ argument