HomeSort by: relevance | last modified time | path
    Searched refs:uboot_args (Results 1 - 8 of 8) sorted by relevancy

  /src/sys/arch/evbarm/bcm53xx/
bcm53xx_machdep.c 89 u_int uboot_args[4] __attribute__((__section__(".data"))); variable in typeref:typename:u_int[4]
312 uboot_args[0], uboot_args[1], uboot_args[2], uboot_args[3]);
  /src/sys/arch/evbarm/gumstix/
gumstix_start.S 115 adr ip, uboot_args
203 .globl _C_LABEL(uboot_args)
204 uboot_args: label
gumstix_machdep.c 326 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]);
  /src/sys/arch/evbarm/fdt/
fdt_machdep.c 125 u_long uboot_args[4] __attribute__((__section__(".data"))); variable in typeref:typename:u_long[4]
334 uboot_args[0], uboot_args[1], uboot_args[2], uboot_args[3]);
  /src/sys/arch/aarch64/aarch64/
start.S 132 * store uboot arguments to uboot_args[4]
135 /* address of uboot_args (relative) */
136 adrl x8, uboot_args
  /src/sys/arch/evbarm/kobo/
kobo_machdep.c 154 u_int uboot_args[4] __attribute__((__section__(".data"))); variable in typeref:typename:u_int[4]
  /src/sys/arch/evbarm/netwalker/
netwalker_machdep.c 166 u_int uboot_args[4] __attribute__((__section__(".data"))); variable in typeref:typename:u_int[4]
  /src/sys/arch/arm/arm/
armv6_start.S 213 * store uboot arguments to uboot_args[4]
215 ldr R_TMP2, =uboot_args

Completed in 63 milliseconds