Searched refs:FLAT_FLAG_RAM (Results 1 – 2 of 2) sorted by relevance
43 #define FLAT_FLAG_RAM 0x0001 /* load program entirely into RAM */ macro
503 flags = FLAT_FLAG_RAM; in load_flat_file()568 if (!IS_ENABLED(CONFIG_MMU) && !(flags & (FLAT_FLAG_RAM|FLAT_FLAG_GZIP))) { in load_flat_file()
Completed in 5 milliseconds