Home
last modified time | relevance | path

Searched defs:mmap_state (Results 1 – 2 of 2) sorted by relevance

/linux/mm/
H A Dvma.c14 struct mmap_state { struct
15 struct mm_struct *mm;
16 struct vma_iterator *vmi;
18 unsigned long addr;
19 unsigned long end;
20 pgoff_t pgoff;
21 pgoff_t anon_pgoff;
22 unsigned long pglen;
23 union {
27 struct file *file;
[all …]
/linux/drivers/pci/
H A Dmmap.c26 enum pci_mmap_state mmap_state, int write_combine) in pci_mmap_resource_range()