Lines Matching refs:ulong
35 static ulong get_sp (void);
45 void (*kernel)(bd_t *, ulong r4, ulong r5, ulong r6, in boot_jump_linux()
46 ulong r7, ulong r8, ulong r9); in boot_jump_linux()
51 kernel = (void (*)(bd_t *, ulong, ulong, ulong, in boot_jump_linux()
52 ulong, ulong, ulong))images->ep; in boot_jump_linux()
54 (ulong)kernel); in boot_jump_linux()
99 ulong cmd_start = images->cmdline_start; in boot_jump_linux()
100 ulong cmd_end = images->cmdline_end; in boot_jump_linux()
101 ulong initrd_start = images->initrd_start; in boot_jump_linux()
102 ulong initrd_end = images->initrd_end; in boot_jump_linux()
117 ulong size, sp, bootmap_base; in arch_lmb_reserve()
131 size = min(size, (ulong)CONFIG_SYS_LINUX_LOWMEM_MAX_SIZE); in arch_lmb_reserve()
134 ulong base = bootmap_base + size; in arch_lmb_reserve()
176 ulong of_size = images->ft_len; in boot_cmdline_linux()
178 ulong *cmd_start = &images->cmdline_start; in boot_cmdline_linux()
179 ulong *cmd_end = &images->cmdline_end; in boot_cmdline_linux()
197 ulong of_size = images->ft_len; in boot_bd_t_linux()
261 static ulong get_sp (void) in get_sp()
263 ulong sp; in get_sp()
336 ((void (*)(void *, ulong, ulong, ulong, in boot_jump_vxworks()
337 ulong, ulong, ulong))images->ep)(images->ft_addr, in boot_jump_vxworks()