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