Searched defs:spte (Results 1 – 5 of 5) sorted by relevance
/arch/x86/kvm/ |
D | mmu.c | 172 #define for_each_shadow_entry_lockless(_vcpu, _addr, _walker, spte) \ argument 205 static bool is_mmio_spte(u64 spte) in is_mmio_spte() 210 static gfn_t get_mmio_spte_gfn(u64 spte) in get_mmio_spte_gfn() 215 static unsigned get_mmio_spte_access(u64 spte) in get_mmio_spte_access() 298 static void __set_spte(u64 *sptep, u64 spte) in __set_spte() 303 static void __update_clear_spte_fast(u64 *sptep, u64 spte) in __update_clear_spte_fast() 308 static u64 __update_clear_spte_slow(u64 *sptep, u64 spte) in __update_clear_spte_slow() 318 static bool __check_direct_spte_mmio_pf(u64 spte) in __check_direct_spte_mmio_pf() 329 u64 spte; member 332 static void count_spte_clear(u64 *sptep, u64 spte) in count_spte_clear() [all …]
|
D | mmu_audit.c | 195 u64 *spte; in audit_write_protection() local
|
D | paging_tmpl.h | 416 u64 *spte; in FNAME() local
|
D | vmx.c | 4761 static u64 ept_rsvd_mask(u64 spte, int level) in ept_rsvd_mask() 4784 static void ept_misconfig_inspect_spte(struct kvm_vcpu *vcpu, u64 spte, in ept_misconfig_inspect_spte()
|
/arch/x86/mm/ |
D | hugetlbpage.c | 77 pte_t *spte = NULL; in huge_pmd_share() local
|