/linux/Documentation/bpf/ |
H A D | s390.rst | 38 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 D | Kconfig | 48 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 D | running-nested-guests.rst | 39 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 D | llvm.rst | 89 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 D | kdump.rst | 21 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 D | test_global_func_ctx_args.c | 29 /* 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 | .gitignore | 3 /s390x/uvdevice/test_uvdevice
|
/linux/tools/testing/selftests/kvm/include/s390/ |
H A D | diag318_test_handler.h | 3 * Test handler for the s390x DIAGNOSE 0x0318 instruction.
|
H A D | processor.h | 3 * s390x processor specific defines
|
H A D | debug_print.h | 3 * Definition for kernel virtual machines on s390x
|
/linux/tools/testing/kunit/qemu_configs/ |
H A D | s390.py | 9 qemu_arch='s390x',
|
/linux/arch/s390/include/asm/ |
H A D | seccomp.h | 21 #define SECCOMP_ARCH_NATIVE_NAME "s390x"
|
/linux/Documentation/features/ |
H A D | list-arch.sh | 9 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 D | Makefile | 5 ifneq ($(UNAME_M),s390x)
|
/linux/tools/testing/selftests/bpf/ |
H A D | netcnt_common.h | 11 * It is about 128 bytes on x86_64 and 512 bytes on s390x, but allocate more to
|
/linux/arch/s390/boot/ |
H A D | install.sh | 4 # arch/s390x/boot/install.sh
|
/linux/tools/perf/tests/shell/ |
H A D | record+zstd_comp_decomp.sh | 15 [ "$(uname -m)" != s390x ] && gflag='-g'
|
/linux/tools/testing/selftests/wireguard/qemu/ |
H A D | Makefile | 239 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 D | statfs.h | 11 * Special cases can override it for themselves -- except for S390x, which
|
/linux/tools/scripts/ |
H A D | Makefile.arch | 5 -e s/s390x/s390/ -e s/parisc64/parisc/ \
|
/linux/tools/testing/selftests/kvm/s390/ |
H A D | sync_regs_test.c | 3 * Test for s390x KVM_CAP_SYNC_REGS 8 * Adaptions for s390x:
|
/linux/tools/testing/ktest/examples/ |
H A D | crosstests.conf | 151 CROSS = s390x-linux 197 CROSS = s390x-linux
|
/linux/scripts/ |
H A D | Makefile.clang | 12 CLANG_TARGET_FLAGS_s390 := s390x-linux-gnu
|
/linux/tools/testing/selftests/kvm/lib/s390/ |
H A D | diag318_test_handler.c | 3 * Test handler for the s390x DIAGNOSE 0x0318 instruction.
|
/linux/tools/perf/scripts/python/Perf-Trace-Util/lib/Perf/Trace/ |
H A D | Util.py | 64 's390x' : audit.MACH_S390X,
|