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

/freebsd-11-stable/sys/arm64/include/
H A Dmachdep.h44 void initarm(struct arm64_bootparams *);
/freebsd-11-stable/sys/arm/include/
H A Dcpu.h72 * Params passed into initarm. If you change the size of this you will
74 * it calls initarm.
89 void *initarm(struct arm_boot_params *);
/freebsd-11-stable/sys/arm/cavium/cns11xx/
H A Decona_machdep.c155 initarm(struct arm_boot_params *abp) function
296 * this problem will not occur after initarm().
/freebsd-11-stable/sys/arm/xscale/i8134x/
H A Dcrb_machdep.c155 initarm(struct arm_boot_params *abp) function
283 * this problem will not occur after initarm().
/freebsd-11-stable/sys/arm/xscale/ixp425/
H A Davila_machdep.c186 initarm(struct arm_boot_params *abp) function
362 * this problem will not occur after initarm().
/freebsd-11-stable/sys/arm/xscale/pxa/
H A Dpxa_machdep.c141 initarm(struct arm_boot_params *abp) function
289 * this problem will not occur after initarm().
/freebsd-11-stable/sys/arm/arm/
H A Dlocore-v4.S44 /* 2K initial stack is plenty, it is only used by initarm() */
78 * r1 - machine type (passed as arg2 to initarm)
79 * r2 - Pointer to a tagged list or dtb image (phys addr) (passed as arg1 initarm)
82 * structure and pass that to initarm.
262 bl _C_LABEL(initarm) /* Off we go */
H A Dlocore-v6.S61 /* A small statically-allocated stack used only during initarm() and AP startup. */
95 * r1 - machine type (passed as arg2 to initarm)
96 * r2 - Pointer to a tagged list or dtb image (phys addr) (passed as arg1 initarm)
99 * structure and pass that to initarm.
226 bl _C_LABEL(initarm) /* Off we go */
H A Dmachdep.c790 initarm(struct arm_boot_params *abp) function
988 debugf("initarm: console initialized\n");
1026 * this problem will not occur after initarm().
1061 initarm(struct arm_boot_params *abp) function
1214 debugf("initarm: console initialized\n");
1239 * this problem will not occur after initarm().
/freebsd-11-stable/sys/arm64/arm64/
H A Dlocore.S141 bl initarm
H A Dmachdep.c887 initarm(struct arm64_bootparams *abp) function
/freebsd-11-stable/sys/arm/at91/
H A Dat91_machdep.c439 initarm(struct arm_boot_params *abp) function
608 * this problem will not occur after initarm().

Completed in 205 milliseconds