Searched refs:_root (Results 1 – 3 of 3) sorted by relevance
/Linux-v5.10/arch/x86/kvm/mmu/ |
D | tdp_mmu.c | 45 #define for_each_tdp_mmu_root(_kvm, _root) \ argument 46 list_for_each_entry(_root, &_kvm->arch.tdp_mmu_roots, link) 352 #define tdp_root_for_each_pte(_iter, _root, _start, _end) \ argument 353 for_each_tdp_pte(_iter, _root->spt, _root->role.level, _start, _end) 355 #define tdp_root_for_each_leaf_pte(_iter, _root, _start, _end) \ argument 356 tdp_root_for_each_pte(_iter, _root, _start, _end) \
|
D | mmu.c | 153 #define for_each_shadow_entry_using_root(_vcpu, _root, _addr, _walker) \ argument 155 (_root), (_addr)); \
|
/Linux-v5.10/Documentation/filesystems/ext4/ |
D | directory.rst | 265 - struct dx\_root\_info.reserved\_zero 269 - struct dx\_root\_info.hash\_version 273 - struct dx\_root\_info.info\_length 277 - struct dx\_root\_info.indirect\_levels 282 - struct dx\_root\_info.unused\_flags 401 ``count`` entries in the dx\_root/dx\_node structures are adjusted as 425 (dx\_root or dx\_node), all of the htree indices (dx\_entry) that are in
|