sptes 206 arch/x86/kvm/mmu.c u64 *sptes[PTE_LIST_EXT]; sptes 1382 arch/x86/kvm/mmu.c desc->sptes[0] = (u64 *)rmap_head->val; sptes 1383 arch/x86/kvm/mmu.c desc->sptes[1] = spte; sptes 1389 arch/x86/kvm/mmu.c while (desc->sptes[PTE_LIST_EXT-1] && desc->more) { sptes 1393 arch/x86/kvm/mmu.c if (desc->sptes[PTE_LIST_EXT-1]) { sptes 1397 arch/x86/kvm/mmu.c for (i = 0; desc->sptes[i]; ++i) sptes 1399 arch/x86/kvm/mmu.c desc->sptes[i] = spte; sptes 1411 arch/x86/kvm/mmu.c for (j = PTE_LIST_EXT - 1; !desc->sptes[j] && j > i; --j) sptes 1413 arch/x86/kvm/mmu.c desc->sptes[i] = desc->sptes[j]; sptes 1414 arch/x86/kvm/mmu.c desc->sptes[j] = NULL; sptes 1418 arch/x86/kvm/mmu.c rmap_head->val = (unsigned long)desc->sptes[0]; sptes 1448 arch/x86/kvm/mmu.c for (i = 0; i < PTE_LIST_EXT && desc->sptes[i]; ++i) { sptes 1449 arch/x86/kvm/mmu.c if (desc->sptes[i] == spte) { sptes 1553 arch/x86/kvm/mmu.c sptep = iter->desc->sptes[iter->pos]; sptes 1571 arch/x86/kvm/mmu.c sptep = iter->desc->sptes[iter->pos]; sptes 1581 arch/x86/kvm/mmu.c sptep = iter->desc->sptes[iter->pos]; sptes 4046 arch/x86/kvm/mmu.c u64 sptes[PT64_ROOT_MAX_LEVEL], spte = 0ull; sptes 4061 arch/x86/kvm/mmu.c sptes[leaf - 1] = spte; sptes 4078 arch/x86/kvm/mmu.c sptes[root - 1], root);