Home
last modified time | relevance | path

Searched refs:_root (Results 1 – 4 of 4) sorted by relevance

/linux/arch/x86/kvm/mmu/
A Dtdp_mmu.c147 for (_root = tdp_mmu_next_root(_kvm, NULL, _shared); \
148 _root; \
149 _root = tdp_mmu_next_root(_kvm, _root, _shared)) \
150 if (kvm_mmu_page_as_id(_root) != _as_id) { \
153 #define for_each_tdp_mmu_root(_kvm, _root, _as_id) \ argument
154 list_for_each_entry_rcu(_root, &_kvm->arch.tdp_mmu_roots, link, \
157 if (kvm_mmu_page_as_id(_root) != _as_id) { \
626 #define tdp_root_for_each_pte(_iter, _root, _start, _end) \ argument
627 for_each_tdp_pte(_iter, _root->spt, _root->role.level, _start, _end)
629 #define tdp_root_for_each_leaf_pte(_iter, _root, _start, _end) \ argument
[all …]
A Dmmu.c171 #define for_each_shadow_entry_using_root(_vcpu, _root, _addr, _walker) \ argument
173 (_root), (_addr)); \
/linux/Documentation/filesystems/ext4/
A Ddirectory.rst290 - struct dx\_root\_info.reserved\_zero
294 - struct dx\_root\_info.hash\_version
298 - struct dx\_root\_info.info\_length
302 - struct dx\_root\_info.indirect\_levels
307 - struct dx\_root\_info.unused\_flags
428 ``count`` entries in the dx\_root/dx\_node structures are adjusted as
452 (dx\_root or dx\_node), all of the htree indices (dx\_entry) that are in
/linux/kernel/
A Dresource.c83 #define for_each_resource(_root, _p, _skip_children) \ argument
84 for ((_p) = (_root)->child; (_p); \

Completed in 26 milliseconds