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

/linux-master/arch/powerpc/include/asm/
H A Dkexec_ranges.h5 #define MEM_RANGE_CHUNK_SZ 2048 /* Memory ranges size chunk */ macro
/linux-master/arch/powerpc/kexec/
H A Dranges.c57 * Memory is allocated in size multiple of MEM_RANGE_CHUNK_SZ.
60 return ALIGN(size, MEM_RANGE_CHUNK_SZ);
167 * by MEM_RANGE_CHUNK_SZ. Frees up the old memory,
182 size += MEM_RANGE_CHUNK_SZ;
H A Dfile_load_64.c455 new_size = um_info->size + MEM_RANGE_CHUNK_SZ;

Completed in 117 milliseconds