Searched refs:root_level (Results 1 – 9 of 9) sorted by relevance
/linux-4.4.14/arch/x86/kvm/ |
D | mmu.c | 2101 && vcpu->arch.mmu.root_level <= PT32_ROOT_LEVEL) { in kvm_mmu_get_page() 2160 vcpu->arch.mmu.root_level < PT64_ROOT_LEVEL && in shadow_walk_init() 3045 (vcpu->arch.mmu.root_level == PT64_ROOT_LEVEL || in mmu_free_roots() 3144 if (vcpu->arch.mmu.root_level == PT64_ROOT_LEVEL) { in mmu_alloc_shadow_roots() 3173 if (vcpu->arch.mmu.root_level == PT32E_ROOT_LEVEL) { in mmu_alloc_shadow_roots() 3245 if (vcpu->arch.mmu.root_level == PT64_ROOT_LEVEL) { in mmu_sync_roots() 3554 context->root_level = 0; in nonpaging_init_context() 3703 cpuid_maxphyaddr(vcpu), context->root_level, in reset_rsvds_bits_mask() 3877 unsigned level, root_level = mmu->root_level; in update_last_pte_bitmap() local 3880 if (root_level == PT32E_ROOT_LEVEL) in update_last_pte_bitmap() [all …]
|
D | mmu_audit.c | 65 if (vcpu->arch.mmu.root_level == PT64_ROOT_LEVEL) { in mmu_spte_walk() 125 "ent %llxn", vcpu->arch.mmu.root_level, pfn, in audit_mappings()
|
D | paging_tmpl.h | 280 walker->level = mmu->root_level; in FNAME() 563 top_level = vcpu->arch.mmu.root_level; in FNAME()
|
/linux-4.4.14/fs/btrfs/ |
D | backref.c | 348 int root_level; in __resolve_indirect_ref() local 372 root_level = btrfs_header_level(root->commit_root); in __resolve_indirect_ref() 374 root_level = btrfs_header_level(root->node); in __resolve_indirect_ref() 376 root_level = btrfs_old_root_level(root, time_seq); in __resolve_indirect_ref() 378 if (root_level + 1 == level) { in __resolve_indirect_ref()
|
D | extent-tree.c | 8196 struct btrfs_path *path, int root_level) in adjust_slots_upwards() argument 8202 if (root_level == 0) in adjust_slots_upwards() 8205 while (level <= root_level) { in adjust_slots_upwards() 8216 if (level != root_level) { in adjust_slots_upwards() 8236 eb = path->nodes[root_level]; in adjust_slots_upwards() 8237 if (path->slots[root_level] >= btrfs_header_nritems(eb)) in adjust_slots_upwards() 8250 int root_level) in account_shared_subtree() argument 8257 BUG_ON(root_level < 0 || root_level > BTRFS_MAX_LEVEL); in account_shared_subtree() 8269 if (root_level == 0) { in account_shared_subtree() 8288 path->nodes[root_level] = root_eb; in account_shared_subtree() [all …]
|
D | ctree.c | 5223 int *level, int root_level) in tree_move_down() argument 5234 int *level, int root_level) in tree_move_next_or_upnext() argument 5243 if (*level == root_level) in tree_move_next_or_upnext() 5265 int *level, int root_level, in tree_advance() argument 5272 ret = tree_move_next_or_upnext(root, path, level, root_level); in tree_advance() 5274 tree_move_down(root, path, level, root_level); in tree_advance()
|
D | ctree.h | 483 u8 root_level; member 2933 BTRFS_SETGET_STACK_FUNCS(root_level, struct btrfs_root_item, level, 8); 3103 root_level, 8);
|
D | transaction.c | 1604 super->root_level = root_item->level; in update_super_roots()
|
/linux-4.4.14/arch/x86/include/asm/ |
D | kvm_host.h | 287 int root_level; member
|