PT64_ROOT_MAX_LEVEL  360 arch/x86/include/asm/kvm_host.h 	u64 rsvd_bits_mask[2][PT64_ROOT_MAX_LEVEL];
PT64_ROOT_MAX_LEVEL 2432 arch/x86/kvm/mmu.c 	struct kvm_mmu_page *parent[PT64_ROOT_MAX_LEVEL];
PT64_ROOT_MAX_LEVEL 2433 arch/x86/kvm/mmu.c 	unsigned int idx[PT64_ROOT_MAX_LEVEL];
PT64_ROOT_MAX_LEVEL 4046 arch/x86/kvm/mmu.c 	u64 sptes[PT64_ROOT_MAX_LEVEL], spte = 0ull;
PT64_ROOT_MAX_LEVEL   36 arch/x86/kvm/paging_tmpl.h 	#define PT_MAX_FULL_LEVELS PT64_ROOT_MAX_LEVEL