Searched refs:FLAT_FLAG_RAM (Results 1 – 4 of 4) sorted by relevance
46 #define FLAT_FLAG_RAM 0x0001 /* load program entirely into RAM */ macro
240 flags = FLAT_FLAG_RAM; in load_flat_file()270 if ((flags & (FLAT_FLAG_RAM|FLAT_FLAG_GZIP)) == 0) { in load_flat_file()
43 #define FLAT_FLAG_RAM 0x0001 /* load program entirely into RAM */ macro
465 flags = FLAT_FLAG_RAM; in load_flat_file()528 if (!IS_ENABLED(CONFIG_MMU) && !(flags & (FLAT_FLAG_RAM|FLAT_FLAG_GZIP))) { in load_flat_file()