Home
last modified time | relevance | path

Searched refs:cs32 (Results 1 – 1 of 1) sorted by relevance

/external/u-boot/lib/efi/
Defi_stub.c115 static void jump_to_uboot(ulong cs32, ulong addr, ulong info) in jump_to_uboot() argument
127 cpu_call32(cs32, CONFIG_SYS_TEXT_BASE, info); in jump_to_uboot()
157 int cs32 = 0; in get_codeseg32() local
188 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() local
294 cs32 = get_codeseg32(); in efi_main()
295 if (cs32 < 0) in efi_main()
[all …]