Home
last modified time | relevance | path

Searched refs:mmap_state (Results 1 – 5 of 5) sorted by relevance

/linux/drivers/pci/
H A Dproc.c189 enum pci_mmap_state mmap_state; member
216 fpriv->mmap_state = pci_mmap_io; in proc_bus_pci_ioctl()
220 fpriv->mmap_state = pci_mmap_mem; in proc_bus_pci_ioctl()
258 if (fpriv->mmap_state == pci_mmap_io) { in proc_bus_pci_mmap()
274 if (fpriv->mmap_state == pci_mmap_mem && in proc_bus_pci_mmap()
291 fpriv->mmap_state, write_combine); in proc_bus_pci_mmap()
305 fpriv->mmap_state = pci_mmap_io; in proc_bus_pci_open()
H A Dmmap.c26 enum pci_mmap_state mmap_state, int write_combine) in pci_mmap_resource_range() argument
40 if (mmap_state == pci_mmap_io) { in pci_mmap_resource_range()
/linux/mm/
H A Dvma.c10 struct mmap_state { struct
46 struct mmap_state name = { \ argument
2341 static bool accountable_mapping(struct mmap_state *map) in accountable_mapping()
2390 static void update_ksm_flags(struct mmap_state *map) in update_ksm_flags()
2396 const struct mmap_state *map) in set_desc_from_map()
2420 static int __mmap_setup(struct mmap_state *map, struct vm_area_desc *desc, in __mmap_setup()
2483 static int __mmap_new_file_vma(struct mmap_state *map, in __mmap_new_file_vma()
2535 static int __mmap_new_vma(struct mmap_state *map, struct vm_area_struct **vmap, in __mmap_new_vma()
2610 static void __mmap_complete(struct mmap_state *map, struct vm_area_struct *vma) in __mmap_complete()
2643 static int call_action_prepare(struct mmap_state *map, in call_action_prepare()
[all …]
/linux/arch/alpha/include/asm/
H A Dpci.h86 enum pci_mmap_state mmap_state);
/linux/arch/powerpc/include/asm/
H A Dpci.h84 enum pci_mmap_state mmap_state);