Lines Matching refs:bootproto
102 int bootproto; in load_zimage() local
128 bootproto = get_boot_protocol(hdr); in load_zimage()
131 (bootproto & 0xff00) >> 8, bootproto & 0xff); in load_zimage()
133 if (bootproto >= 0x0200) { in load_zimage()
145 big_image = (bootproto >= 0x0200) && in load_zimage()
158 if (bootproto >= 0x0204) in load_zimage()
163 if (bootproto == 0x0100) { in load_zimage()
211 int bootproto = get_boot_protocol(hdr); in setup_zimage() local
216 if (bootproto == 0x0100) { in setup_zimage()
220 if (bootproto >= 0x0200) { in setup_zimage()
233 if (bootproto >= 0x0201) { in setup_zimage()
239 if (bootproto >= 0x0202) { in setup_zimage()
241 } else if (bootproto >= 0x0200) { in setup_zimage()