Searched refs:RAMDISK_LOAD_SIZE (Results 1 – 1 of 1) sorted by relevance
66 #define RAMDISK_LOAD_SIZE roundup2(ramdisk_size + 8*KB, 4*KB) macro67 #define GDT_LOAD_OFF(ctx) (ctx->lowmem - RAMDISK_LOAD_SIZE - 2*KB)68 #define RAMDISK_LOAD_OFF(ctx) (ctx->lowmem - RAMDISK_LOAD_SIZE)190 if (ctx->lowmem <= (RAMDISK_LOAD_SIZE + 2*KB + KERNEL_LOAD_OFF(ctx))) { in acrn_prepare_ramdisk()
Completed in 2 milliseconds