Lines Matching defs:size
452 u64 size = resource_size(&cfg->res);
453 u64 old_size = size;
457 while (!is_reserved(addr, addr + size, E820_TYPE_RESERVED)) {
458 size >>= 1;
459 if (size < (16UL<<20))
463 if (size < (16UL<<20) && size != old_size)
473 if (old_size != size) {
475 cfg->end_bus = cfg->start_bus + ((size>>20) - 1);
486 "at %pR (base %#lx) (size reduced!)\n",
491 "at %pR (base %#lx) (size reduced!)\n",
611 extern int (*arch_apei_filter_addr)(int (*func)(__u64 start, __u64 size,
614 static int pci_mmcfg_for_each_region(int (*func)(__u64 start, __u64 size,