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

/u-boot/lib/efi/
H A Defi_stub.c116 static void jump_to_uboot(ulong cs32, ulong addr, ulong info) argument
128 cpu_call32(cs32, CONFIG_TEXT_BASE, info);
158 int cs32 = 0; local
189 cs32 = i;
212 printhex2(cs32);
219 if (!cs32) {
225 return cs32;
312 int cs32; local
322 cs32 = get_codeseg32();
323 if (cs32 <
[all...]

Completed in 32 milliseconds