Lines Matching refs:ulong
34 static ulong get_sp (void);
44 void (*kernel)(bd_t *, ulong r4, ulong r5, ulong r6, in boot_jump_linux()
45 ulong r7, ulong r8, ulong r9); in boot_jump_linux()
50 kernel = (void (*)(bd_t *, ulong, ulong, ulong, in boot_jump_linux()
51 ulong, ulong, ulong))images->ep; in boot_jump_linux()
53 (ulong)kernel); in boot_jump_linux()
98 ulong cmd_start = images->cmdline_start; in boot_jump_linux()
99 ulong cmd_end = images->cmdline_end; in boot_jump_linux()
100 ulong initrd_start = images->initrd_start; in boot_jump_linux()
101 ulong initrd_end = images->initrd_end; in boot_jump_linux()
116 ulong size, sp, bootmap_base; in arch_lmb_reserve()
130 size = min(size, (ulong)CONFIG_SYS_LINUX_LOWMEM_MAX_SIZE); in arch_lmb_reserve()
133 ulong base = bootmap_base + size; in arch_lmb_reserve()
175 ulong of_size = images->ft_len; in boot_cmdline_linux()
177 ulong *cmd_start = &images->cmdline_start; in boot_cmdline_linux()
178 ulong *cmd_end = &images->cmdline_end; in boot_cmdline_linux()
196 ulong of_size = images->ft_len; in boot_bd_t_linux()
260 static ulong get_sp (void) in get_sp()
262 ulong sp; in get_sp()
335 ((void (*)(void *, ulong, ulong, ulong, in boot_jump_vxworks()
336 ulong, ulong, ulong))images->ep)(images->ft_addr, in boot_jump_vxworks()