Searched defs:sptes (Results 1 – 2 of 2) sorted by relevance
/linux/arch/x86/kvm/mmu/ |
H A D | tdp_mmu.c | 1913 static int __kvm_tdp_mmu_get_walk(struct kvm_vcpu *vcpu, u64 addr, u64 *sptes, in __kvm_tdp_mmu_get_walk() 1928 int kvm_tdp_mmu_get_walk(struct kvm_vcpu *vcpu, u64 addr, u64 *sptes, in kvm_tdp_mmu_get_walk() 1943 u64 sptes[PT64_ROOT_MAX_LEVEL + 1], spte; in kvm_tdp_mmu_gpa_is_mapped() local
|
H A D | mmu.c | 153 u64 *sptes[PTE_LIST_EXT]; member 4255 static int get_walk(struct kvm_vcpu *vcpu, u64 addr, u64 *sptes, int *root_level) in get_walk() 4274 static int get_sptes_lockless(struct kvm_vcpu *vcpu, u64 addr, u64 *sptes, in get_sptes_lockless() 4293 u64 sptes[PT64_ROOT_MAX_LEVEL + 1]; in get_mmio_spte() local 6315 u64 sptes[PT64_ROOT_MAX_LEVEL + 1]; in kvm_mmu_print_sptes() local
|