Home
last modified time | relevance | path

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

/arch/x86/kvm/
Dmmu.c175 #define for_each_shadow_entry_lockless(_vcpu, _addr, _walker, spte) \ argument
230 static unsigned int get_mmio_spte_generation(u64 spte) in get_mmio_spte_generation()
259 static bool is_mmio_spte(u64 spte) in is_mmio_spte()
264 static gfn_t get_mmio_spte_gfn(u64 spte) in get_mmio_spte_gfn()
270 static unsigned get_mmio_spte_access(u64 spte) in get_mmio_spte_access()
287 static bool check_mmio_spte(struct kvm *kvm, u64 spte) in check_mmio_spte()
356 static void __set_spte(u64 *sptep, u64 spte) in __set_spte()
361 static void __update_clear_spte_fast(u64 *sptep, u64 spte) in __update_clear_spte_fast()
366 static u64 __update_clear_spte_slow(u64 *sptep, u64 spte) in __update_clear_spte_slow()
381 u64 spte; member
[all …]
Dpaging_tmpl.h529 u64 *spte; in FNAME() local
Dvmx.c5576 static u64 ept_rsvd_mask(u64 spte, int level) in ept_rsvd_mask()
5600 static void ept_misconfig_inspect_spte(struct kvm_vcpu *vcpu, u64 spte, in ept_misconfig_inspect_spte()