Searched refs:cs32 (Results 1 – 1 of 1) sorted by relevance
116 static void jump_to_uboot(ulong cs32, ulong addr, ulong info) in jump_to_uboot() argument128 cpu_call32(cs32, CONFIG_SYS_TEXT_BASE, info); in jump_to_uboot()158 int cs32 = 0; in get_codeseg32() local189 cs32 = i; in get_codeseg32()212 printhex2(cs32); in get_codeseg32()219 if (!cs32) { in get_codeseg32()225 return cs32; in get_codeseg32()286 int cs32; in efi_main() local296 cs32 = get_codeseg32(); in efi_main()297 if (cs32 < 0) in efi_main()[all …]
Completed in 3 milliseconds