Searched refs:root_level (Results 1 – 9 of 9) sorted by relevance
/linux-4.1.27/arch/x86/kvm/ |
D | mmu.c | 2030 && vcpu->arch.mmu.root_level <= PT32_ROOT_LEVEL) { in kvm_mmu_get_page() 2089 vcpu->arch.mmu.root_level < PT64_ROOT_LEVEL && in shadow_walk_init() 3071 (vcpu->arch.mmu.root_level == PT64_ROOT_LEVEL || in mmu_free_roots() 3170 if (vcpu->arch.mmu.root_level == PT64_ROOT_LEVEL) { in mmu_alloc_shadow_roots() 3199 if (vcpu->arch.mmu.root_level == PT32E_ROOT_LEVEL) { in mmu_alloc_shadow_roots() 3271 if (vcpu->arch.mmu.root_level == PT64_ROOT_LEVEL) { in mmu_sync_roots() 3525 context->root_level = 0; in nonpaging_init_context() 3609 switch (context->root_level) { in reset_rsvds_bits_mask() 3762 unsigned level, root_level = mmu->root_level; in update_last_pte_bitmap() local 3765 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 | 288 walker->level = mmu->root_level; in FNAME() 572 top_level = vcpu->arch.mmu.root_level; in FNAME()
|
/linux-4.1.27/fs/btrfs/ |
D | backref.c | 318 int root_level; in __resolve_indirect_ref() local 336 root_level = btrfs_header_level(root->commit_root); in __resolve_indirect_ref() 338 root_level = btrfs_old_root_level(root, time_seq); in __resolve_indirect_ref() 340 if (root_level + 1 == level) { in __resolve_indirect_ref()
|
D | extent-tree.c | 7818 struct btrfs_path *path, int root_level) in adjust_slots_upwards() argument 7824 if (root_level == 0) in adjust_slots_upwards() 7827 while (level <= root_level) { in adjust_slots_upwards() 7838 if (level != root_level) { in adjust_slots_upwards() 7858 eb = path->nodes[root_level]; in adjust_slots_upwards() 7859 if (path->slots[root_level] >= btrfs_header_nritems(eb)) in adjust_slots_upwards() 7872 int root_level) in account_shared_subtree() argument 7879 BUG_ON(root_level < 0 || root_level > BTRFS_MAX_LEVEL); in account_shared_subtree() 7891 if (root_level == 0) { in account_shared_subtree() 7910 path->nodes[root_level] = root_eb; in account_shared_subtree() [all …]
|
D | ctree.c | 5217 int *level, int root_level) in tree_move_down() argument 5228 int *level, int root_level) in tree_move_next_or_upnext() argument 5237 if (*level == root_level) in tree_move_next_or_upnext() 5259 int *level, int root_level, in tree_advance() argument 5266 ret = tree_move_next_or_upnext(root, path, level, root_level); in tree_advance() 5268 tree_move_down(root, path, level, root_level); in tree_advance()
|
D | ctree.h | 483 u8 root_level; member 2889 BTRFS_SETGET_STACK_FUNCS(root_level, struct btrfs_root_item, level, 8); 3059 root_level, 8);
|
D | transaction.c | 1546 super->root_level = root_item->level; in update_super_roots()
|
/linux-4.1.27/arch/x86/include/asm/ |
D | kvm_host.h | 280 int root_level; member
|