Lines Matching refs:cs32
118 static void jump_to_uboot(ulong cs32, ulong addr, ulong info) in jump_to_uboot() argument
130 cpu_call32(cs32, CONFIG_SYS_TEXT_BASE, info); in jump_to_uboot()
160 int cs32 = 0; in get_codeseg32() local
191 cs32 = i; in get_codeseg32()
214 printhex2(cs32); in get_codeseg32()
221 if (!cs32) { in get_codeseg32()
227 return cs32; in get_codeseg32()
283 int cs32; in efi_main() local
292 cs32 = get_codeseg32(); in efi_main()
293 if (cs32 < 0) in efi_main()
368 jump_to_uboot(cs32, CONFIG_SYS_TEXT_BASE, (ulong)priv->info); in efi_main()