Home
last modified time | relevance | path

Searched defs:spte (Results 1 – 8 of 8) sorted by relevance

/Linux-v5.10/arch/x86/kvm/mmu/
Dspte.h149 static inline bool is_mmio_spte(u64 spte) in is_mmio_spte()
159 static inline bool spte_ad_enabled(u64 spte) in spte_ad_enabled()
165 static inline bool spte_ad_need_write_protect(u64 spte) in spte_ad_need_write_protect()
171 static inline u64 spte_shadow_accessed_mask(u64 spte) in spte_shadow_accessed_mask()
177 static inline u64 spte_shadow_dirty_mask(u64 spte) in spte_shadow_dirty_mask()
183 static inline bool is_access_track_spte(u64 spte) in is_access_track_spte()
207 static inline bool is_executable_pte(u64 spte) in is_executable_pte()
217 static inline bool is_accessed_spte(u64 spte) in is_accessed_spte()
225 static inline bool is_dirty_spte(u64 spte) in is_dirty_spte()
232 static inline bool spte_can_locklessly_be_made_writable(u64 spte) in spte_can_locklessly_be_made_writable()
[all …]
Dspte.c89 u64 spte = 0; in make_spte() local
170 u64 spte; in make_nonleaf_spte() local
217 u64 mark_spte_for_access_track(u64 spte) in mark_spte_for_access_track()
Dmmu.c164 #define for_each_shadow_entry_lockless(_vcpu, _addr, _walker, spte) \ argument
224 static gfn_t get_mmio_spte_gfn(u64 spte) in get_mmio_spte_gfn()
234 static unsigned get_mmio_spte_access(u64 spte) in get_mmio_spte_access()
250 static bool check_mmio_spte(struct kvm_vcpu *vcpu, u64 spte) in check_mmio_spte()
295 static void __set_spte(u64 *sptep, u64 spte) in __set_spte()
300 static void __update_clear_spte_fast(u64 *sptep, u64 spte) in __update_clear_spte_fast()
305 static u64 __update_clear_spte_slow(u64 *sptep, u64 spte) in __update_clear_spte_slow()
320 u64 spte; member
323 static void count_spte_clear(u64 *sptep, u64 spte) in count_spte_clear()
335 static void __set_spte(u64 *sptep, u64 spte) in __set_spte()
[all …]
Dtdp_iter.c50 u64 *spte_to_child_pt(u64 spte, int level) in spte_to_child_pt()
Dpaging_tmpl.h596 u64 *spte; in FNAME() local
/Linux-v5.10/arch/s390/mm/
Dpgtable.c652 pte_t spte, tpte; in ptep_shadow_pte() local
/Linux-v5.10/drivers/gpu/drm/nouveau/nvkm/subdev/mmu/
Dvmm.c448 bool spte = pgt->pte[ptei] & NVKM_VMM_PTE_SPTES; in nvkm_vmm_ref_hwpt() local
/Linux-v5.10/mm/
Dhugetlb.c5284 pte_t *spte = NULL; in huge_pmd_share() local