Searched full:s390x (Results 1 – 25 of 31) sorted by relevance
12
/kvm-unit-tests/s390x/ |
H A D | unittests.cfg | 4 # 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 D | Makefile | 79 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 D | cpu.S | 3 * s390x assembly library
|
H A D | cpu-sie.S | 3 * s390x SIE assembly library
|
H A D | macros.S | 3 * s390x assembly macros
|
H A D | cstart64.S | 3 * s390x startup code
|
H A D | selftest.c | 117 report(!strcmp(argv[0], "s390x/selftest.elf"), "argv[0] == PROGNAME"); in main()
|
H A D | migration.c | 3 * Migration Test for s390x
|
H A D | ex.c | 85 * s390x/ex.c:81:4: error: expected absolute expression in test_bras()
|
H A D | topology.c | 19 #include <s390x/hardware.h> 20 #include <s390x/stsi.h>
|
H A D | intercept.c | 3 * Interception tests - for s390x CPU instruction that cause a VM exit
|
/kvm-unit-tests/ |
H A D | .gitignore | 29 /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.yml | 19 - arch: s390x 22 apt_packages: clang-11 qemu-system-s390x 24 - CONFIG="--arch=s390x --cc=clang-11 --cflags=-no-integrated-as"
|
H A D | MAINTAINERS | 105 S390X 113 F: s390x/ 114 F: lib/s390x/ 115 F: scripts/s390x/
|
H A D | .gitlab-ci.yml | 268 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 D | configure | 87 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 D | stack.c | 3 * s390x stack implementation
|
H A D | io.c | 3 * s390x io implementation
|
H A D | smp.h | 3 * s390x smp
|
H A D | mmu.h | 3 * s390x mmu functions
|
H A D | mmu.c | 3 * s390x MMU 21 * this is the correspondence between the s390x architectural names and the
|
H A D | sclp.c | 3 * s390x SCLP driver
|
/kvm-unit-tests/scripts/ |
H A D | common.bash | 106 # shellcheck source=scripts/s390x/func.bash
|
/kvm-unit-tests/lib/arm/ |
H A D | io.c | 148 * consistent with powerpc and s390x. The runner can pick it in exit()
|
/kvm-unit-tests/lib/s390x/asm/ |
H A D | pgtable.h | 3 * s390x page table definitions and functions
|
12