Home
last modified time | relevance | path

Searched full:s390x (Results 1 – 25 of 83) sorted by relevance

1234

/linux/Documentation/bpf/
H A Ds390.rst38 sudo dpkg --add-architecture s390x
49 g++-s390x-linux-gnu \
50 gcc-s390x-linux-gnu \
58 libcap-dev:s390x \
59 libelf-dev:s390x \
86 --arch=s390x \
119 make ARCH=s390 CROSS_COMPILE=s390x-linux-gnu- menuconfig
120 make ARCH=s390 CROSS_COMPILE=s390x-linux-gnu- bzImage modules scripts_gdb
121 make ARCH=s390 CROSS_COMPILE=s390x-linux-gnu- \
132 qemu-system-s390x \
[all...]
/linux/drivers/vfio/pci/
H A DKconfig48 bool "VFIO PCI extensions for s390x KVM passthrough"
52 Support s390x-specific extensions to enable support for enhancements
56 To enable s390x KVM vfio-pci extensions, say Y.
/linux/Documentation/virt/kvm/x86/
H A Drunning-nested-guests.rst39 s390x, ppc64 and other architectures are likely to have
42 For example, s390x always has an LPAR (LogicalPARtition)
162 Enabling "nested" (s390x)
166 s390x::
171 .. note:: On s390x, the kernel parameter ``hpage`` is mutually exclusive
189 Intel x86 systems, and even on older versions for s390x.
272 s390x-specific info to collect
/linux/Documentation/translations/zh_CN/kbuild/
H A Dllvm.rst89 make LLVM=1 ARCH=s390 LD=s390x-linux-gnu-ld.bfd \
90 OBJCOPY=s390x-linux-gnu-objcopy
92 此示例将调用 ``s390x-linux-gnu-ld.bfd`` 作为链接器和
93 ``s390x-linux-gnu-objcopy``,因此请确保它们在你的 ``$PATH`` 中。
/linux/Documentation/admin-guide/kdump/
H A Dkdump.rst21 s390x, arm and arm64 architectures.
39 For s390x, when kdump is triggered, the crashkernel region is exchanged
42 needed for s390x.
348 On s390x, typically use "crashkernel=xxM". The value of xx is dependent
378 For s390x:
430 For s390x:
474 * For s390x there are two kdump modes: If a ELF header is specified with
477 specified, the s390x kdump kernel dynamically creates the header. The
481 * For s390x systems with many attached devices the "cio_ignore" kernel
/linux/tools/testing/selftests/bpf/progs/
H A Dtest_global_func_ctx_args.c29 /* s390x defines:
35 * So on s390x only valid ways to have PTR_TO_CTX argument in global subprogs
/linux/tools/testing/selftests/drivers/
H A D.gitignore3 /s390x/uvdevice/test_uvdevice
/linux/tools/testing/selftests/kvm/include/s390/
H A Ddiag318_test_handler.h3 * Test handler for the s390x DIAGNOSE 0x0318 instruction.
H A Dprocessor.h3 * s390x processor specific defines
H A Ddebug_print.h3 * Definition for kernel virtual machines on s390x
/linux/tools/testing/kunit/qemu_configs/
H A Ds390.py9 qemu_arch='s390x',
/linux/arch/s390/include/asm/
H A Dseccomp.h21 #define SECCOMP_ARCH_NATIVE_NAME "s390x"
/linux/Documentation/features/
H A Dlist-arch.sh9 ARCH=${1:-$(uname -m | sed 's/x86_64/x86/' | sed 's/i386/x86/' | sed 's/s390x/s390/')}
/linux/tools/testing/selftests/drivers/s390x/uvdevice/
H A DMakefile5 ifneq ($(UNAME_M),s390x)
/linux/tools/testing/selftests/bpf/
H A Dnetcnt_common.h11 * It is about 128 bytes on x86_64 and 512 bytes on s390x, but allocate more to
/linux/arch/s390/boot/
H A Dinstall.sh4 # arch/s390x/boot/install.sh
/linux/tools/perf/tests/shell/
H A Drecord+zstd_comp_decomp.sh15 [ "$(uname -m)" != s390x ] && gflag='-g'
/linux/tools/testing/selftests/wireguard/qemu/
H A DMakefile239 else ifeq ($(ARCH),s390x)
240 CHOST := s390x-linux-musl
241 QEMU_ARCH := s390x
244 KERNEL_CMDLINE := $(shell sed -n 's/CONFIG_CMDLINE=\(.*\)/\1/p' arch/s390x.config)
257 $(error I only build: x86_64, i686, arm, armeb, aarch64, aarch64_be, mips, mipsel, mips64, mips64el, powerpc64, powerpc64le, powerpc, m68k, riscv64, riscv32, s390x, um)
/linux/include/uapi/asm-generic/
H A Dstatfs.h11 * Special cases can override it for themselves -- except for S390x, which
/linux/tools/scripts/
H A DMakefile.arch5 -e s/s390x/s390/ -e s/parisc64/parisc/ \
/linux/tools/testing/selftests/kvm/s390/
H A Dsync_regs_test.c3 * Test for s390x KVM_CAP_SYNC_REGS
8 * Adaptions for s390x:
/linux/tools/testing/ktest/examples/
H A Dcrosstests.conf151 CROSS = s390x-linux
197 CROSS = s390x-linux
/linux/scripts/
H A DMakefile.clang12 CLANG_TARGET_FLAGS_s390 := s390x-linux-gnu
/linux/tools/testing/selftests/kvm/lib/s390/
H A Ddiag318_test_handler.c3 * Test handler for the s390x DIAGNOSE 0x0318 instruction.
/linux/tools/perf/scripts/python/Perf-Trace-Util/lib/Perf/Trace/
H A DUtil.py64 's390x' : audit.MACH_S390X,

1234