Searched defs:sptep (Results 1 – 8 of 8) sorted by relevance
/arch/x86/kvm/mmu/ |
D | mmu_audit.c | 93 static void audit_mappings(struct kvm_vcpu *vcpu, u64 *sptep, int level) in audit_mappings() 126 static void inspect_spte_has_rmap(struct kvm *kvm, u64 *sptep) in inspect_spte_has_rmap() 160 static void audit_sptes_have_rmaps(struct kvm_vcpu *vcpu, u64 *sptep, int level) in audit_sptes_have_rmaps() 166 static void audit_spte_after_sync(struct kvm_vcpu *vcpu, u64 *sptep, int level) in audit_spte_after_sync() 193 u64 *sptep; in audit_write_protection() local 224 static void audit_spte(struct kvm_vcpu *vcpu, u64 *sptep, int level) in audit_spte()
|
D | mmu.c | 162 u64 *sptep; member 295 static void mark_mmio_spte(struct kvm_vcpu *vcpu, u64 *sptep, u64 gfn, in mark_mmio_spte() 353 static void __set_spte(u64 *sptep, u64 spte) in __set_spte() 358 static void __update_clear_spte_fast(u64 *sptep, u64 spte) in __update_clear_spte_fast() 363 static u64 __update_clear_spte_slow(u64 *sptep, u64 spte) in __update_clear_spte_slow() 368 static u64 __get_spte_lockless(u64 *sptep) in __get_spte_lockless() 381 static void count_spte_clear(u64 *sptep, u64 spte) in count_spte_clear() 393 static void __set_spte(u64 *sptep, u64 spte) in __set_spte() 412 static void __update_clear_spte_fast(u64 *sptep, u64 spte) in __update_clear_spte_fast() 431 static u64 __update_clear_spte_slow(u64 *sptep, u64 spte) in __update_clear_spte_slow() [all …]
|
D | tdp_iter.h | 30 tdp_ptep_t sptep; member
|
D | mmu_internal.h | 92 static inline struct kvm_mmu_page *sptep_to_sp(u64 *sptep) in sptep_to_sp()
|
D | tdp_mmu.c | 355 u64 *sptep = rcu_dereference(pt) + i; in handle_removed_tdp_mmu_page() local 1598 tdp_ptep_t sptep = NULL; in kvm_tdp_mmu_fast_pf_get_last_sptep() local
|
D | paging_tmpl.h | 963 u64 *sptep; in FNAME() local
|
/arch/s390/mm/ |
D | pgtable.c | 663 pte_t *sptep, pte_t *tptep, pte_t pte) in ptep_shadow_pte()
|
D | gmap.c | 2117 pte_t *sptep, *tptep; in gmap_shadow_page() local
|