Lines Matching defs:base
108 * @aux_base: base address for the memory region used by this unit, or 0 for
238 * @base_addr: base address of the smem region
254 * @aux_base: identifier of aux_mem base
255 * @virt_base: virtual base address of memory with this aux_mem identifier
268 * @ptable: virtual base of partition table
736 static bool addr_in_range(void __iomem *base, size_t size, void *addr)
738 return base && ((void __iomem *)addr >= base && (void __iomem *)addr < base + size);
1094 smem->regions[0].aux_base = rmem->base;