Home
last modified time | relevance | path

Searched refs:initarm (Results 1 – 7 of 7) sorted by relevance

/freebsd-12.1/sys/arm64/include/
H A Dmachdep.h49 void initarm(struct arm64_bootparams *);
/freebsd-12.1/sys/arm/include/
H A Dcpu.h89 void *initarm(struct arm_boot_params *);
/freebsd-12.1/sys/arm/arm/
H A Dlocore-v4.S262 bl _C_LABEL(initarm) /* Off we go */
H A Dmachdep.c822 initarm(struct arm_boot_params *abp) in initarm() function
1094 initarm(struct arm_boot_params *abp) in initarm() function
H A Dlocore-v6.S231 bl _C_LABEL(initarm) /* Off we go */
/freebsd-12.1/sys/arm64/arm64/
H A Dlocore.S141 bl initarm
H A Dmachdep.c984 initarm(struct arm64_bootparams *abp) in initarm() function