18 #define INITRD_MIN_FREE_LEN ( 512 * 1024 ) static userptr_t bottom
Bottom of heap (current lowest allocated block)
Access to external ("user") memory.
int initrd_reshuffle_check(size_t len, userptr_t bottom)
Check that there is enough space to reshuffle initrds.
uint32_t userptr_t
A pointer to a user buffer.
void initrd_reshuffle(userptr_t bottom)
Reshuffle initrds into desired order at top of memory.
FILE_LICENCE(GPL2_OR_LATER_OR_UBDL)