Home
last modified time | relevance | path

Searched refs:FLAT_FLAG_GZIP (Results 1 – 4 of 4) sorted by relevance

/openbmc/qemu/linux-user/
H A Dflat.h48 #define FLAT_FLAG_GZIP 0x0004 /* all but the header is compressed */ macro
H A Dflatload.c242 if (flags & (FLAT_FLAG_GZIP|FLAT_FLAG_GZDATA)) { in load_flat_file()
270 if ((flags & (FLAT_FLAG_RAM|FLAT_FLAG_GZIP)) == 0) { in load_flat_file()
/openbmc/linux/include/linux/
H A Dflat.h45 #define FLAT_FLAG_GZIP 0x0004 /* all but the header is compressed */ macro
/openbmc/linux/fs/
H A Dbinfmt_flat.c488 if (flags & (FLAT_FLAG_GZIP|FLAT_FLAG_GZDATA)) { in load_flat_file()
528 if (!IS_ENABLED(CONFIG_MMU) && !(flags & (FLAT_FLAG_RAM|FLAT_FLAG_GZIP))) { in load_flat_file()
620 if (flags & FLAT_FLAG_GZIP) { in load_flat_file()