Home
last modified time | relevance | path

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

12

/kvm-unit-tests/s390x/
H A Dunittests.cfg4 # s390x specifics:
6 # file = <name>.elf # s390x uses .elf files
129 qemu_params = -smp 1,maxcpus=3 -device host-s390x-cpu,core-id=1 -device host-s390x-cpu,core-id=2
135 qemu_params = -smp 1,maxcpus=3 -device host-s390x-cpu,core-id=2 -device host-s390x-cpu,core-id=1
141 qemu_params = -smp 1,maxcpus=3 -cpu qemu -device qemu-s390x-cpu,core-id=1 -device qemu-s390x-cpu,co…
147 qemu_params = -smp 1,maxcpus=3 -cpu qemu -device qemu-s390x-cpu,core-id=2 -device qemu-s390x-cpu,co…
262 -device max-s390x-cpu,core-id=31,drawer-id=0,book-id=0,socket-id=0,entitlement=medium,dedicated=fal…
263 -device max-s390x-cpu,core-id=11,drawer-id=0,book-id=0,socket-id=0,entitlement=high,dedicated=true \
264 -device max-s390x-cpu,core-id=95,drawer-id=0,book-id=0,socket-id=0,entitlement=medium,dedicated=fal…
265 -device max-s390x-cpu,core-id=73,drawer-id=0,book-id=0,socket-id=0,entitlement=high,dedicated=false…
[all …]
H A DMakefile79 INCLUDE_PATHS = $(SNIPPET_INCLUDE) $(SRCDIR)/lib $(SRCDIR)/lib/s390x $(SRCDIR)/s390x
108 cflatobjs += lib/s390x/io.o
109 cflatobjs += lib/s390x/stack.o
110 cflatobjs += lib/s390x/sclp.o
111 cflatobjs += lib/s390x/sclp-console.o
112 cflatobjs += lib/s390x/interrupt.o
113 cflatobjs += lib/s390x/mmu.o
114 cflatobjs += lib/s390x/smp.o
115 cflatobjs += lib/s390x/hardware.o
116 cflatobjs += lib/s390x/css_dump.o
[all …]
H A Dcpu.S3 * s390x assembly library
H A Dcpu-sie.S3 * s390x SIE assembly library
H A Dmacros.S3 * s390x assembly macros
H A Dcstart64.S3 * s390x startup code
H A Dselftest.c117 report(!strcmp(argv[0], "s390x/selftest.elf"), "argv[0] == PROGNAME"); in main()
H A Dmigration.c3 * Migration Test for s390x
H A Dex.c85 * s390x/ex.c:81:4: error: expected absolute expression in test_bras()
H A Dtopology.c19 #include <s390x/hardware.h>
20 #include <s390x/stsi.h>
H A Dintercept.c3 * Interception tests - for s390x CPU instruction that cause a VM exit
/kvm-unit-tests/
H A D.gitignore29 /s390x/*.bin
30 /s390x/snippets/*/*.gbin
32 /s390x/comm.key
33 /s390x/snippets/*/*.hdr
34 /s390x/snippets/*/*.*obj
35 /s390x/**/*.lds
H A D.travis.yml19 - arch: s390x
22 apt_packages: clang-11 qemu-system-s390x
24 - CONFIG="--arch=s390x --cc=clang-11 --cflags=-no-integrated-as"
H A DMAINTAINERS105 S390X
113 F: s390x/
114 F: lib/s390x/
115 F: scripts/s390x/
H A D.gitlab-ci.yml268 build-s390x:
271 - dnf install -y qemu-system-s390x gcc-s390x-linux-gnu
274 - ../configure --arch=s390x --cross-prefix=s390x-linux-gnu-
493 s390x-kvm:
497 - s390x-z15-vm
499 - ./configure --arch=s390x
H A Dconfigure87 arm, arm64, i386, ppc64, riscv32, riscv64, s390x, x86_64
109 a PVM image with 'genprotimg' (s390x only)
112 requires --host-key-document. (s390x-snippets only)
115 (s390x only)
401 elif [ "$arch" = "s390x" ]; then
402 testdir=s390x
/kvm-unit-tests/lib/s390x/
H A Dstack.c3 * s390x stack implementation
H A Dio.c3 * s390x io implementation
H A Dsmp.h3 * s390x smp
H A Dmmu.h3 * s390x mmu functions
H A Dmmu.c3 * s390x MMU
21 * this is the correspondence between the s390x architectural names and the
H A Dsclp.c3 * s390x SCLP driver
/kvm-unit-tests/scripts/
H A Dcommon.bash106 # shellcheck source=scripts/s390x/func.bash
/kvm-unit-tests/lib/arm/
H A Dio.c148 * consistent with powerpc and s390x. The runner can pick it in exit()
/kvm-unit-tests/lib/s390x/asm/
H A Dpgtable.h3 * s390x page table definitions and functions

12