Home
last modified time | relevance | path

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

/u-boot/arch/x86/lib/
A Dzimage.c207 struct boot_params *setup_base; in load_zimage() local
258 memset(setup_base, 0, sizeof(*setup_base)); in load_zimage()
259 setup_base->hdr = params->hdr; in load_zimage()
271 if ((ulong)setup_base != 0x90000) { in load_zimage()
277 (u8 *)setup_base + COMMAND_LINE_OFFSET, in load_zimage()
307 return setup_base; in load_zimage()
319 ARRAY_SIZE(setup_base->e820_map), setup_base->e820_map); in setup_zimage()
322 ARRAY_SIZE(setup_base->e820_map), setup_base->e820_map); in setup_zimage()
357 setup_base->screen_info.cl_offset = in setup_zimage()
390 setup_video(&setup_base->screen_info); in setup_zimage()
[all …]
A Dbootm.c153 int boot_linux_kernel(ulong setup_base, ulong entry, bool image_64bit) in boot_linux_kernel() argument
195 func(0, setup_base); in boot_linux_kernel()
197 return cpu_jump_to_64bit(setup_base, entry); in boot_linux_kernel()
221 [boot_params] "S"(setup_base), in boot_linux_kernel()
/u-boot/arch/x86/include/asm/
A Dbootm.h25 int boot_linux_kernel(ulong setup_base, ulong entry, bool image_64bit);
A Dcpu.h246 void cpu_call64(ulong pgtable, ulong setup_base, ulong target);
267 int cpu_jump_to_64bit(ulong setup_base, ulong target);
A Dzimage.h62 int setup_zimage(struct boot_params *setup_base, char *cmd_line, int auto_boot,
/u-boot/arch/x86/cpu/i386/
A Dcpu.c602 int cpu_jump_to_64bit(ulong setup_base, ulong target) in cpu_jump_to_64bit() argument
611 cpu_call64((ulong)pgtable, setup_base, target); in cpu_jump_to_64bit()

Completed in 11 milliseconds