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

/netbsd-current/sys/arch/evbarm/bcm53xx/
H A Dbcm53xx_machdep.c89 u_int uboot_args[4] __attribute__((__section__(".data"))); variable
312 uboot_args[0], uboot_args[1], uboot_args[2], uboot_args[3]);
/netbsd-current/sys/arch/evbarm/gumstix/
H A Dgumstix_start.S115 adr ip, uboot_args
203 .globl _C_LABEL(uboot_args)
204 uboot_args: label
H A Dgumstix_machdep.c326 extern uint32_t *uboot_args;
408 if (uboot_args[r0] < SDRAM_START ||
409 uboot_args[r0] >= SDRAM_START + ram_size)
411 process_kernel_args(uboot_args[r0], (char **)uboot_args[r1]);
417 process_kernel_args_liner((char *)uboot_args[r3]);
/netbsd-current/sys/arch/evbarm/fdt/
H A Dfdt_machdep.c117 u_long uboot_args[4] __attribute__((__section__(".data"))); variable
326 uboot_args[0], uboot_args[1], uboot_args[2], uboot_args[3]);
/netbsd-current/sys/arch/aarch64/aarch64/
H A Dstart.S132 * store uboot arguments to uboot_args[4]
135 /* address of uboot_args (relative) */
136 adrl x8, uboot_args
/netbsd-current/sys/arch/evbarm/kobo/
H A Dkobo_machdep.c154 u_int uboot_args[4] __attribute__((__section__(".data"))); variable
/netbsd-current/sys/arch/evbarm/netwalker/
H A Dnetwalker_machdep.c166 u_int uboot_args[4] __attribute__((__section__(".data"))); variable
/netbsd-current/sys/arch/arm/arm/
H A Darmv6_start.S201 * store uboot arguments to uboot_args[4]
203 ldr R_TMP2, =uboot_args

Completed in 112 milliseconds