/kernel/events/ |
D | uprobes.c | 123 static bool valid_vma(struct vm_area_struct *vma, bool is_register) in valid_vma() 133 static unsigned long offset_to_vaddr(struct vm_area_struct *vma, loff_t offset) in offset_to_vaddr() 138 static loff_t vaddr_to_offset(struct vm_area_struct *vma, unsigned long vaddr) in vaddr_to_offset() 156 static int __replace_page(struct vm_area_struct *vma, unsigned long addr, in __replace_page() 342 struct vm_area_struct *vma) in valid_ref_ctr_vma() 468 struct vm_area_struct *vma; in uprobe_write_opcode() local 895 struct vm_area_struct *vma, unsigned long vaddr) in install_breakpoint() 966 struct vm_area_struct *vma; in build_map_info() local 1049 struct vm_area_struct *vma; in register_for_each_vma() local 1239 struct vm_area_struct *vma; in unapply_uprobe() local [all …]
|
D | core.c | 6296 static void perf_mmap_open(struct vm_area_struct *vma) in perf_mmap_open() 6320 static void perf_mmap_close(struct vm_area_struct *vma) in perf_mmap_close() 6438 static int perf_mmap(struct file *file, struct vm_area_struct *vma) in perf_mmap() 8585 struct vm_area_struct *vma; member 8611 struct vm_area_struct *vma = mmap_event->vma; in perf_event_mmap_match() local 8687 struct vm_area_struct *vma = mmap_event->vma; in perf_event_mmap_event() local 8817 struct vm_area_struct *vma, in perf_addr_filter_vma_adjust() 8841 struct vm_area_struct *vma = data; in __perf_addr_filters_adjust() local 8872 static void perf_addr_filters_adjust(struct vm_area_struct *vma) in perf_addr_filters_adjust() 8890 void perf_event_mmap(struct vm_area_struct *vma) in perf_event_mmap() [all …]
|
/kernel/dma/ |
D | coherent.c | 235 struct vm_area_struct *vma, void *vaddr, size_t size, int *ret) in __dma_mmap_from_coherent() 271 int dma_mmap_from_dev_coherent(struct device *dev, struct vm_area_struct *vma, in dma_mmap_from_dev_coherent() 301 int dma_mmap_from_global_coherent(struct vm_area_struct *vma, void *vaddr, in dma_mmap_from_global_coherent()
|
D | dummy.c | 7 static int dma_dummy_mmap(struct device *dev, struct vm_area_struct *vma, in dma_dummy_mmap()
|
D | ops_helpers.c | 34 int dma_common_mmap(struct device *dev, struct vm_area_struct *vma, in dma_common_mmap()
|
D | mapping.c | 461 int dma_mmap_attrs(struct device *dev, struct vm_area_struct *vma, in dma_mmap_attrs() 609 int dma_mmap_pages(struct device *dev, struct vm_area_struct *vma, in dma_mmap_pages() 713 int dma_mmap_noncontiguous(struct device *dev, struct vm_area_struct *vma, in dma_mmap_noncontiguous()
|
D | direct.c | 559 int dma_direct_mmap(struct device *dev, struct vm_area_struct *vma, in dma_direct_mmap()
|
/kernel/ |
D | fork.c | 464 static bool vma_lock_alloc(struct vm_area_struct *vma) in vma_lock_alloc() 476 static inline void vma_lock_free(struct vm_area_struct *vma) in vma_lock_free() 483 static inline bool vma_lock_alloc(struct vm_area_struct *vma) { return true; } in vma_lock_alloc() 484 static inline void vma_lock_free(struct vm_area_struct *vma) {} in vma_lock_free() 490 struct vm_area_struct *vma; in vm_area_alloc() local 530 void __vm_area_free(struct vm_area_struct *vma) in __vm_area_free() 541 struct vm_area_struct *vma = container_of(head, struct vm_area_struct, in vm_area_free_rcu_cb() local 550 void vm_area_free(struct vm_area_struct *vma) in vm_area_free() 1474 struct vm_area_struct *vma; in replace_mm_exe_file() local
|
D | relay.c | 83 static int relay_mmap_buf(struct rchan_buf *buf, struct vm_area_struct *vma) in relay_mmap_buf() 829 static int relay_file_mmap(struct file *filp, struct vm_area_struct *vma) in relay_file_mmap()
|
D | acct.c | 562 struct vm_area_struct *vma; in acct_collect() local
|
D | kcov.c | 486 static int kcov_mmap(struct file *filep, struct vm_area_struct *vma) in kcov_mmap()
|
D | sys.c | 2138 struct vm_area_struct *vma; in prctl_set_mm() local
|
D | signal.c | 4739 __weak const char *arch_vma_name(struct vm_area_struct *vma) in arch_vma_name()
|
/kernel/bpf/ |
D | task_iter.c | 442 struct vm_area_struct *vma; member 609 struct vm_area_struct *vma; in task_vma_seq_start() local 633 struct task_struct *task, struct vm_area_struct *vma) in DEFINE_BPF_ITER_FUNC() 784 struct vm_area_struct *vma; in BPF_CALL_5() local
|
D | ringbuf.c | 261 static int ringbuf_map_mmap_kern(struct bpf_map *map, struct vm_area_struct *vma) in ringbuf_map_mmap_kern() 279 static int ringbuf_map_mmap_user(struct bpf_map *map, struct vm_area_struct *vma) in ringbuf_map_mmap_user()
|
D | stackmap.c | 133 struct vm_area_struct *vma, *prev_vma = NULL; in stack_map_get_build_id_offset() local
|
D | syscall.c | 859 static void bpf_map_mmap_open(struct vm_area_struct *vma) in bpf_map_mmap_open() 868 static void bpf_map_mmap_close(struct vm_area_struct *vma) in bpf_map_mmap_close() 881 static int bpf_map_mmap(struct file *filp, struct vm_area_struct *vma) in bpf_map_mmap()
|
D | arraymap.c | 520 static int array_map_mmap(struct bpf_map *map, struct vm_area_struct *vma) in array_map_mmap()
|
/kernel/time/ |
D | namespace.c | 195 struct page *find_timens_vvar_page(struct vm_area_struct *vma) in find_timens_vvar_page()
|
/kernel/trace/ |
D | trace_output.c | 398 const struct vm_area_struct *vma; in seq_print_user_ip() local
|
/kernel/sched/ |
D | fair.c | 3197 static bool vma_is_accessed(struct vm_area_struct *vma) in vma_is_accessed() 3225 struct vm_area_struct *vma; in task_numa_work() local
|