Searched defs:gpte (Results  1 – 5 of 5) sorted by relevance
| /linux-4.4.14/drivers/lguest/ | 
| D | page_tables.c | 206 static pte_t gpte_to_spte(struct lg_cpu *cpu, pte_t gpte, int write)  in gpte_to_spte()253 static bool gpte_in_iomem(struct lg_cpu *cpu, pte_t gpte)  in gpte_in_iomem()
 263 static bool check_gpte(struct lg_cpu *cpu, pte_t gpte)  in check_gpte()
 397 	pte_t gpte;  in demand_page()  local
 679 	pte_t gpte;  in __guest_pa()  local
 933 		       unsigned long vaddr, pte_t gpte)  in __guest_set_pte()
 990 		   unsigned long gpgdir, unsigned long vaddr, pte_t gpte)  in guest_set_pte()
 
 | 
| /linux-4.4.14/arch/x86/kvm/ | 
| D | paging_tmpl.h | 109 static gfn_t gpte_to_gfn_lvl(pt_element_t gpte, int lvl)  in gpte_to_gfn_lvl()487 	pt_element_t gpte = *(const pt_element_t *)pte;  in FNAME()  local
 846 			pt_element_t gpte;  in FNAME()  local
 939 		pt_element_t gpte;  in FNAME()  local
 
 | 
| D | mmu.c | 333 static gfn_t pse36_gfn_delta(u32 gpte)  in pse36_gfn_delta()3298 static bool is_rsvd_bits_set(struct kvm_mmu *mmu, u64 gpte, int level)  in is_rsvd_bits_set()
 3594 static inline bool is_last_gpte(struct kvm_mmu *mmu, unsigned level, unsigned gpte)  in is_last_gpte()
 
 | 
| /linux-4.4.14/arch/powerpc/kvm/ | 
| D | book3s_64_mmu.c | 209 				      struct kvmppc_pte *gpte, bool data,  in kvmppc_mmu_book3s_64_xlate()
 | 
| D | book3s_64_mmu_hv.c | 309 			struct kvmppc_pte *gpte, bool data, bool iswrite)  in kvmppc_mmu_book3s_64_hv_xlate()
 |