Searched refs:alloc_min (Results 1 - 3 of 3) sorted by relevance

/linux-master/drivers/firmware/efi/libstub/
H A Drandomalloc.c20 u64 alloc_min, u64 alloc_max)
37 first_slot = round_up(max(md->phys_addr, alloc_min), align);
59 unsigned long alloc_min,
82 slots = get_entry_num_slots(md, size, ilog2(align), alloc_min,
123 target = round_up(max_t(u64, md->phys_addr, alloc_min), align) + target_slot * align;
17 get_entry_num_slots(efi_memory_desc_t *md, unsigned long size, unsigned long align_shift, u64 alloc_min, u64 alloc_max) argument
54 efi_random_alloc(unsigned long size, unsigned long align, unsigned long *addr, unsigned long random_seed, int memory_type, unsigned long alloc_min, unsigned long alloc_max) argument
H A Defistub.h1040 int memory_type, unsigned long alloc_min,
/linux-master/arch/powerpc/boot/
H A Dsimple_alloc.c26 static unsigned long alloc_min; variable
43 size = _ALIGN_UP(size, alloc_min);
133 alloc_min = granularity;
141 heap_base = _ALIGN_UP((unsigned long)alloc_tbl + tbl_size, alloc_min);

Completed in 219 milliseconds