Lines Matching refs:bootproto
101 int bootproto = get_boot_protocol(hdr); in setup_device_tree() local
105 if (bootproto < 0x0209) in setup_device_tree()
136 int bootproto; in load_zimage() local
162 bootproto = get_boot_protocol(hdr); in load_zimage()
165 (bootproto & 0xff00) >> 8, bootproto & 0xff); in load_zimage()
167 if (bootproto >= 0x0200) { in load_zimage()
179 big_image = (bootproto >= 0x0200) && in load_zimage()
192 if (bootproto >= 0x0204) in load_zimage()
197 if (bootproto == 0x0100) { in load_zimage()
245 int bootproto = get_boot_protocol(hdr); in setup_zimage() local
250 if (bootproto == 0x0100) { in setup_zimage()
254 if (bootproto >= 0x0200) { in setup_zimage()
267 if (bootproto >= 0x0201) { in setup_zimage()
273 if (bootproto >= 0x0202) { in setup_zimage()
275 } else if (bootproto >= 0x0200) { in setup_zimage()
288 if (bootproto >= 0x0207) in setup_zimage()