Searched defs:spte (Results 1 – 5 of 5) sorted by relevance
| /linux/arch/x86/kvm/mmu/ |
| H A D | spte.c | 95 u64 spte = generation_mmio_spte_mask(gen); in make_mmio_spte() local 164 bool spte_needs_atomic_update(u64 spte) in spte_needs_atomic_update() 193 u64 spte = SPTE_MMU_PRESENT_MASK; in make_spte() local 304 static u64 modify_spte_protections(u64 spte, u64 set, u64 clear) in modify_spte_protections() 320 static u64 make_spte_executable(u64 spte) in make_spte_executable() 325 static u64 make_spte_nonexecutable(u64 spte) in make_spte_nonexecutable() 389 u64 spte = SPTE_MMU_PRESENT_MASK; in make_nonleaf_spte() local 402 u64 mark_spte_for_access_track(u64 spte) in mark_spte_for_access_track()
|
| H A D | mmu.c | 175 #define for_each_shadow_entry_lockless(_vcpu, _addr, _walker, spte) \ argument 297 u64 spte = make_mmio_spte(vcpu, gfn, access); in mark_mmio_spte() local 303 static gfn_t get_mmio_spte_gfn(u64 spte) in get_mmio_spte_gfn() 313 static unsigned get_mmio_spte_access(u64 spte) in get_mmio_spte_access() 318 static bool check_mmio_spte(struct kvm_vcpu *vcpu, u64 spte) in check_mmio_spte() 339 static void __set_spte(u64 *sptep, u64 spte) in __set_spte() 345 static void __update_clear_spte_fast(u64 *sptep, u64 spte) in __update_clear_spte_fast() 351 static u64 __update_clear_spte_slow(u64 *sptep, u64 spte) in __update_clear_spte_slow() 367 u64 spte; member 370 static void count_spte_clear(u64 *sptep, u64 spte) in count_spte_clear() [all …]
|
| H A D | paging_tmpl.h | 576 u64 *spte; in FNAME() local 899 u64 *sptep, spte; in FNAME() local
|
| /linux/drivers/gpu/drm/nouveau/nvkm/subdev/mmu/ |
| H A D | vmm.c | 472 bool spte = !!pgt->pte[ptei].s.sptes; in nvkm_vmm_ref_hwpt() local
|
| /linux/mm/ |
| H A D | hugetlb.c | 6870 pte_t *spte = NULL; in huge_pmd_share() local
|