Home
last modified time | relevance | path

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

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