Home
last modified time | relevance | path

Searched defs:vma (Results 1 – 25 of 818) sorted by relevance

12345678910>>...33

/linux-6.8/drivers/gpu/drm/i915/
Di915_vma.h51 static inline bool i915_vma_is_active(const struct i915_vma *vma) in i915_vma_is_active()
65 i915_vma_move_to_active(struct i915_vma *vma, struct i915_request *rq, in i915_vma_move_to_active()
73 static inline bool i915_vma_is_ggtt(const struct i915_vma *vma) in i915_vma_is_ggtt()
78 static inline bool i915_vma_is_dpt(const struct i915_vma *vma) in i915_vma_is_dpt()
83 static inline bool i915_vma_has_ggtt_write(const struct i915_vma *vma) in i915_vma_has_ggtt_write()
88 static inline void i915_vma_set_ggtt_write(struct i915_vma *vma) in i915_vma_set_ggtt_write()
94 static inline bool i915_vma_unset_ggtt_write(struct i915_vma *vma) in i915_vma_unset_ggtt_write()
102 static inline bool i915_vma_is_map_and_fenceable(const struct i915_vma *vma) in i915_vma_is_map_and_fenceable()
107 static inline bool i915_vma_set_userfault(struct i915_vma *vma) in i915_vma_set_userfault()
113 static inline void i915_vma_unset_userfault(struct i915_vma *vma) in i915_vma_unset_userfault()
[all …]
Di915_vma.c47 static inline void assert_vma_held_evict(const struct i915_vma *vma) in assert_vma_held_evict()
65 static void i915_vma_free(struct i915_vma *vma) in i915_vma_free()
74 static void vma_print_allocator(struct i915_vma *vma, const char *reason) in vma_print_allocator()
93 static void vma_print_allocator(struct i915_vma *vma, const char *reason) in vma_print_allocator()
120 struct i915_vma *vma; in vma_create() local
262 struct i915_vma *vma = rb_entry(rb, struct i915_vma, obj_node); in i915_vma_lookup() local
296 struct i915_vma *vma; in i915_vma_instance() local
374 int i915_vma_wait_for_bind(struct i915_vma *vma) in i915_vma_wait_for_bind()
394 static int i915_vma_verify_bind_complete(struct i915_vma *vma) in i915_vma_verify_bind_complete()
417 struct i915_vma *vma) in i915_vma_resource_init_from_vma()
[all …]
Di915_gem_evict.c67 static bool grab_vma(struct i915_vma *vma, struct i915_gem_ww_ctx *ww) in grab_vma()
86 static void ungrab_vma(struct i915_vma *vma) in ungrab_vma()
98 struct i915_vma *vma, in mark_free()
112 static bool defer_evict(struct i915_vma *vma) in defer_evict()
157 struct i915_vma *vma, *next; in i915_gem_evict_something() local
337 struct i915_vma *vma, *next; in i915_gem_evict_for_node() local
478 struct i915_vma *vma, *vn; in i915_gem_evict_vm() local
/linux-6.8/include/linux/
Duserfaultfd_k.h108 static inline bool is_mergeable_vm_userfaultfd_ctx(struct vm_area_struct *vma, in is_mergeable_vm_userfaultfd_ctx()
125 static inline bool uffd_disable_huge_pmd_share(struct vm_area_struct *vma) in uffd_disable_huge_pmd_share()
137 static inline bool uffd_disable_fault_around(struct vm_area_struct *vma) in uffd_disable_fault_around()
142 static inline bool userfaultfd_missing(struct vm_area_struct *vma) in userfaultfd_missing()
147 static inline bool userfaultfd_wp(struct vm_area_struct *vma) in userfaultfd_wp()
152 static inline bool userfaultfd_minor(struct vm_area_struct *vma) in userfaultfd_minor()
157 static inline bool userfaultfd_pte_wp(struct vm_area_struct *vma, in userfaultfd_pte_wp()
163 static inline bool userfaultfd_huge_pmd_wp(struct vm_area_struct *vma, in userfaultfd_huge_pmd_wp()
169 static inline bool userfaultfd_armed(struct vm_area_struct *vma) in userfaultfd_armed()
174 static inline bool vma_can_userfault(struct vm_area_struct *vma, in vma_can_userfault()
[all …]
Dhuge_mm.h87 #define thp_vma_allowable_order(vma, vm_flags, smaps, in_pf, enforce_sysfs, order) \ argument
151 static inline bool thp_vma_suitable_order(struct vm_area_struct *vma, in thp_vma_suitable_order()
176 static inline unsigned long thp_vma_suitable_orders(struct vm_area_struct *vma, in thp_vma_suitable_orders()
199 static inline bool file_thp_enabled(struct vm_area_struct *vma) in file_thp_enabled()
235 unsigned long thp_vma_allowable_orders(struct vm_area_struct *vma, in thp_vma_allowable_orders()
319 struct vm_area_struct *vma) in pmd_trans_huge_lock()
327 struct vm_area_struct *vma) in pud_trans_huge_lock()
393 static inline bool thp_vma_suitable_order(struct vm_area_struct *vma, in thp_vma_suitable_order()
399 static inline unsigned long thp_vma_suitable_orders(struct vm_area_struct *vma, in thp_vma_suitable_orders()
405 static inline unsigned long thp_vma_allowable_orders(struct vm_area_struct *vma, in thp_vma_allowable_orders()
[all …]
Dhugetlb.h113 struct vm_area_struct *vma; member
254 static inline void hugetlb_zap_begin(struct vm_area_struct *vma, in hugetlb_zap_begin()
261 static inline void hugetlb_zap_end(struct vm_area_struct *vma, in hugetlb_zap_end()
288 static inline void hugetlb_dup_vma_private(struct vm_area_struct *vma) in hugetlb_dup_vma_private()
292 static inline void clear_vma_resv_huge_pages(struct vm_area_struct *vma) in clear_vma_resv_huge_pages()
308 struct vm_area_struct *vma, in huge_pmd_unshare()
315 struct vm_area_struct *vma, in adjust_range_if_pmd_sharing_possible()
321 struct vm_area_struct *vma, in hugetlb_zap_begin()
327 struct vm_area_struct *vma, in hugetlb_zap_end()
333 struct vm_area_struct *vma, unsigned long address, unsigned int flags, in hugetlb_follow_page_mask()
[all …]
Dpgtable.h271 static inline int pmdp_set_access_flags(struct vm_area_struct *vma, in pmdp_set_access_flags()
278 static inline int pudp_set_access_flags(struct vm_area_struct *vma, in pudp_set_access_flags()
324 static inline int ptep_test_and_clear_young(struct vm_area_struct *vma, in ptep_test_and_clear_young()
340 static inline int pmdp_test_and_clear_young(struct vm_area_struct *vma, in pmdp_test_and_clear_young()
353 static inline int pmdp_test_and_clear_young(struct vm_area_struct *vma, in pmdp_test_and_clear_young()
377 static inline int pmdp_clear_flush_young(struct vm_area_struct *vma, in pmdp_clear_flush_young()
411 static inline void arch_check_zapped_pte(struct vm_area_struct *vma, in arch_check_zapped_pte()
418 static inline void arch_check_zapped_pmd(struct vm_area_struct *vma, in arch_check_zapped_pmd()
556 static inline pmd_t pmdp_huge_get_and_clear_full(struct vm_area_struct *vma, in pmdp_huge_get_and_clear_full()
565 static inline pud_t pudp_huge_get_and_clear_full(struct vm_area_struct *vma, in pudp_huge_get_and_clear_full()
[all …]
/linux-6.8/drivers/gpu/drm/xe/
Dxe_vm.h107 static inline u64 xe_vma_start(struct xe_vma *vma) in xe_vma_start()
112 static inline u64 xe_vma_size(struct xe_vma *vma) in xe_vma_size()
117 static inline u64 xe_vma_end(struct xe_vma *vma) in xe_vma_end()
122 static inline u64 xe_vma_bo_offset(struct xe_vma *vma) in xe_vma_bo_offset()
127 static inline struct xe_bo *xe_vma_bo(struct xe_vma *vma) in xe_vma_bo()
133 static inline struct xe_vm *xe_vma_vm(struct xe_vma *vma) in xe_vma_vm()
138 static inline bool xe_vma_read_only(struct xe_vma *vma) in xe_vma_read_only()
143 static inline u64 xe_vma_userptr(struct xe_vma *vma) in xe_vma_userptr()
148 static inline bool xe_vma_is_null(struct xe_vma *vma) in xe_vma_is_null()
153 static inline bool xe_vma_has_no_bo(struct xe_vma *vma) in xe_vma_has_no_bo()
[all …]
Dxe_vm.c67 struct xe_vma *vma = &uvma->vma; in xe_vma_userptr_pin_pages() local
637 struct xe_vma *vma = &uvma->vma; in vma_userptr_invalidate() local
760 struct xe_vma *vma, *next; in xe_vm_rebind() local
785 static void xe_vma_free(struct xe_vma *vma) in xe_vma_free()
802 struct xe_vma *vma; in xe_vma_create() local
894 static void xe_vma_destroy_late(struct xe_vma *vma) in xe_vma_destroy_late()
935 struct xe_vma *vma = in vma_destroy_work_func() local
944 struct xe_vma *vma = container_of(cb, struct xe_vma, destroy_cb); in vma_destroy_cb() local
950 static void xe_vma_destroy(struct xe_vma *vma, struct dma_fence *fence) in xe_vma_destroy()
995 int xe_vm_prepare_vma(struct drm_exec *exec, struct xe_vma *vma, in xe_vm_prepare_vma()
[all …]
/linux-6.8/mm/
Dmmap.c90 void vma_set_page_prot(struct vm_area_struct *vma) in vma_set_page_prot()
107 static void __remove_shared_vm_struct(struct vm_area_struct *vma, in __remove_shared_vm_struct()
122 void unlink_file_vma(struct vm_area_struct *vma) in unlink_file_vma()
137 static void remove_vma(struct vm_area_struct *vma, bool unreachable) in remove_vma()
285 struct vm_area_struct *vma; in validate_mm() local
350 anon_vma_interval_tree_pre_update_vma(struct vm_area_struct *vma) in anon_vma_interval_tree_pre_update_vma()
359 anon_vma_interval_tree_post_update_vma(struct vm_area_struct *vma) in anon_vma_interval_tree_post_update_vma()
371 struct vm_area_struct *vma; in count_vma_pages_range() local
384 static void __vma_link_file(struct vm_area_struct *vma, in __vma_link_file()
395 static int vma_link(struct mm_struct *mm, struct vm_area_struct *vma) in vma_link()
[all …]
Dmadvise.c94 struct anon_vma_name *anon_vma_name(struct vm_area_struct *vma) in anon_vma_name()
102 static int replace_anon_vma_name(struct vm_area_struct *vma, in replace_anon_vma_name()
122 static int replace_anon_vma_name(struct vm_area_struct *vma, in replace_anon_vma_name()
137 static int madvise_update_vma(struct vm_area_struct *vma, in madvise_update_vma()
174 struct vm_area_struct *vma = walk->private; in swapin_walk_pmd_entry() local
220 static void shmem_swapin_range(struct vm_area_struct *vma, in shmem_swapin_range()
261 static long madvise_willneed(struct vm_area_struct *vma, in madvise_willneed()
309 static inline bool can_do_file_pageout(struct vm_area_struct *vma) in can_do_file_pageout()
332 struct vm_area_struct *vma = walk->vma; in madvise_cold_or_pageout_pte_range() local
539 struct vm_area_struct *vma, in madvise_cold_page_range()
[all …]
Dmemory.c363 struct vm_area_struct *vma, unsigned long floor, in free_pgtables()
489 static void print_bad_pte(struct vm_area_struct *vma, unsigned long addr, in print_bad_pte()
582 struct page *vm_normal_page(struct vm_area_struct *vma, unsigned long addr, in vm_normal_page()
645 struct folio *vm_normal_folio(struct vm_area_struct *vma, unsigned long addr, in vm_normal_folio()
656 struct page *vm_normal_page_pmd(struct vm_area_struct *vma, unsigned long addr, in vm_normal_page_pmd()
696 struct folio *vm_normal_folio_pmd(struct vm_area_struct *vma, in vm_normal_folio_pmd()
707 static void restore_exclusive_pte(struct vm_area_struct *vma, in restore_exclusive_pte()
757 try_restore_exclusive_pte(pte_t *src_pte, struct vm_area_struct *vma, in try_restore_exclusive_pte()
998 struct vm_area_struct *vma, unsigned long addr, bool need_zero) in folio_prealloc()
1400 zap_install_uffd_wp_if_needed(struct vm_area_struct *vma, in zap_install_uffd_wp_if_needed()
[all …]
Drmap.c150 static void anon_vma_chain_link(struct vm_area_struct *vma, in anon_vma_chain_link()
188 int __anon_vma_prepare(struct vm_area_struct *vma) in __anon_vma_prepare()
335 int anon_vma_fork(struct vm_area_struct *vma, struct vm_area_struct *pvma) in anon_vma_fork()
397 void unlink_anon_vmas(struct vm_area_struct *vma) in unlink_anon_vmas()
775 unsigned long page_address_in_vma(struct page *page, struct vm_area_struct *vma) in page_address_in_vma()
836 struct vm_area_struct *vma, unsigned long address, void *arg) in folio_referenced_one()
925 static bool invalid_folio_referenced_vma(struct vm_area_struct *vma, void *arg) in invalid_folio_referenced_vma()
1002 struct vm_area_struct *vma = pvmw->vma; in page_vma_mkclean_one() local
1061 static bool page_mkclean_one(struct folio *folio, struct vm_area_struct *vma, in page_mkclean_one()
1072 static bool invalid_mkclean_vma(struct vm_area_struct *vma, void *arg) in invalid_mkclean_vma()
[all …]
Dmremap.c72 static pud_t *alloc_new_pud(struct mm_struct *mm, struct vm_area_struct *vma, in alloc_new_pud()
86 static pmd_t *alloc_new_pmd(struct mm_struct *mm, struct vm_area_struct *vma, in alloc_new_pmd()
105 static void take_rmap_locks(struct vm_area_struct *vma) in take_rmap_locks()
113 static void drop_rmap_locks(struct vm_area_struct *vma) in drop_rmap_locks()
136 static int move_ptes(struct vm_area_struct *vma, pmd_t *old_pmd, in move_ptes()
236 static bool move_normal_pmd(struct vm_area_struct *vma, unsigned long old_addr, in move_normal_pmd()
295 static inline bool move_normal_pmd(struct vm_area_struct *vma, in move_normal_pmd()
304 static bool move_normal_pud(struct vm_area_struct *vma, unsigned long old_addr, in move_normal_pud()
344 static inline bool move_normal_pud(struct vm_area_struct *vma, in move_normal_pud()
353 static bool move_huge_pud(struct vm_area_struct *vma, unsigned long old_addr, in move_huge_pud()
[all …]
Dnommu.c99 struct vm_area_struct *vma; in kobjsize() local
123 int follow_pfn(struct vm_area_struct *vma, unsigned long address, in follow_pfn()
172 struct vm_area_struct *vma; in __vmalloc_user_flags() local
353 int vm_insert_page(struct vm_area_struct *vma, unsigned long addr, in vm_insert_page()
360 int vm_map_pages(struct vm_area_struct *vma, struct page **pages, in vm_map_pages()
367 int vm_map_pages_zero(struct vm_area_struct *vma, struct page **pages, in vm_map_pages_zero()
547 static void setup_vma_to_mm(struct vm_area_struct *vma, struct mm_struct *mm) in setup_vma_to_mm()
563 static void cleanup_vma_from_mm(struct vm_area_struct *vma) in cleanup_vma_from_mm()
582 static int delete_vma_from_mm(struct vm_area_struct *vma) in delete_vma_from_mm()
601 static void delete_vma(struct mm_struct *mm, struct vm_area_struct *vma) in delete_vma()
[all …]
Dpgtable-generic.c68 int ptep_set_access_flags(struct vm_area_struct *vma, in ptep_set_access_flags()
82 int ptep_clear_flush_young(struct vm_area_struct *vma, in ptep_clear_flush_young()
94 pte_t ptep_clear_flush(struct vm_area_struct *vma, unsigned long address, in ptep_clear_flush()
109 int pmdp_set_access_flags(struct vm_area_struct *vma, in pmdp_set_access_flags()
124 int pmdp_clear_flush_young(struct vm_area_struct *vma, in pmdp_clear_flush_young()
137 pmd_t pmdp_huge_clear_flush(struct vm_area_struct *vma, unsigned long address, in pmdp_huge_clear_flush()
150 pud_t pudp_huge_clear_flush(struct vm_area_struct *vma, unsigned long address, in pudp_huge_clear_flush()
198 pmd_t pmdp_invalidate(struct vm_area_struct *vma, unsigned long address, in pmdp_invalidate()
208 pmd_t pmdp_invalidate_ad(struct vm_area_struct *vma, unsigned long address, in pmdp_invalidate_ad()
216 pmd_t pmdp_collapse_flush(struct vm_area_struct *vma, unsigned long address, in pmdp_collapse_flush()
Dhuge_memory.c82 unsigned long __thp_vma_allowable_orders(struct vm_area_struct *vma, in __thp_vma_allowable_orders()
762 pmd_t maybe_pmd_mkwrite(pmd_t pmd, struct vm_area_struct *vma) in maybe_pmd_mkwrite()
869 struct vm_area_struct *vma = vmf->vma; in __do_huge_pmd_anonymous_page() local
953 gfp_t vma_thp_gfp_mask(struct vm_area_struct *vma) in vma_thp_gfp_mask()
981 struct vm_area_struct *vma, unsigned long haddr, pmd_t *pmd, in set_huge_zero_page()
996 struct vm_area_struct *vma = vmf->vma; in do_huge_pmd_anonymous_page() local
1055 static void insert_pfn_pmd(struct vm_area_struct *vma, unsigned long addr, in insert_pfn_pmd()
1115 struct vm_area_struct *vma = vmf->vma; in vmf_insert_pfn_pmd() local
1147 static pud_t maybe_pud_mkwrite(pud_t pud, struct vm_area_struct *vma) in maybe_pud_mkwrite()
1154 static void insert_pfn_pud(struct vm_area_struct *vma, unsigned long addr, in insert_pfn_pud()
[all …]
Dmprotect.c42 bool can_change_pte_writable(struct vm_area_struct *vma, unsigned long addr, in can_change_pte_writable()
84 struct vm_area_struct *vma, pmd_t *pmd, unsigned long addr, in change_pte_range()
298 pgtable_split_needed(struct vm_area_struct *vma, unsigned long cp_flags) in pgtable_split_needed()
313 pgtable_populate_needed(struct vm_area_struct *vma, unsigned long cp_flags) in pgtable_populate_needed()
329 #define change_pmd_prepare(vma, pmd, cp_flags) \ argument
344 #define change_prepare(vma, high, low, addr, cp_flags) \ argument
356 struct vm_area_struct *vma, pud_t *pud, unsigned long addr, in change_pmd_range()
440 struct vm_area_struct *vma, p4d_t *p4d, unsigned long addr, in change_pud_range()
463 struct vm_area_struct *vma, pgd_t *pgd, unsigned long addr, in change_p4d_range()
486 struct vm_area_struct *vma, unsigned long addr, in change_protection_range()
[all …]
/linux-6.8/arch/powerpc/include/asm/book3s/64/
Dtlbflush.h47 static inline void flush_pmd_tlb_range(struct vm_area_struct *vma, in flush_pmd_tlb_range()
55 static inline void flush_pud_tlb_range(struct vm_area_struct *vma, in flush_pud_tlb_range()
63 static inline void flush_hugetlb_tlb_range(struct vm_area_struct *vma, in flush_hugetlb_tlb_range()
71 static inline void flush_tlb_range(struct vm_area_struct *vma, in flush_tlb_range()
91 static inline void local_flush_tlb_page(struct vm_area_struct *vma, in local_flush_tlb_page()
120 static inline void flush_tlb_page(struct vm_area_struct *vma, in flush_tlb_page()
128 #define flush_tlb_page(vma, addr) local_flush_tlb_page(vma, addr) argument
132 static inline void flush_tlb_fix_spurious_fault(struct vm_area_struct *vma, in flush_tlb_fix_spurious_fault()
/linux-6.8/arch/parisc/kernel/
Dcache.c319 __flush_cache_page(struct vm_area_struct *vma, unsigned long vmaddr, in __flush_cache_page()
331 static void flush_user_cache_page(struct vm_area_struct *vma, unsigned long vmaddr) in flush_user_cache_page()
371 void flush_icache_pages(struct vm_area_struct *vma, struct page *page, in flush_icache_pages()
416 struct vm_area_struct *vma; in flush_dcache_folio() local
605 static void flush_cache_page_if_present(struct vm_area_struct *vma, in flush_cache_page_if_present()
626 unsigned long vaddr, struct vm_area_struct *vma) in copy_user_highpage()
638 void copy_to_user_page(struct vm_area_struct *vma, struct page *page, in copy_to_user_page()
646 void copy_from_user_page(struct vm_area_struct *vma, struct page *page, in copy_from_user_page()
682 static void flush_cache_pages(struct vm_area_struct *vma, unsigned long start, unsigned long end) in flush_cache_pages()
714 struct vm_area_struct *vma; in mm_total_size() local
[all …]
/linux-6.8/drivers/gpu/drm/nouveau/
Dnouveau_vmm.c29 nouveau_vma_unmap(struct nouveau_vma *vma) in nouveau_vma_unmap()
38 nouveau_vma_map(struct nouveau_vma *vma, struct nouveau_mem *mem) in nouveau_vma_map()
51 struct nouveau_vma *vma; in nouveau_vma_find() local
64 struct nouveau_vma *vma = *pvma; in nouveau_vma_del() local
81 struct nouveau_vma *vma; in nouveau_vma_new() local
/linux-6.8/drivers/gpu/drm/msm/
Dmsm_gem_vma.c42 void msm_gem_vma_purge(struct msm_gem_vma *vma) in msm_gem_vma_purge()
58 msm_gem_vma_map(struct msm_gem_vma *vma, int prot, in msm_gem_vma_map()
94 void msm_gem_vma_close(struct msm_gem_vma *vma) in msm_gem_vma_close()
112 struct msm_gem_vma *vma; in msm_gem_vma_new() local
124 int msm_gem_vma_init(struct msm_gem_vma *vma, int size, in msm_gem_vma_init()
/linux-6.8/drivers/gpu/drm/nouveau/nvkm/subdev/mmu/
Dvmm.c802 struct nvkm_vma *vma = kzalloc(sizeof(*vma), GFP_KERNEL); in nvkm_vma_new() local
813 nvkm_vma_tail(struct nvkm_vma *vma, u64 tail) in nvkm_vma_tail()
836 nvkm_vmm_free_remove(struct nvkm_vmm *vmm, struct nvkm_vma *vma) in nvkm_vmm_free_remove()
842 nvkm_vmm_free_delete(struct nvkm_vmm *vmm, struct nvkm_vma *vma) in nvkm_vmm_free_delete()
850 nvkm_vmm_free_insert(struct nvkm_vmm *vmm, struct nvkm_vma *vma) in nvkm_vmm_free_insert()
878 nvkm_vmm_node_remove(struct nvkm_vmm *vmm, struct nvkm_vma *vma) in nvkm_vmm_node_remove()
884 nvkm_vmm_node_delete(struct nvkm_vmm *vmm, struct nvkm_vma *vma) in nvkm_vmm_node_delete()
892 nvkm_vmm_node_insert(struct nvkm_vmm *vmm, struct nvkm_vma *vma) in nvkm_vmm_node_insert()
918 struct nvkm_vma *vma = rb_entry(node, typeof(*vma), tree); in nvkm_vmm_node_search() local
935 struct nvkm_vma *vma, struct nvkm_vma *next, u64 size) in nvkm_vmm_node_merge()
[all …]
/linux-6.8/include/xen/
Dxen-ops.h51 static inline int xen_remap_pfn(struct vm_area_struct *vma, unsigned long addr, in xen_remap_pfn()
77 static inline int xen_xlate_remap_gfn_array(struct vm_area_struct *vma, in xen_xlate_remap_gfn_array()
87 static inline int xen_xlate_unmap_gfn_range(struct vm_area_struct *vma, in xen_xlate_unmap_gfn_range()
114 static inline int xen_remap_domain_gfn_array(struct vm_area_struct *vma, in xen_remap_domain_gfn_array()
150 static inline int xen_remap_domain_mfn_array(struct vm_area_struct *vma, in xen_remap_domain_mfn_array()
174 static inline int xen_remap_domain_gfn_range(struct vm_area_struct *vma, in xen_remap_domain_gfn_range()
/linux-6.8/drivers/misc/ocxl/
Dcontext.c98 static vm_fault_t map_afu_irq(struct vm_area_struct *vma, unsigned long address, in map_afu_irq()
111 static vm_fault_t map_pp_mmio(struct vm_area_struct *vma, unsigned long address, in map_pp_mmio()
141 struct vm_area_struct *vma = vmf->vma; in ocxl_mmap_fault() local
162 struct vm_area_struct *vma) in check_mmap_afu_irq()
188 struct vm_area_struct *vma) in check_mmap_mmio()
196 int ocxl_context_mmap(struct ocxl_context *ctx, struct vm_area_struct *vma) in ocxl_context_mmap()

12345678910>>...33