table of contents
other versions
- wheezy-backports 3.16.39-1+deb8u1~bpo70+1
- jessie 3.16.43-2
PCI_MMAP_LEGACY_MEM(9) | Hardware Interfaces | PCI_MMAP_LEGACY_MEM(9) |
NAME¶
pci_mmap_legacy_mem - map legacy PCI memory into user memory spaceSYNOPSIS¶
int
pci_mmap_legacy_mem(struct file * filp,
struct kobject * kobj,
struct bin_attribute * attr,
struct vm_area_struct * vma);
ARGUMENTS¶
filpopen sysfs file
kobj
kobject corresponding to device to be
mapped
attr
struct bin_attribute for this file
vma
struct vm_area_struct passed to mmap
DESCRIPTION¶
Uses an arch specific callback, pci_mmap_legacy_mem_page_range, to mmap legacy memory space (first meg of bus space) into application virtual memory space.COPYRIGHT¶
February 2017 | Kernel Hackers Manual 3.16 |