Home
last modified time | relevance | path

Searched refs:TMP (Results 1 – 25 of 40) sorted by relevance

12

/OK3568_Linux_fs/kernel/arch/sparc/include/asm/
H A Dtrap_block.h153 #define TRAP_LOAD_TRAP_BLOCK(DEST, TMP) \ argument
154 __GET_CPUID(TMP) \
156 sllx TMP, TRAP_BLOCK_SZ_SHIFT, TMP; \
158 add DEST, TMP, DEST; \
161 #define TRAP_LOAD_PGD_PHYS(DEST, TMP) \ argument
162 TRAP_LOAD_TRAP_BLOCK(DEST, TMP) \
166 #define TRAP_LOAD_IRQ_WORK_PA(DEST, TMP) \ argument
167 TRAP_LOAD_TRAP_BLOCK(DEST, TMP) \
171 #define TRAP_LOAD_THREAD_REG(DEST, TMP) \ argument
172 TRAP_LOAD_TRAP_BLOCK(DEST, TMP) \
[all …]
/OK3568_Linux_fs/u-boot/scripts/
H A Dgcc-stack-usage.sh8 TMP="$$"
10 cat <<END | $@ -Werror -fstack-usage -x c - -c -o $TMP >/dev/null 2>&1 \
18 rm -f $TMP $TMP.su
H A DKbuild.include87 # Usage: option = $(call try-run, $(CC)...-o "$$TMP",option-ok,otherwise)
88 # Exit code chooses option. "$$TMP" is can be used as temporary file and
92 TMP="$(TMPOUT).$$$$.tmp"; \
99 rm -f "$$TMP" "$$TMPO" "$$TMPSU")
105 $(CC) $(KBUILD_CFLAGS) $(1) -c -x assembler /dev/null -o "$$TMP",$(1),$(2))
111 printf "%b\n" "$(1)" | $(CC) $(KBUILD_AFLAGS) -c -x assembler -o "$$TMP" -,$(2),$(3))
117 $(CC) -Werror $(KBUILD_CPPFLAGS) $(KBUILD_CFLAGS) $(1) -c -x c /dev/null -o "$$TMP",$(1),$(2))
122 $(CC) -Werror $(KBUILD_CPPFLAGS) $(KBUILD_CFLAGS) $(1) -c -x c /dev/null -o "$$TMP",y,n)
132 …$(CC) $(KBUILD_CPPFLAGS) $(KBUILD_CFLAGS) -W$(strip $(1)) -c -x c /dev/null -o "$$TMP",-Wno-$(stri…
156 $(CC) $(1) -nostdlib -x c /dev/null -o "$$TMP",$(1),$(2))
[all …]
/OK3568_Linux_fs/u-boot/arch/arm/lib/
H A Duldivmod.S33 TMP .req r8 label
39 stmfd sp!, {r4, r5, r6, r7, THUMB(TMP,) lr}
76 THUMB( lsrmi TMP, B_0, ip )
77 THUMB( orrmi B_1, B_1, TMP )
83 THUMB( lsrmi TMP, C_0, ip )
84 THUMB( orrmi C_1, C_1, TMP )
157 ldmfd sp!, {r4, r5, r6, r7, THUMB(TMP,) pc}
167 ldmfd sp!, {r4, r5, r6, r7, THUMB(TMP,) pc}
188 THUMB( lslpl TMP, A_1, D_1 )
189 THUMB( orrpl A_0, A_0, TMP )
[all …]
/OK3568_Linux_fs/kernel/tools/testing/selftests/mount/
H A Dnosymfollow-test.c28 #define TMP "/tmp" macro
181 ret = statfs(TMP, &buf); in test_statfs()
187 die("ST_NOSYMFOLLOW not set on %s\n", TMP); in test_statfs()
190 die("ST_NOSYMFOLLOW set on %s\n", TMP); in test_statfs()
206 if (mount("testing", TMP, "ramfs", 0, NULL) != 0) in main()
212 if (mount("testing", TMP, "ramfs", MS_REMOUNT|MS_NOSYMFOLLOW, NULL) != 0) in main()
/OK3568_Linux_fs/buildroot/package/ncurses/
H A D0001-gcc-5.x-MKlib_gen.patch20 -e 's/ / /g' >>$TMP
33 +sed -e 's/bool/P_NCURSES_BOOL/g' $TMP > $ED2
34 +cat $ED2 >$TMP
36 $preprocessor $TMP 2>/dev/null \
/OK3568_Linux_fs/external/security/rk_tee_user/v2/ta/vector_util/
H A Dc_algo.h110 #define C_SWAP(X, Y, TMP) do{(TMP)=(X);(X)=(Y);(Y)=(TMP);}while(0) argument
/OK3568_Linux_fs/kernel/arch/sparc/lib/
H A DNGmemcpy.S12 #define RESTORE_ASI(TMP) \ argument
13 ldub [%g6 + TI_CURRENT_DS], TMP; \
14 wr TMP, 0x0, %asi;
17 #define RESTORE_ASI(TMP) \ argument
257 #define MIX_THREE_WORDS(WORD1, WORD2, WORD3, PRE_SHIFT, POST_SHIFT, TMP) \ argument
259 srlx WORD2, PRE_SHIFT, TMP; \
261 or WORD1, TMP, WORD1; \
262 srlx WORD3, PRE_SHIFT, TMP; \
263 or WORD2, TMP, WORD2;
/OK3568_Linux_fs/device/rockchip/common/linux-kbuild/aarch64/linux-kbuild-4.4/scripts/
H A DKbuild.include87 # Usage: option = $(call try-run, $(CC)...-o "$$TMP",option-ok,otherwise)
88 # Exit code chooses option. "$$TMP" is can be used as temporary file and
91 TMP="$(TMPOUT).$$$$.tmp"; \
97 rm -f "$$TMP" "$$TMPO")
103 $(CC) $(KBUILD_CFLAGS) $(1) -c -x assembler /dev/null -o "$$TMP",$(1),$(2))
109 printf "%b\n" "$(1)" | $(CC) $(KBUILD_AFLAGS) -c -x assembler -o "$$TMP" -,$(2),$(3))
114 $(1) -Werror $(2) $(3) -c -x c /dev/null -o "$$TMP",$(3),$(4))
134 $(CC) -Werror $(KBUILD_CPPFLAGS) $(KBUILD_CFLAGS) $(1) -c -x c /dev/null -o "$$TMP",y,n)
144 …$(CC) -Werror $(KBUILD_CPPFLAGS) $(KBUILD_CFLAGS) -W$(strip $(1)) -c -x c /dev/null -o "$$TMP",-Wn…
164 $(CC) $(1) $(KBUILD_CPPFLAGS) $(KBUILD_CFLAGS) -nostdlib -x c /dev/null -o "$$TMP",$(1),$(2))
[all …]
/OK3568_Linux_fs/device/rockchip/common/linux-kbuild/armhf/linux-kbuild-4.4/scripts/
H A DKbuild.include87 # Usage: option = $(call try-run, $(CC)...-o "$$TMP",option-ok,otherwise)
88 # Exit code chooses option. "$$TMP" is can be used as temporary file and
91 TMP="$(TMPOUT).$$$$.tmp"; \
97 rm -f "$$TMP" "$$TMPO")
103 $(CC) $(KBUILD_CFLAGS) $(1) -c -x assembler /dev/null -o "$$TMP",$(1),$(2))
109 printf "%b\n" "$(1)" | $(CC) $(KBUILD_AFLAGS) -c -x assembler -o "$$TMP" -,$(2),$(3))
114 $(1) -Werror $(2) $(3) -c -x c /dev/null -o "$$TMP",$(3),$(4))
134 $(CC) -Werror $(KBUILD_CPPFLAGS) $(KBUILD_CFLAGS) $(1) -c -x c /dev/null -o "$$TMP",y,n)
144 …$(CC) -Werror $(KBUILD_CPPFLAGS) $(KBUILD_CFLAGS) -W$(strip $(1)) -c -x c /dev/null -o "$$TMP",-Wn…
164 $(CC) $(1) $(KBUILD_CPPFLAGS) $(KBUILD_CFLAGS) -nostdlib -x c /dev/null -o "$$TMP",$(1),$(2))
[all …]
/OK3568_Linux_fs/kernel/tools/testing/selftests/
H A DMakefile82 TMP := $(filter-out $(SKIP_TARGETS), $(TARGETS)) macro
83 override TARGETS := $(TMP)
130 TMP := $(filter-out gpio, $(TARGETS)) macro
131 TARGETS := $(TMP)
/OK3568_Linux_fs/yocto/meta-qt5/recipes-qt/qt5/
H A Dqtbase-native_git.bb137 TMP=`dirname ${D}/${STAGING_DIR_NATIVE}${STAGING_DIR_NATIVE}`
138 while test ${TMP} != ${D}${STAGING_DIR_NATIVE}; do
139 rmdir ${TMP}
140 TMP=`dirname ${TMP}`;
/OK3568_Linux_fs/device/rockchip/common/linux-kbuild/armhf/linux-kbuild-4.19/scripts/
H A DKbuild.include87 # Usage: option = $(call try-run, $(CC)...-o "$$TMP",option-ok,otherwise)
88 # Exit code chooses option. "$$TMP" serves as a temporary file and is
91 TMP=$(TMPOUT)/tmp; \
104 $(CC) $(KBUILD_CFLAGS) $(1) -c -x assembler /dev/null -o "$$TMP",$(1),$(2))
110 printf "%b\n" "$(1)" | $(CC) $(KBUILD_AFLAGS) -c -x assembler -o "$$TMP" -,$(2),$(3))
115 $(1) -Werror $(2) $(3) -c -x c /dev/null -o "$$TMP",$(3),$(4))
135 $(CC) -Werror $(KBUILD_CPPFLAGS) $(CC_OPTION_CFLAGS) $(1) -c -x c /dev/null -o "$$TMP",y,n)
140 …$(CC) -Werror $(KBUILD_CPPFLAGS) $(CC_OPTION_CFLAGS) -W$(strip $(1)) -c -x c /dev/null -o "$$TMP",…
160 $(CC) $(1) $(KBUILD_CPPFLAGS) $(CC_OPTION_CFLAGS) -nostdlib -x c /dev/null -o "$$TMP",$(1),$(2))
169 ar-option = $(call try-run, $(AR) rc$(1) "$$TMP",$(1),$(2))
/OK3568_Linux_fs/device/rockchip/common/linux-kbuild/aarch64/linux-kbuild-4.19/scripts/
H A DKbuild.include87 # Usage: option = $(call try-run, $(CC)...-o "$$TMP",option-ok,otherwise)
88 # Exit code chooses option. "$$TMP" serves as a temporary file and is
91 TMP=$(TMPOUT)/tmp; \
104 $(CC) $(KBUILD_CFLAGS) $(1) -c -x assembler /dev/null -o "$$TMP",$(1),$(2))
110 printf "%b\n" "$(1)" | $(CC) $(KBUILD_AFLAGS) -c -x assembler -o "$$TMP" -,$(2),$(3))
115 $(1) -Werror $(2) $(3) -c -x c /dev/null -o "$$TMP",$(3),$(4))
135 $(CC) -Werror $(KBUILD_CPPFLAGS) $(CC_OPTION_CFLAGS) $(1) -c -x c /dev/null -o "$$TMP",y,n)
140 …$(CC) -Werror $(KBUILD_CPPFLAGS) $(CC_OPTION_CFLAGS) -W$(strip $(1)) -c -x c /dev/null -o "$$TMP",…
160 $(CC) $(1) $(KBUILD_CPPFLAGS) $(CC_OPTION_CFLAGS) -nostdlib -x c /dev/null -o "$$TMP",$(1),$(2))
169 ar-option = $(call try-run, $(AR) rc$(1) "$$TMP",$(1),$(2))
/OK3568_Linux_fs/yocto/poky/meta/recipes-core/dbus/dbus/
H A Dtmpdir.patch33 -elif ! test -z "$TMP" ; then
34 - DEFAULT_SOCKET_DIR=$TMP
/OK3568_Linux_fs/buildroot/package/libnids/
H A D0001-libpcap-use-pkg-config.patch27 - TMP=$LIBS
31 - LIBS=$TMP
/OK3568_Linux_fs/kernel/scripts/
H A DKbuild.include90 # Usage: option = $(call try-run, $(CC)...-o "$$TMP",option-ok,otherwise)
91 # Exit code chooses option. "$$TMP" serves as a temporary file and is
94 TMP=$(TMPOUT)/tmp; \
107 $(CC) $(KBUILD_CFLAGS) $(1) -c -x assembler /dev/null -o "$$TMP",$(1),$(2))
113 printf "%b\n" "$(1)" | $(CC) $(KBUILD_AFLAGS) -c -x assembler -o "$$TMP" -,$(2),$(3))
118 $(1) -Werror $(2) $(3) -c -x c /dev/null -o "$$TMP",$(3),$(4))
129 $(CC) -Werror $(KBUILD_CPPFLAGS) $(KBUILD_CFLAGS) $(1) -c -x c /dev/null -o "$$TMP",y,n)
134 …$(CC) -Werror $(KBUILD_CPPFLAGS) $(KBUILD_CFLAGS) -W$(strip $(1)) -c -x c /dev/null -o "$$TMP",-Wn…
/OK3568_Linux_fs/device/rockchip/common/linux-kbuild/armhf/linux-kbuild-5.10/scripts/
H A DKbuild.include90 # Usage: option = $(call try-run, $(CC)...-o "$$TMP",option-ok,otherwise)
91 # Exit code chooses option. "$$TMP" serves as a temporary file and is
94 TMP=$(TMPOUT)/tmp; \
107 $(CC) $(KBUILD_CFLAGS) $(1) -c -x assembler /dev/null -o "$$TMP",$(1),$(2))
113 printf "%b\n" "$(1)" | $(CC) $(KBUILD_AFLAGS) -c -x assembler -o "$$TMP" -,$(2),$(3))
118 $(1) -Werror $(2) $(3) -c -x c /dev/null -o "$$TMP",$(3),$(4))
129 $(CC) -Werror $(KBUILD_CPPFLAGS) $(KBUILD_CFLAGS) $(1) -c -x c /dev/null -o "$$TMP",y,n)
134 …$(CC) -Werror $(KBUILD_CPPFLAGS) $(KBUILD_CFLAGS) -W$(strip $(1)) -c -x c /dev/null -o "$$TMP",-Wn…
/OK3568_Linux_fs/device/rockchip/common/linux-kbuild/aarch64/linux-kbuild-5.10/scripts/
H A DKbuild.include90 # Usage: option = $(call try-run, $(CC)...-o "$$TMP",option-ok,otherwise)
91 # Exit code chooses option. "$$TMP" serves as a temporary file and is
94 TMP=$(TMPOUT)/tmp; \
107 $(CC) $(KBUILD_CFLAGS) $(1) -c -x assembler /dev/null -o "$$TMP",$(1),$(2))
113 printf "%b\n" "$(1)" | $(CC) $(KBUILD_AFLAGS) -c -x assembler -o "$$TMP" -,$(2),$(3))
118 $(1) -Werror $(2) $(3) -c -x c /dev/null -o "$$TMP",$(3),$(4))
129 $(CC) -Werror $(KBUILD_CPPFLAGS) $(KBUILD_CFLAGS) $(1) -c -x c /dev/null -o "$$TMP",y,n)
134 …$(CC) -Werror $(KBUILD_CPPFLAGS) $(KBUILD_CFLAGS) -W$(strip $(1)) -c -x c /dev/null -o "$$TMP",-Wn…
/OK3568_Linux_fs/yocto/meta-qt5/classes/
H A Dqmake5_base.bbclass222 TMP=`dirname ${D}${STAGING_PATH}`
223 while test ${TMP} != ${D}; do
224 rmdir ${TMP}
225 TMP=`dirname ${TMP}`;
/OK3568_Linux_fs/kernel/arch/arm64/kernel/vdso32/
H A DMakefile26 $(CC_COMPAT) $(1) -c -x c /dev/null -o "$$TMP",$(1),$(2))
28 $(CC_COMPAT) -W$(strip $(1)) -c -x c /dev/null -o "$$TMP",-Wno-$(strip $(1)))
30 printf "%b\n" "$(1)" | $(CC_COMPAT) $(VDSO_AFLAGS) -c -x assembler -o "$$TMP" -,$(2),$(3))
/OK3568_Linux_fs/kernel/arch/x86/
H A DMakefile139 $(CC) $(KBUILD_AFLAGS) -c -x assembler -o "$$TMP" - && \
140 $(OBJCOPY) -O elf32-x86-64 "$$TMP" "$$TMPO" && \
141 $(LD) -m elf32_x86_64 "$$TMPO" -o "$$TMP",y,n)
/OK3568_Linux_fs/kernel/tools/build/
H A DMakefile.feature249 TMP := $(filter-out $(FEATURE_DISPLAY),$(FEATURE_TESTS))
250 $(foreach feat,$(TMP),$(call feature_print_status,$(feat),))
/OK3568_Linux_fs/kernel/tools/testing/selftests/kvm/
H A DMakefile102 $(CC) -Werror -no-pie -x c - -o "$$TMP", -no-pie)
106 $(CC) -Werror -Wl$(comma)--s390-pgste -x c - -o "$$TMP",-Wl$(comma)--s390-pgste)
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-benchmark/lmbench/lmbench-3.0-a9/
H A Dfix-lmbench-memory-check-failure.patch52 read TMP
53 if [ X$TMP != X ]
68 then EDITOR=$TMP

12