Home
last modified time | relevance | path

Searched refs:ARCH (Results 1 – 11 of 11) sorted by relevance

/scripts/package/
Dbuildtar20 tarball="${objtree}/linux-${KERNELRELEASE}-${ARCH}.tar"
63 …$MAKE ARCH="${ARCH}" -f ${srctree}/Makefile INSTALL_DTBS_PATH="${tmpdir}/boot/dtbs/${KERNELRELEASE…
72 make ARCH="${ARCH}" -f ${srctree}/Makefile INSTALL_MOD_PATH="${tmpdir}" modules_install
88 case "${ARCH}" in
Dbuilddeb115 if [ "$ARCH" = "um" ] ; then
122 case $ARCH in
141 if [ "$ARCH" = "um" ] ; then
163 if [ "$ARCH" = "um" ] ; then
211 if [ "$ARCH" != "um" ]; then
Dmkdebian98 if [ "$ARCH" = "um" ] ; then
/scripts/atomic/
Dgen-atomic-fallback.sh5 ARCH=$2
190 for xchg in "${ARCH}xchg" "${ARCH}cmpxchg" "${ARCH}cmpxchg64"; do
195 gen_proto "${meta}" "${name}" "${ARCH}" "atomic" "int" ${args}
206 gen_proto "${meta}" "${name}" "${ARCH}" "atomic64" "s64" ${args}
/scripts/
Ddecodecode64 if [ -z "$ARCH" ]; then
66 aarch64*) ARCH=arm64 ;;
67 arm*) ARCH=arm ;;
78 if [ "$ARCH" = "arm" ]; then
86 if [ "$ARCH" = "arm64" ]; then
Dsubarch.include2 # first, and if a usermode build is happening, the "ARCH=um" on the command
3 # line overrides the setting of ARCH below. If a native build is happening,
4 # then ARCH is assigned, getting whatever value it gets normally, and
DMakefile27 ifeq ($(ARCH),x86_64)
28 ARCH := x86 macro
Dmkcompile_h5 ARCH=$2
Dtags.sh304 if [ "${ARCH}" = "um" ]; then
DMakefile.build363 cmd_cpp_lds_S = $(CPP) $(cpp_flags) -P -U$(ARCH) \
/scripts/dtc/
Ddtx_diff57 The shell variable \${ARCH} must provide the architecture containing
62 may not work since \${ARCH} is part of the include path. The following
65 `basename $0` ARCH=arch_of_dtx_1 DTx_1 >tmp_dtx_1.dts
66 `basename $0` ARCH=arch_of_dtx_2 DTx_2 >tmp_dtx_2.dts
126 if [ "${ARCH}" = "" ] ; then
134 if [ "${dtx_arch}" != "" -a "${dtx_arch}" != "${ARCH}" ] ; then
139 echo " >>\$ARCH<< is: >>${ARCH}<<" >&2
142 if [ ! -d ${srctree}/arch/${ARCH} ] ; then
145 echo " ${srctree}/arch/${ARCH}/ does not exist" >&2
146 echo " Is \$ARCH='${ARCH}' correct?" >&2