Home
last modified time | relevance | path

Searched refs:map_mmap (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/kernel/bpf/
H A Dringbuf.c356 .map_mmap = ringbuf_map_mmap_kern,
371 .map_mmap = ringbuf_map_mmap_user,
H A Darraymap.c760 .map_mmap = array_map_mmap,
H A Dsyscall.c887 if (!map->ops->map_mmap || !IS_ERR_OR_NULL(map->record)) in bpf_map_mmap()
919 err = map->ops->map_mmap(map, vma); in bpf_map_mmap()
/openbmc/linux/include/linux/
H A Dbpf.h134 int (*map_mmap)(struct bpf_map *map, struct vm_area_struct *vma); member