Searched refs:KERNPHYSADDR (Results 1 - 3 of 3) sorted by relevance

/freebsd-10.2-release/sys/boot/arm/ixp425/boot2/
H A DMakefile25 KERNPHYSADDR=0x180000 macro
26 KERNVIRTADDR=${KERNPHYSADDR}
29 LDFLAGS=-e ${KERNPHYSADDR} -EB -T ldscript.${M}
46 cat $S/conf/ldscript.$M|sed s/KERNPHYSADDR/${KERNPHYSADDR}/g| \
/freebsd-10.2-release/sys/conf/
H A DMakefile.arm87 .if defined(KERNPHYSADDR)
93 sed s/${KERNVIRTADDR}/${KERNPHYSADDR}/ ldscript.$M > ldscript.$M.tramp
155 cat $S/conf/ldscript.$M|sed s/KERNPHYSADDR/${KERNPHYSADDR}/g| \
/freebsd-10.2-release/sys/arm/arm/
H A Dlocore-v4.S193 ldr r5, =(KERNPHYSADDR)

Completed in 107 milliseconds