Searched refs:sparse (Results 1 - 5 of 5) sorted by relevance

/arch/alpha/kernel/
H A Dpci-sysfs.c19 enum pci_mmap_state mmap_type, int sparse)
24 base = sparse ? hose->sparse_mem_base : hose->dense_mem_base;
26 base = sparse ? hose->sparse_io_base : hose->dense_io_base;
36 struct vm_area_struct *vma, int sparse)
39 int shift = sparse ? 5 : 0;
49 current->comm, sparse ? " sparse" : "", start, start + nr,
59 * @sparse: address space type
65 struct vm_area_struct *vma, int sparse)
80 if (!__pci_mmap_fits(pdev, i, vma, sparse))
17 hose_mmap_page_range(struct pci_controller *hose, struct vm_area_struct *vma, enum pci_mmap_state mmap_type, int sparse) argument
35 __pci_mmap_fits(struct pci_dev *pdev, int num, struct vm_area_struct *vma, int sparse) argument
63 pci_mmap_resource(struct kobject *kobj, struct bin_attribute *attr, struct vm_area_struct *vma, int sparse) argument
154 pci_create_one_attr(struct pci_dev *pdev, int num, char *name, char *suffix, struct bin_attribute *res_attr, unsigned long sparse) argument
252 __legacy_mmap_fits(struct pci_controller *hose, struct vm_area_struct *vma, unsigned long res_size, int sparse) argument
286 int sparse = has_sparse(hose, mmap_type); local
[all...]
/arch/ia64/pci/
H A Dpci.c144 new_space (u64 phys_base, int sparse) argument
155 io_space[i].sparse == sparse)
166 io_space[i].sparse = sparse;
178 unsigned int sparse = 0, space_nr, len; local
194 sparse = 1;
196 space_nr = new_space(addr->translation_offset, sparse);
206 * The SDM guarantees the legacy 0-64K space is sparse, but if the
208 * mark it as sparse
[all...]
/arch/ia64/include/asm/
H A Dio.h50 int sparse; member in struct:io_space
134 if (space->sparse)
/arch/ia64/sn/kernel/
H A Dsetup.c423 io_space[0].sparse = 0;
/arch/ia64/kernel/
H A Dsetup.c448 io_space[0].sparse = 1;

Completed in 814 milliseconds