Searched refs:_root (Results 1 – 3 of 3) sorted by relevance
| /Linux-v5.15/arch/x86/kvm/mmu/ |
| D | tdp_mmu.c | 146 #define for_each_tdp_mmu_root_yield_safe(_kvm, _root, _as_id, _shared) \ argument 147 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) { \ 660 #define tdp_root_for_each_pte(_iter, _root, _start, _end) \ argument 661 for_each_tdp_pte(_iter, _root->spt, _root->role.level, _start, _end) [all …]
|
| D | mmu.c | 167 #define for_each_shadow_entry_using_root(_vcpu, _root, _addr, _walker) \ argument 169 (_root), (_addr)); \
|
| /Linux-v5.15/Documentation/filesystems/ext4/ |
| D | directory.rst | 290 - 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
|