Searched refs:res_size (Results 1 – 4 of 4) sorted by relevance
/arch/alpha/kernel/ |
D | pci-sysfs.c | 254 unsigned long res_size, int sparse) in __legacy_mmap_fits() argument 260 size = ((res_size - 1) >> PAGE_SHIFT) + 1; in __legacy_mmap_fits() 287 unsigned long res_size; in pci_mmap_legacy_page_range() local 289 res_size = (mmap_type == pci_mmap_mem) ? bus->legacy_mem->size : in pci_mmap_legacy_page_range() 291 if (!__legacy_mmap_fits(hose, vma, res_size, sparse)) in pci_mmap_legacy_page_range()
|
/arch/arm64/kernel/ |
D | setup.c | 207 size_t res_size; in request_standard_resources() local 215 res_size = num_standard_resources * sizeof(*standard_resources); in request_standard_resources() 216 standard_resources = memblock_alloc(res_size, SMP_CACHE_BYTES); in request_standard_resources() 218 panic("%s: Failed to allocate %zu bytes\n", __func__, res_size); in request_standard_resources()
|
/arch/ia64/hp/common/ |
D | sba_iommu.c | 210 unsigned int res_size; /* size of resource map in bytes */ member 342 u64 *rptr_end = (u64 *) &(ioc->res_map[ioc->res_size]); in sba_check_pdir() 479 unsigned long *res_end = (unsigned long *) &(ioc->res_map[ioc->res_size]); in sba_search_bitmap() 641 if (unlikely(pide >= (ioc->res_size << 3))) { in sba_alloc_range() 643 if (unlikely(pide >= (ioc->res_size << 3))) { in sba_alloc_range() 672 if (unlikely(pide >= (ioc->res_size << 3))) { in sba_alloc_range() 675 __func__, ioc->ioc_hpa, ioc->res_size, in sba_alloc_range() 682 __func__, ioc->ioc_hpa, ioc->res_size, in sba_alloc_range() 1688 ioc->res_size = ioc->pdir_size / PDIR_ENTRY_SIZE; /* entries */ in ioc_resource_init() 1689 ioc->res_size >>= 3; /* convert bit count to byte count */ in ioc_resource_init() [all …]
|
/arch/parisc/include/asm/ |
D | ropes.h | 41 unsigned int res_size; /* size of resource map in bytes */ member
|