Home
last modified time | relevance | path

Searched refs:PT64_ROOT_MAX_LEVEL (Results 1 – 6 of 6) sorted by relevance

/linux-6.15/arch/x86/kvm/mmu/
H A Dtdp_iter.h89 tdp_ptep_t pt_path[PT64_ROOT_MAX_LEVEL];
H A Dtdp_iter.c43 (root->role.level > PT64_ROOT_MAX_LEVEL) || in tdp_iter_start()
H A Dpaging_tmpl.h33 #define PT_MAX_FULL_LEVELS PT64_ROOT_MAX_LEVEL
59 #define PT_MAX_FULL_LEVELS PT64_ROOT_MAX_LEVEL
H A Dmmu.c599 1 + PT64_ROOT_MAX_LEVEL + PTE_PREFETCH_NUM); in mmu_topup_memory_caches()
604 PT64_ROOT_MAX_LEVEL); in mmu_topup_memory_caches()
609 PT64_ROOT_MAX_LEVEL); in mmu_topup_memory_caches()
614 PT64_ROOT_MAX_LEVEL); in mmu_topup_memory_caches()
619 PT64_ROOT_MAX_LEVEL); in mmu_topup_memory_caches()
2100 struct kvm_mmu_page *parent[PT64_ROOT_MAX_LEVEL];
2101 unsigned int idx[PT64_ROOT_MAX_LEVEL];
4291 u64 sptes[PT64_ROOT_MAX_LEVEL + 1]; in get_mmio_spte()
6307 u64 sptes[PT64_ROOT_MAX_LEVEL + 1]; in kvm_mmu_print_sptes()
H A Dtdp_mmu.c581 WARN_ON_ONCE(level > PT64_ROOT_MAX_LEVEL); in handle_changed_spte()
/linux-6.15/arch/x86/include/asm/
H A Dkvm_host.h421 #define PT64_ROOT_MAX_LEVEL 5 macro
424 u64 rsvd_bits_mask[2][PT64_ROOT_MAX_LEVEL];