/openbmc/linux/arch/powerpc/include/asm/ |
H A D | pkeys.h | 38 static inline int vma_pkey(struct vm_area_struct *vma) in vma_pkey() 130 static inline int arch_override_mprotect_pkey(struct vm_area_struct *vma, in arch_override_mprotect_pkey()
|
/openbmc/linux/arch/csky/mm/ |
H A D | fault.c | 171 static inline bool access_error(struct pt_regs *regs, struct vm_area_struct *vma) in access_error() 190 struct vm_area_struct *vma; in do_page_fault() local
|
/openbmc/linux/drivers/staging/vme_user/ |
H A D | vme_user.c | 424 static void vme_user_vm_open(struct vm_area_struct *vma) in vme_user_vm_open() 431 static void vme_user_vm_close(struct vm_area_struct *vma) in vme_user_vm_close() 451 static int vme_user_master_mmap(unsigned int minor, struct vm_area_struct *vma) in vme_user_master_mmap() 482 static int vme_user_mmap(struct file *file, struct vm_area_struct *vma) in vme_user_mmap()
|
/openbmc/linux/include/asm-generic/ |
H A D | tlb.h | 287 static inline void tlb_flush_rmaps(struct mmu_gather *tlb, struct vm_area_struct *vma) { } in tlb_flush_rmaps() 416 struct vm_area_struct vma = { in tlb_flush() local 430 tlb_update_vma_flags(struct mmu_gather *tlb, struct vm_area_struct *vma) in tlb_update_vma_flags() 531 static inline void tlb_start_vma(struct mmu_gather *tlb, struct vm_area_struct *vma) in tlb_start_vma() 542 static inline void tlb_end_vma(struct mmu_gather *tlb, struct vm_area_struct *vma) in tlb_end_vma()
|
/openbmc/linux/fs/kernfs/ |
H A D | file.c | 352 static void kernfs_vma_open(struct vm_area_struct *vma) in kernfs_vma_open() 411 static int kernfs_vma_access(struct vm_area_struct *vma, unsigned long addr, in kernfs_vma_access() 433 static int kernfs_vma_set_policy(struct vm_area_struct *vma, in kernfs_vma_set_policy() 454 static struct mempolicy *kernfs_vma_get_policy(struct vm_area_struct *vma, in kernfs_vma_get_policy() 488 static int kernfs_fop_mmap(struct file *file, struct vm_area_struct *vma) in kernfs_fop_mmap()
|
/openbmc/linux/arch/x86/mm/pat/ |
H A D | memtype.c | 953 static int get_pat_info(struct vm_area_struct *vma, resource_size_t *paddr, in get_pat_info() 992 int track_pfn_copy(struct vm_area_struct *vma) in track_pfn_copy() 1014 int track_pfn_remap(struct vm_area_struct *vma, pgprot_t *prot, in track_pfn_remap() 1054 void track_pfn_insert(struct vm_area_struct *vma, pgprot_t *prot, pfn_t pfn) in track_pfn_insert() 1072 void untrack_pfn(struct vm_area_struct *vma, unsigned long pfn, in untrack_pfn() 1105 void untrack_pfn_clear(struct vm_area_struct *vma) in untrack_pfn_clear()
|
/openbmc/linux/arch/riscv/mm/ |
H A D | fault.c | 194 static inline bool access_error(unsigned long cause, struct vm_area_struct *vma) in access_error() 226 struct vm_area_struct *vma; in handle_page_fault() local
|
/openbmc/linux/arch/s390/include/asm/ |
H A D | pgtable.h | 49 #define update_mmu_cache(vma, address, ptep) do { } while (0) argument 50 #define update_mmu_cache_range(vmf, vma, addr, ptep, nr) do { } while (0) argument 51 #define update_mmu_cache_pmd(vma, address, ptep) do { } while (0) argument 1135 static inline int ptep_test_and_clear_young(struct vm_area_struct *vma, in ptep_test_and_clear_young() 1145 static inline int ptep_clear_flush_young(struct vm_area_struct *vma, in ptep_clear_flush_young() 1170 static inline pte_t ptep_clear_flush(struct vm_area_struct *vma, in ptep_clear_flush() 1247 static inline void flush_tlb_fix_spurious_fault(struct vm_area_struct *vma, in flush_tlb_fix_spurious_fault() 1270 static inline int ptep_set_access_flags(struct vm_area_struct *vma, in ptep_set_access_flags() 1698 static inline int pmdp_set_access_flags(struct vm_area_struct *vma, in pmdp_set_access_flags() 1714 static inline int pmdp_test_and_clear_young(struct vm_area_struct *vma, in pmdp_test_and_clear_young() [all …]
|
/openbmc/linux/drivers/gpu/drm/i915/gt/uc/ |
H A D | intel_gsc_uc.c | 152 struct i915_vma *vma; in gsc_allocate_and_map_vma() local 202 struct i915_vma *vma = fetch_and_zero(&gsc->local); in gsc_unmap_and_free_vma() local
|
/openbmc/linux/arch/x86/kernel/ |
H A D | sys_x86_64.c | 127 struct vm_area_struct *vma; in arch_get_unmapped_area() local 165 struct vm_area_struct *vma; in arch_get_unmapped_area_topdown() local
|
/openbmc/linux/drivers/accel/habanalabs/common/ |
H A D | memory_mgr.c | 199 static void hl_mmap_mem_buf_vm_close(struct vm_area_struct *vma) in hl_mmap_mem_buf_vm_close() 230 int hl_mem_mgr_mmap(struct hl_mem_mgr *mmg, struct vm_area_struct *vma,
|
/openbmc/linux/mm/ |
H A D | folio-compat.c | 81 struct vm_area_struct *vma) in lru_cache_add_inactive_or_unevictable() 127 void page_add_new_anon_rmap(struct page *page, struct vm_area_struct *vma, in page_add_new_anon_rmap()
|
/openbmc/linux/drivers/gpu/drm/i915/gem/selftests/ |
H A D | i915_gem_coherency.c | 88 struct i915_vma *vma; in gtt_set() local 121 struct i915_vma *vma; in gtt_get() local 199 struct i915_vma *vma; in gpu_set() local
|
/openbmc/linux/arch/alpha/kernel/ |
H A D | smp.c | 665 struct vm_area_struct *vma; member 683 flush_tlb_page(struct vm_area_struct *vma, unsigned long addr) in flush_tlb_page() 716 flush_tlb_range(struct vm_area_struct *vma, unsigned long start, unsigned long end) in flush_tlb_range() 734 flush_icache_user_page(struct vm_area_struct *vma, struct page *page, in flush_icache_user_page()
|
/openbmc/linux/drivers/gpu/drm/i915/gt/ |
H A D | gen7_renderclear.c | 28 struct i915_vma *vma; member 92 struct i915_vma *vma, in batch_init() 376 static void emit_batch(struct i915_vma * const vma, in emit_batch() 432 struct i915_vma * const vma) in gen7_setup_clear_gpr_bb()
|
H A D | intel_ring_submission.c | 531 struct i915_vma *vma; in alloc_context_vma() local 580 struct i915_vma *vma; in ring_context_alloc() local 1244 struct i915_vma * const vma) in gen7_ctx_switch_bb_setup() 1251 struct i915_vma *vma) in gen7_ctx_switch_bb_init() 1278 struct i915_vma *vma; in gen7_ctx_vma() local
|
/openbmc/linux/arch/x86/entry/vsyscall/ |
H A D | vsyscall_64.c | 278 static const char *gate_vma_name(struct vm_area_struct *vma) in gate_vma_name() 306 struct vm_area_struct *vma = get_gate_vma(mm); in in_gate_area() local
|
/openbmc/linux/drivers/gpu/drm/i915/ |
H A D | i915_gpu_error.c | 512 __find_vma(struct i915_vma_coredump *vma, const char *name) in __find_vma() 614 const struct i915_vma_coredump *vma) in intel_gpu_error_print_vma() 811 const struct i915_vma_coredump *vma; in err_print_gt_engines() local 1011 static void i915_vma_coredump_free(struct i915_vma_coredump *vma) in i915_vma_coredump_free() 1457 struct i915_vma *vma, in capture_vma() 1492 struct i915_vma_coredump *vma) in add_vma() 1501 create_vma_coredump(const struct intel_gt *gt, struct i915_vma *vma, in create_vma_coredump() 1523 struct i915_vma *vma, in add_vma_coredump() 1554 struct intel_engine_capture_vma *vma = NULL; in engine_coredump_add_context() local 1576 struct intel_engine_capture_vma *vma; in intel_engine_coredump_add_request() local
|
/openbmc/linux/arch/sparc/mm/ |
H A D | srmmu.c | 1246 static void turbosparc_flush_cache_range(struct vm_area_struct *vma, unsigned long start, unsigned … in turbosparc_flush_cache_range() 1254 static void turbosparc_flush_cache_page(struct vm_area_struct *vma, unsigned long page) in turbosparc_flush_cache_page() 1297 static void turbosparc_flush_tlb_range(struct vm_area_struct *vma, unsigned long start, unsigned lo… in turbosparc_flush_tlb_range() 1304 static void turbosparc_flush_tlb_page(struct vm_area_struct *vma, unsigned long page) in turbosparc_flush_tlb_page() 1684 static void smp_flush_cache_range(struct vm_area_struct *vma, in smp_flush_cache_range() 1701 static void smp_flush_tlb_range(struct vm_area_struct *vma, in smp_flush_tlb_range() 1718 static void smp_flush_cache_page(struct vm_area_struct *vma, unsigned long page) in smp_flush_cache_page() 1732 static void smp_flush_tlb_page(struct vm_area_struct *vma, unsigned long page) in smp_flush_tlb_page()
|
/openbmc/linux/arch/x86/um/ |
H A D | mem_64.c | 5 const char *arch_vma_name(struct vm_area_struct *vma) in arch_vma_name()
|
/openbmc/linux/drivers/xen/ |
H A D | gntdev.c | 499 static void gntdev_vma_open(struct vm_area_struct *vma) in gntdev_vma_open() 507 static void gntdev_vma_close(struct vm_area_struct *vma) in gntdev_vma_close() 519 static struct page *gntdev_vma_find_special_page(struct vm_area_struct *vma, in gntdev_vma_find_special_page() 693 struct vm_area_struct *vma; in gntdev_ioctl_get_offset_for_vaddr() local 1033 static int gntdev_mmap(struct file *flip, struct vm_area_struct *vma) in gntdev_mmap()
|
/openbmc/linux/drivers/misc/sgi-gru/ |
H A D | grumain.c | 310 struct gru_thread_state *gru_alloc_gts(struct vm_area_struct *vma, in gru_alloc_gts() 359 struct gru_vma_data *gru_alloc_vma_data(struct vm_area_struct *vma, int tsid) in gru_alloc_vma_data() 377 struct gru_thread_state *gru_find_thread_state(struct vm_area_struct *vma, in gru_find_thread_state() 394 struct gru_thread_state *gru_alloc_thread_state(struct vm_area_struct *vma, in gru_alloc_thread_state() 927 struct vm_area_struct *vma = vmf->vma; in gru_fault() local
|
/openbmc/linux/drivers/gpu/drm/amd/amdkfd/ |
H A D | kfd_migrate.c | 243 svm_migrate_get_sys_page(struct vm_area_struct *vma, unsigned long addr) in svm_migrate_get_sys_page() 395 struct vm_area_struct *vma, uint64_t start, in svm_migrate_vma_to_vram() 495 struct vm_area_struct *vma; in svm_migrate_ram_to_vram() local 686 struct vm_area_struct *vma, uint64_t start, uint64_t end, in svm_migrate_vma_to_ram() 791 struct vm_area_struct *vma; in svm_migrate_vram_to_ram() local
|
/openbmc/linux/drivers/vfio/cdx/ |
H A D | main.c | 121 struct vm_area_struct *vma) in vfio_cdx_mmap_mmio() 141 struct vm_area_struct *vma) in vfio_cdx_mmap()
|
/openbmc/linux/arch/sh/include/asm/ |
H A D | pgtable.h | 106 struct vm_area_struct *vma, unsigned long address, in update_mmu_cache_range() 113 #define update_mmu_cache(vma, addr, ptep) \ argument
|