Searched refs:alloc_min (Results 1 – 2 of 2) sorted by relevance
| /drivers/firmware/efi/libstub/ |
| A D | randomalloc.c | 20 u64 alloc_min, u64 alloc_max) in get_entry_num_slots() argument 40 first_slot = round_up(max(md->phys_addr, alloc_min), align); in get_entry_num_slots() 62 unsigned long alloc_min, in efi_random_alloc() argument 79 if (alloc_min == 0) in efi_random_alloc() 80 alloc_min = align; in efi_random_alloc() 89 slots = get_entry_num_slots(md, size, ilog2(align), alloc_min, in efi_random_alloc() 130 target = round_up(max_t(u64, md->phys_addr, alloc_min), align) + target_slot * align; in efi_random_alloc()
|
| A D | efistub.h | 1042 int memory_type, unsigned long alloc_min,
|
Completed in 11 milliseconds