Home
last modified time | relevance | path

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

/linux/arch/x86/kvm/mmu/
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.c600 1 + PT64_ROOT_MAX_LEVEL + PTE_PREFETCH_NUM); in mmu_topup_memory_caches()
605 PT64_ROOT_MAX_LEVEL); in mmu_topup_memory_caches()
610 PT64_ROOT_MAX_LEVEL); in mmu_topup_memory_caches()
615 PT64_ROOT_MAX_LEVEL); in mmu_topup_memory_caches()
620 PT64_ROOT_MAX_LEVEL); in mmu_topup_memory_caches()
2126 struct kvm_mmu_page *parent[PT64_ROOT_MAX_LEVEL];
2127 unsigned int idx[PT64_ROOT_MAX_LEVEL];
4401 u64 sptes[PT64_ROOT_MAX_LEVEL + 1]; in get_mmio_spte()
6471 u64 sptes[PT64_ROOT_MAX_LEVEL + 1]; in kvm_mmu_print_sptes()
H A Dtdp_mmu.c576 WARN_ON_ONCE(level > PT64_ROOT_MAX_LEVEL); in handle_changed_spte()
/linux/arch/x86/include/asm/
H A Dkvm_host.h424 #define PT64_ROOT_MAX_LEVEL 5 macro
427 u64 rsvd_bits_mask[2][PT64_ROOT_MAX_LEVEL];