Home
last modified time | relevance | path

Searched refs:vma (Results 1026 – 1042 of 1042) sorted by relevance

1...<<4142

/openbmc/linux/fs/btrfs/
H A Dfile.c2049 static int btrfs_file_mmap(struct file *filp, struct vm_area_struct *vma) in btrfs_file_mmap() argument
2057 vma->vm_ops = &btrfs_file_vm_ops; in btrfs_file_mmap()
H A Dinode.c8153 struct inode *inode = file_inode(vmf->vma->vm_file); in btrfs_page_mkwrite()
8187 ret2 = file_update_time(vmf->vma->vm_file); in btrfs_page_mkwrite()
/openbmc/linux/include/linux/
H A Dkvm_host.h2181 int (*mmap)(struct kvm_device *dev, struct vm_area_struct *vma);
H A Dbpf.h134 int (*map_mmap)(struct bpf_map *map, struct vm_area_struct *vma);
/openbmc/linux/fs/iomap/
H A Dbuffered-io.c1429 .inode = file_inode(vmf->vma->vm_file), in iomap_page_mkwrite()
/openbmc/linux/drivers/accel/habanalabs/gaudi/
H A Dgaudi.c4168 static int gaudi_mmap(struct hl_device *hdev, struct vm_area_struct *vma, in gaudi_mmap() argument
4173 vm_flags_set(vma, VM_IO | VM_PFNMAP | VM_DONTEXPAND | VM_DONTDUMP | in gaudi_mmap()
4176 rc = dma_mmap_coherent(hdev->dev, vma, cpu_addr, in gaudi_mmap()
8778 struct vm_area_struct *vma, in gaudi_block_mmap() argument
/openbmc/linux/Documentation/driver-api/
H A Dvfio.rst422 int (*mmap)(struct vfio_device *vdev, struct vm_area_struct *vma);
H A Duio-howto.rst249 - ``int (*mmap)(struct uio_info *info, struct vm_area_struct *vma)``:
/openbmc/linux/include/net/
H A Dtcp.h427 struct vm_area_struct *vma);
H A Dsock.h1945 struct vm_area_struct *vma);
/openbmc/qemu/disas/
H A Driscv.c5202 const char *vma = (dec->vzimm >> 7) & 1 ? "ma" : "mu"; in format_inst() local
5223 g_string_append(buf, vma); in format_inst()
H A Dm68k.c671 dummy_print_address (bfd_vma vma ATTRIBUTE_UNUSED, in dummy_print_address()
/openbmc/linux/Documentation/mm/
H A Dunevictable-lru.rst477 populate_vma_page_range() specifying the vma and the address range to mlock.
/openbmc/linux/drivers/md/
H A Ddm-bufio.c1315 io_req.mem.ptr.vma = (char *)b->data + offset; in use_dmio()
/openbmc/linux/mm/
H A DKconfig1263 Allow per-vma locking during page fault handling.
/openbmc/linux/net/core/
H A Dsock.c3268 int sock_no_mmap(struct file *file, struct socket *sock, struct vm_area_struct *vma) in sock_no_mmap() argument
/openbmc/linux/kernel/
H A Dsignal.c4722 __weak const char *arch_vma_name(struct vm_area_struct *vma) in arch_vma_name() argument

1...<<4142