Searched refs:goal (Results 1 – 2 of 2) sorted by relevance
359 unsigned long goal, limit; in sparse_early_usemaps_alloc_pgdat_section() local371 goal = __pa(pgdat) & (PAGE_SECTION_MASK << PAGE_SHIFT); in sparse_early_usemaps_alloc_pgdat_section()372 limit = goal + (1UL << PA_SECTION_SHIFT); in sparse_early_usemaps_alloc_pgdat_section()373 nid = early_pfn_to_nid(goal >> PAGE_SHIFT); in sparse_early_usemaps_alloc_pgdat_section()375 usage = memblock_alloc_try_nid(size, SMP_CACHE_BYTES, goal, limit, nid); in sparse_early_usemaps_alloc_pgdat_section()
43 unsigned long goal) in __earlyonly_bootmem_alloc() argument45 return memblock_alloc_try_nid_raw(size, align, goal, in __earlyonly_bootmem_alloc()