Searched refs:PT64_ROOT_LEVEL (Results 1 - 4 of 4) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/kvm/
H A Dmmu.h37 #define PT64_ROOT_LEVEL 4 macro
H A Dmmu.c1299 struct kvm_mmu_page *parent[PT64_ROOT_LEVEL-1];
1300 unsigned int idx[PT64_ROOT_LEVEL-1];
1346 } while (level < PT64_ROOT_LEVEL-1 && !sp->unsync_children);
2182 if (vcpu->arch.mmu.shadow_root_level == PT64_ROOT_LEVEL) {
2235 if (vcpu->arch.mmu.shadow_root_level == PT64_ROOT_LEVEL) {
2248 PT64_ROOT_LEVEL, direct,
2302 if (vcpu->arch.mmu.shadow_root_level == PT64_ROOT_LEVEL) {
2497 case PT64_ROOT_LEVEL:
2538 reset_rsvds_bits_mask(vcpu, PT64_ROOT_LEVEL);
2539 return paging64_init_context_common(vcpu, PT64_ROOT_LEVEL);
[all...]
H A Dvmx.c3592 for (i = PT64_ROOT_LEVEL; i > PT64_ROOT_LEVEL - nr_sptes; --i)
H A Dsvm.c3363 return PT64_ROOT_LEVEL;

Completed in 90 milliseconds