Searched refs:cs32 (Results 1 – 1 of 1) sorted by relevance
115 static void jump_to_uboot(ulong cs32, ulong addr, ulong info) in jump_to_uboot() argument127 cpu_call32(cs32, CONFIG_SYS_TEXT_BASE, info); in jump_to_uboot()157 int cs32 = 0; in get_codeseg32() local188 cs32 = i; in get_codeseg32()211 printhex2(cs32); in get_codeseg32()218 if (!cs32) { in get_codeseg32()224 return cs32; in get_codeseg32()284 int cs32; in efi_main() local294 cs32 = get_codeseg32(); in efi_main()295 if (cs32 < 0) in efi_main()[all …]