Searched refs:initarm (Results 1 - 12 of 12) sorted by relevance

/freebsd-10.3-release/sys/arm/include/
H A Dcpu.h46 * Params passed into initarm. If you change the size of this you will
48 * it calls initarm.
63 void *initarm(struct arm_boot_params *);
/freebsd-10.3-release/sys/arm/cavium/cns11xx/
H A Decona_machdep.c163 initarm(struct arm_boot_params *abp) function
303 * this problem will not occur after initarm().
/freebsd-10.3-release/sys/arm/xscale/i8134x/
H A Dcrb_machdep.c161 initarm(struct arm_boot_params *abp) function
290 * this problem will not occur after initarm().
/freebsd-10.3-release/sys/arm/arm/
H A Dlocore-v4.S45 /* 2K initial stack is plenty, it is only used by initarm() */
79 * r1 - machine type (passed as arg2 to initarm)
80 * r2 - Pointer to a tagged list or dtb image (phys addr) (passed as arg1 initarm)
83 * structure and pass that to initarm.
253 bl _C_LABEL(initarm) /* Off we go */
H A Dlocore-v6.S48 /* A small statically-allocated stack used only during initarm() and AP startup. */
60 * r1 - machine type (passed as arg2 to initarm)
61 * r2 - Pointer to a tagged list or dtb image (phys addr) (passed as arg1 initarm)
64 * structure and pass that to initarm.
188 bl _C_LABEL(initarm) /* Off we go */
H A Dmachdep.c967 * called early in initarm, before even VM has been initialized.
1045 initarm(struct arm_boot_params *abp) function
1242 debugf("initarm: console initialized\n");
1278 * this problem will not occur after initarm().
/freebsd-10.3-release/sys/arm/samsung/s3c2xx0/
H A Ds3c24x0_machdep.c210 initarm(struct arm_boot_params *abp) function
350 * this problem will not occur after initarm().
/freebsd-10.3-release/sys/arm/xscale/i80321/
H A Dep80219_machdep.c161 initarm(struct arm_boot_params *abp) function
305 * this problem will not occur after initarm().
H A Diq31244_machdep.c162 initarm(struct arm_boot_params *abp) function
306 * this problem will not occur after initarm().
/freebsd-10.3-release/sys/arm/xscale/ixp425/
H A Davila_machdep.c200 initarm(struct arm_boot_params *abp) function
376 * this problem will not occur after initarm().
/freebsd-10.3-release/sys/arm/xscale/pxa/
H A Dpxa_machdep.c142 initarm(struct arm_boot_params *abp) function
291 * this problem will not occur after initarm().
/freebsd-10.3-release/sys/arm/at91/
H A Dat91_machdep.c448 initarm(struct arm_boot_params *abp) function
616 * this problem will not occur after initarm().

Completed in 149 milliseconds