Searched defs:mmap_state (Results 1 – 2 of 2) sorted by relevance
14 struct mmap_state { struct15 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 …]
26 enum pci_mmap_state mmap_state, int write_combine) in pci_mmap_resource_range()