Home
last modified time | relevance | path

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

/kernel/events/
Duprobes.c121 static bool valid_vma(struct vm_area_struct *vma, bool is_register) in valid_vma()
131 static unsigned long offset_to_vaddr(struct vm_area_struct *vma, loff_t offset) in offset_to_vaddr()
136 static loff_t vaddr_to_offset(struct vm_area_struct *vma, unsigned long vaddr) in vaddr_to_offset()
154 static int __replace_page(struct vm_area_struct *vma, unsigned long addr, in __replace_page()
339 struct vm_area_struct *vma) in valid_ref_ctr_vma()
369 struct vm_area_struct *vma; in __update_ref_ctr() local
466 struct vm_area_struct *vma; in uprobe_write_opcode() local
894 struct vm_area_struct *vma, unsigned long vaddr) in install_breakpoint()
965 struct vm_area_struct *vma; in build_map_info() local
1048 struct vm_area_struct *vma; in register_for_each_vma() local
[all …]
Dcore.c6113 static void perf_mmap_open(struct vm_area_struct *vma) in perf_mmap_open()
6137 static void perf_mmap_close(struct vm_area_struct *vma) in perf_mmap_close()
6255 static int perf_mmap(struct file *file, struct vm_area_struct *vma) in perf_mmap()
8379 struct vm_area_struct *vma; member
8405 struct vm_area_struct *vma = mmap_event->vma; in perf_event_mmap_match() local
8481 struct vm_area_struct *vma = mmap_event->vma; in perf_event_mmap_event() local
8622 struct vm_area_struct *vma, in perf_addr_filter_vma_adjust()
8646 struct vm_area_struct *vma = data; in __perf_addr_filters_adjust() local
8677 static void perf_addr_filters_adjust(struct vm_area_struct *vma) in perf_addr_filters_adjust()
8700 void perf_event_mmap(struct vm_area_struct *vma) in perf_event_mmap()
[all …]
/kernel/dma/
Dcoherent.c235 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()
Ddummy.c7 static int dma_dummy_mmap(struct device *dev, struct vm_area_struct *vma, in dma_dummy_mmap()
Dops_helpers.c35 int dma_common_mmap(struct device *dev, struct vm_area_struct *vma, in dma_common_mmap()
Dmapping.c460 int dma_mmap_attrs(struct device *dev, struct vm_area_struct *vma, in dma_mmap_attrs()
598 int dma_mmap_pages(struct device *dev, struct vm_area_struct *vma, in dma_mmap_pages()
700 int dma_mmap_noncontiguous(struct device *dev, struct vm_area_struct *vma, in dma_mmap_noncontiguous()
Ddirect.c560 int dma_direct_mmap(struct device *dev, struct vm_area_struct *vma, in dma_direct_mmap()
/kernel/
Dfork.c466 static bool vma_lock_alloc(struct vm_area_struct *vma) in vma_lock_alloc()
478 static inline void vma_lock_free(struct vm_area_struct *vma) in vma_lock_free()
485 static inline bool vma_lock_alloc(struct vm_area_struct *vma) { return true; } in vma_lock_alloc()
486 static inline void vma_lock_free(struct vm_area_struct *vma) {} in vma_lock_free()
492 struct vm_area_struct *vma; in vm_area_alloc() local
531 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()
1395 struct vm_area_struct *vma; in replace_mm_exe_file() local
Drelay.c83 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()
Dacct.c562 struct vm_area_struct *vma; in acct_collect() local
Dkcov.c476 static int kcov_mmap(struct file *filep, struct vm_area_struct *vma) in kcov_mmap()
Dsys.c2131 struct vm_area_struct *vma; in prctl_set_mm() local
Dsignal.c4700 __weak const char *arch_vma_name(struct vm_area_struct *vma) in arch_vma_name()
/kernel/bpf/
Dtask_iter.c442 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
Dringbuf.c261 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()
Dstackmap.c133 struct vm_area_struct *vma, *prev_vma = NULL; in stack_map_get_build_id_offset() local
Dsyscall.c756 static void bpf_map_mmap_open(struct vm_area_struct *vma) in bpf_map_mmap_open()
765 static void bpf_map_mmap_close(struct vm_area_struct *vma) in bpf_map_mmap_close()
778 static int bpf_map_mmap(struct file *filp, struct vm_area_struct *vma) in bpf_map_mmap()
Darraymap.c529 static int array_map_mmap(struct bpf_map *map, struct vm_area_struct *vma) in array_map_mmap()
/kernel/trace/
Dtrace_events_user.c1748 static int user_status_mmap(struct file *file, struct vm_area_struct *vma) in user_status_mmap()
Dtrace_output.c395 const struct vm_area_struct *vma; in seq_print_user_ip() local
/kernel/sched/
Dfair.c2942 struct vm_area_struct *vma; in task_numa_work() local