Lines Matching refs:pmd_t

85 static void kvm_flush_dcache_pmd(pmd_t pmd)  in kvm_flush_dcache_pmd()
109 static void stage2_dissolve_pmd(struct kvm *kvm, phys_addr_t addr, pmd_t *pmd) in stage2_dissolve_pmd()
162 pmd_t *pmd_table __maybe_unused = stage2_pmd_offset(pud, 0); in clear_stage2_pud_entry()
170 static void clear_stage2_pmd_entry(struct kvm *kvm, pmd_t *pmd, phys_addr_t addr) in clear_stage2_pmd_entry()
186 static inline void kvm_set_pmd(pmd_t *pmdp, pmd_t new_pmd) in kvm_set_pmd()
192 static inline void kvm_pmd_populate(pmd_t *pmdp, pte_t *ptep) in kvm_pmd_populate()
197 static inline void kvm_pud_populate(pud_t *pudp, pmd_t *pmdp) in kvm_pud_populate()
233 static void unmap_stage2_ptes(struct kvm *kvm, pmd_t *pmd, in unmap_stage2_ptes()
263 pmd_t *pmd, *start_pmd; in unmap_stage2_pmds()
270 pmd_t old_pmd = *pmd; in unmap_stage2_pmds()
362 static void stage2_flush_ptes(struct kvm *kvm, pmd_t *pmd, in stage2_flush_ptes()
377 pmd_t *pmd; in stage2_flush_pmds()
460 pmd_t *pmd_table __maybe_unused = pmd_offset(pud, 0); in clear_hyp_pud_entry()
467 static void clear_hyp_pmd_entry(pmd_t *pmd) in clear_hyp_pmd_entry()
476 static void unmap_hyp_ptes(pmd_t *pmd, phys_addr_t addr, phys_addr_t end) in unmap_hyp_ptes()
495 pmd_t *pmd, *start_pmd; in unmap_hyp_pmds()
607 static void create_hyp_pte_mappings(pmd_t *pmd, unsigned long start, in create_hyp_pte_mappings()
627 pmd_t *pmd; in create_hyp_pmd_mappings()
661 pmd_t *pmd; in create_hyp_pud_mappings()
1025 static pmd_t *stage2_get_pmd(struct kvm *kvm, struct kvm_mmu_memory_cache *cache, in stage2_get_pmd()
1029 pmd_t *pmd; in stage2_get_pmd()
1047 *cache, phys_addr_t addr, const pmd_t *new_pmd) in stage2_set_pmd_huge()
1049 pmd_t *pmd, old_pmd; in stage2_set_pmd_huge()
1095 pmd_t *pmdp; in stage2_is_exec()
1116 pmd_t *pmd; in stage2_set_pte()
1187 static int stage2_pmdp_test_and_clear_young(pmd_t *pmd) in stage2_pmdp_test_and_clear_young()
1300 static void stage2_wp_ptes(pmd_t *pmd, phys_addr_t addr, phys_addr_t end) in stage2_wp_ptes()
1321 pmd_t *pmd; in stage2_wp_pmds()
1592 pmd_t new_pmd = pfn_pmd(pfn, mem_type); in user_mem_abort()
1652 pmd_t *pmd; in handle_access_fault()
1888 pmd_t *pmd; in kvm_age_hva_handler()
1908 pmd_t *pmd; in kvm_test_age_hva_handler()