Searched defs:spte (Results 1 – 5 of 5) sorted by relevance
/linux-4.1.27/arch/x86/kvm/ |
D | mmu.c | 161 #define for_each_shadow_entry_lockless(_vcpu, _addr, _walker, spte) \ argument 215 static unsigned int get_mmio_spte_generation(u64 spte) in get_mmio_spte_generation() 244 static bool is_mmio_spte(u64 spte) in is_mmio_spte() 249 static gfn_t get_mmio_spte_gfn(u64 spte) in get_mmio_spte_gfn() 255 static unsigned get_mmio_spte_access(u64 spte) in get_mmio_spte_access() 272 static bool check_mmio_spte(struct kvm *kvm, u64 spte) in check_mmio_spte() 341 static void __set_spte(u64 *sptep, u64 spte) in __set_spte() 346 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() 366 u64 spte; member [all …]
|
D | paging_tmpl.h | 529 u64 *spte; in FNAME() local
|
D | vmx.c | 5793 static u64 ept_rsvd_mask(u64 spte, int level) in ept_rsvd_mask() 5817 static void ept_misconfig_inspect_spte(struct kvm_vcpu *vcpu, u64 spte, in ept_misconfig_inspect_spte()
|
/linux-4.1.27/drivers/lguest/ |
D | page_tables.c | 398 pte_t *spte; in demand_page() local 553 pte_t *spte; in page_writable() local 948 pte_t *spte = spte_addr(cpu, *spgd, vaddr); in __guest_set_pte() local
|
/linux-4.1.27/mm/ |
D | hugetlb.c | 3729 pte_t *spte = NULL; in huge_pmd_share() local
|