Searched refs:_root (Results 1 – 3 of 3) sorted by relevance
/kernel/linux/linux-5.10/arch/x86/kvm/mmu/ |
D | tdp_mmu.c | 80 #define for_each_tdp_mmu_root_yield_safe(_kvm, _root) \ argument 81 for (_root = list_first_entry(&_kvm->arch.tdp_mmu_roots, \ 82 typeof(*_root), link); \ 83 tdp_mmu_next_root_valid(_kvm, _root); \ 84 _root = tdp_mmu_next_root(_kvm, _root)) 86 #define for_each_tdp_mmu_root(_kvm, _root) \ argument 87 list_for_each_entry(_root, &_kvm->arch.tdp_mmu_roots, link) 393 #define tdp_root_for_each_pte(_iter, _root, _start, _end) \ argument 394 for_each_tdp_pte(_iter, _root->spt, _root->role.level, _start, _end) 396 #define tdp_root_for_each_leaf_pte(_iter, _root, _start, _end) \ argument [all …]
|
D | mmu.c | 155 #define for_each_shadow_entry_using_root(_vcpu, _root, _addr, _walker) \ argument 157 (_root), (_addr)); \
|
/kernel/linux/linux-5.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
|