Searched refs:MACHINE (Results 1 – 21 of 21) sorted by relevance
/linux/tools/testing/ktest/examples/include/ |
A D | defaults.conf | 18 BOX := ${MACHINE} 38 CONFIG_DIR := ${THIS_DIR}/configs/${MACHINE} 50 SSH := ssh ${SSH_USER}@${MACHINE} 60 OUTPUT_DIR = ${THIS_DIR}/build/${MACHINE} 92 LOG_FILE = ${OUTPUT_DIR}/${MACHINE}.log 110 REBOOT_SUCCESS_LINE = ${MACHINE} login:
|
A D | bootconfig.conf | 21 BOOTCONFIG_TEST_PREP = scp ${BOOTCONFIG_PATH}${BOOTCONFIG_FILE} ${SSH_USER}@${MACHINE}:/tmp && ${AD… 28 DO_TEST = scp ${BOOTCONFIG_PATH}${BOOTCONFIG_VERIFY} ${SSH_USER}@${MACHINE}:/tmp && ${SSH} /tmp/${B…
|
/linux/tools/testing/ktest/examples/ |
A D | kvm.conf | 7 MACHINE = Guest 11 CONSOLE = virsh console ${MACHINE} 81 POWER_CYCLE = virsh destroy ${MACHINE}; sleep 5; virsh start ${MACHINE}
|
A D | test.conf | 6 MACHINE = foo
|
A D | vmware.conf | 24 MACHINE = Guest
|
A D | snowball.conf | 51 MACHINE = snowball
|
A D | crosstests.conf | 212 MACHINE = crosstest
|
/linux/tools/testing/selftests/vm/ |
A D | Makefile | 7 MACHINE ?= $(shell echo $(uname_M) | sed -e 's/aarch64.*/arm64/' -e 's/ppc64.*/ppc64/') macro 51 ifeq ($(MACHINE),x86_64) 73 ifneq (,$(findstring $(MACHINE),ppc64)) 79 ifneq (,$(filter $(MACHINE),arm64 ia64 mips64 parisc64 ppc64 riscv64 s390x sh64 sparc64 x86_64)) 92 ifeq ($(MACHINE),x86_64)
|
/linux/arch/arm/ |
A D | Makefile | 240 MACHINE := arch/arm/mach-$(word 1,$(machine-y))/ macro 242 MACHINE := macro 245 MACHINE := macro 308 $(Q)$(MAKE) $(build)=$(boot) MACHINE=$(MACHINE) $(boot)/$@ 322 bp:; $(Q)$(MAKE) $(build)=$(boot) MACHINE=$(MACHINE) $(boot)/bootpImage
|
/linux/arch/arm/boot/ |
A D | Makefile | 16 ifneq ($(MACHINE),) 17 include $(MACHINE)/Makefile.boot
|
/linux/sound/oss/dmasound/ |
A D | dmasound.h | 144 } MACHINE; typedef 162 MACHINE mach; /* machine dependent things */
|
A D | dmasound_q40.c | 594 static MACHINE machQ40 = {
|
A D | dmasound_paula.c | 685 static MACHINE machAmiga = {
|
A D | dmasound_atari.c | 1529 static __initdata MACHINE machTT = { 1558 static __initdata MACHINE machFalcon = {
|
/linux/arch/m68k/include/asm/ |
A D | m54xxsim.h | 12 #define MACHINE MACH_M54XX macro
|
A D | m5441xsim.h | 14 #define MACHINE MACH_M5441X macro
|
/linux/Documentation/arm/ |
A D | arm.rst | 86 $(MACHINE) to refer to the category) 88 To this end, we now have arch/arm/mach-$(MACHINE) directories which are 91 machines, there should be a corresponding arch/arm/mach-$(MACHINE)/include/mach
|
/linux/arch/m68k/coldfire/ |
A D | head.S | 286 movel #MACHINE,%d0
|
/linux/ |
A D | MAINTAINERS | 1652 ARM/AFEB9260 MACHINE SUPPORT 1737 ARM/APPLE MACHINE SUPPORT 1763 ARM/ARTPEC MACHINE SUPPORT 1788 ARM/ASPEED MACHINE SUPPORT 1900 ARM/CORGI MACHINE SUPPORT 2003 ARM/GUMSTIX MACHINE SUPPORT 2037 ARM/IGEP MACHINE SUPPORT 2148 ARM/MAGICIAN MACHINE SUPPORT 2275 ARM/MIOA701 MACHINE SUPPORT 2784 ARM/TOSA MACHINE SUPPORT [all …]
|
/linux/Documentation/kbuild/ |
A D | makefiles.rst | 538 $(Q)$(MAKE) $(build)=$(boot) MACHINE=$(MACHINE) $(boot)/$@
|
/linux/Documentation/ |
A D | memory-barriers.txt | 2892 VIRTUAL MACHINE GUESTS
|
Completed in 48 milliseconds