Searched refs:_root (Results 1 – 6 of 6) sorted by relevance
| /OK3568_Linux_fs/kernel/arch/x86/kvm/mmu/ |
| H A 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 …]
|
| H A D | mmu.c | 155 #define for_each_shadow_entry_using_root(_vcpu, _root, _addr, _walker) \ argument 157 (_root), (_addr)); \
|
| /OK3568_Linux_fs/u-boot/tools/dtoc/ |
| H A D | fdt.py | 288 self._root = self.Node(self, None, 0, '/', '/') 289 self._root.Scan() 297 return self._root 307 node = self._root 382 self._root.Refresh(0)
|
| /OK3568_Linux_fs/kernel/Documentation/filesystems/ext4/ |
| H A 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
|
| /OK3568_Linux_fs/external/mpp/build/android/ |
| H A D | android.toolchain.cmake | 320 macro( __DETECT_TOOLCHAIN_MACHINE_NAME _var _root ) 321 if( EXISTS "${_root}" ) 322 file( GLOB __gccExePath RELATIVE "${_root}/bin/" "${_root}/bin/*-gcc${TOOL_OS_SUFFIX}" ) 326 message( WARNING "Could not determine machine name for compiler from ${_root}" )
|
| /OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/OpenCV-android-sdk/sdk/native/jni/ |
| H A D | android.toolchain.cmake | 329 macro( __DETECT_TOOLCHAIN_MACHINE_NAME _var _root ) 330 if( EXISTS "${_root}" ) 331 file( GLOB __gccExePath RELATIVE "${_root}/bin/" "${_root}/bin/*-gcc${TOOL_OS_SUFFIX}" ) 335 message( WARNING "Could not determine machine name for compiler from ${_root}" )
|