Home
last modified time | relevance | path

Searched full:kernel (Results 1 – 25 of 80) sorted by relevance

1234

/kvm-unit-tests/scripts/s390x/
H A Dfunc.bash13 local kernel=$5
22 …"$cmd" "$testname" "$groups" "$smp" "$kernel" "$opts" "$arch" "$machine" "$check" "$accel" "$timeo…
28 kernel=${kernel%.elf}.pv.bin
30 if [ ! -f "${kernel}" ]; then
38 …"$cmd" "$testname" "$groups pv" "$smp" "$kernel" "$opts" "$arch" "$machine" "$check" "$accel" "$ti…
/kvm-unit-tests/scripts/
H A Druntime.bash15 # We assume that QEMU is going to work if it tried to load the kernel
23 grep -q -e "[Cc]ould not \(load\|open\) kernel" \
36 local kernel=$1
37 …$testname TIMEOUT=$timeout MACHINE=$machine ACCEL=$accel $RUNTIME_arch_run $kernel -smp $smp $opts"
82 local kernel="$4"
91 kernel=${kernel/%.flat/.efi}
171 cmdline=$(get_cmdline $kernel)
186 > >(tee >(RUNTIME_log_stdout $testname $kernel) | extract_summary))
188 [ "$KUT_STANDALONE" != "yes" ] && echo > >(RUNTIME_log_stdout $testname $kernel)
H A Dcommon.bash9 local kernel
25 …$(arch_cmd) "$cmd" "$testname" "$groups" "$smp" "$kernel" "$opts" "$arch" "$machine" "$check" "$ac…
29 kernel=""
38 kernel=$TEST_DIR/${BASH_REMATCH[1]}
74 …$(arch_cmd) "$cmd" "$testname" "$groups" "$smp" "$kernel" "$opts" "$arch" "$machine" "$check" "$ac…
H A Dmkstandalone.sh50 if [ ! -f $kernel ]; then
51 echo 'echo "skip '"$testname"' (test kernel not present)"'
68 temp_file bin "$kernel"
/kvm-unit-tests/x86/
H A Drun42 command+=" -kernel"
50 # image, not through the '-kernel' flag. And QEMU reports an error if it
51 # gets '-initrd' without a '-kernel'
H A DREADME2 Tests for the x86 architecture are run as kernel images for qemu that support
16 -serial stdio -kernel ./x86/msr.flat
22 -kernel ./x86/msr.flat
H A Dvmware_backdoors.c105 RDPMC_TEST("HOST_TSC kernel", VMWARE_BACKDOOR_PMC_HOST_TSC,
107 RDPMC_TEST("REAL_TIME kernel", VMWARE_BACKDOOR_PMC_REAL_TIME,
109 RDPMC_TEST("APPARENT_TIME kernel", VMWARE_BACKDOOR_PMC_APPARENT_TIME,
121 PORT_TEST("CMD_GETVERSION kernel", VMWARE_BACKDOOR_PORT, VMWARE_MAGIC,
H A Dunittests.cfg186 # support follows the host kernel. Running a 32-bit guest on a 64-bit host
194 check = /sys/module/kvm/parameters/enable_pmu=Y /proc/sys/kernel/nmi_watchdog=0
202 check = /sys/module/kvm/parameters/enable_pmu=Y /proc/sys/kernel/nmi_watchdog=0 /sys/module/kvm/par…
210 check = /sys/module/kvm/parameters/enable_pmu=Y /proc/sys/kernel/nmi_watchdog=0
481 extra_params = -M q35,kernel-irqchip=split -device intel-iommu,intremap=on,eim=off -device edu
/kvm-unit-tests/
H A DREADME157 conditionals to their respective minimum kernel versions. By default,
159 from the ./errata.txt file and the host's kernel version is provided to
181 - C: please use standard linux-with-tabs, see Linux kernel
187 - While the kernel standard requires 80 columns, we allow up to 120.
200 Patches are welcome at the KVM mailing list <kvm@vger.kernel.org>.
217 to run the kernel's ./scripts/checkpatch.pl on new patches.
H A DREADME.md157 conditionals to their respective minimum kernel versions. By default,
159 from the ./errata.txt file and the host's kernel version is provided to
181 - C: please use standard linux-with-tabs, see Linux kernel
187 - While the kernel standard requires 80 columns, we allow up to 120.
200 Patches are welcome at the KVM mailing list <kvm@vger.kernel.org>.
217 to run the kernel's ./scripts/checkpatch.pl on new patches.
H A DMAINTAINERS10 should consult the KVM mailing list <kvm@vger.kernel.org> and not any
62 L: kvm@vger.kernel.org
70 L: kvm@vger.kernel.org
112 L: linux-s390@vger.kernel.org
H A D.gitlab-ci.yml49 selftest-vectors-kernel
64 selftest-vectors-kernel
78 selftest-vectors-kernel
109 selftest-vectors-kernel
124 selftest-vectors-kernel
138 selftest-setup selftest-vectors-kernel selftest-vectors-user selftest-smp
/kvm-unit-tests/lib/x86/
H A Dusermode.c55 /* Prepare kernel SP for exception handlers */ in run_in_user()
95 /* Return to kernel via system call */ in run_in_user()
97 /* Kernel Mode */ in run_in_user()
/kvm-unit-tests/lib/ppc64/asm/
H A Dpgtable-hwdef.h7 * Derived from Linux kernel MMU code.
45 #define _PAGE_PRIVILEGED 0x00008 /* kernel access only */
/kvm-unit-tests/lib/libfdt/
H A DREADME3 directory of git://git.kernel.org/pub/scm/utils/dtc/dtc.git -
/kvm-unit-tests/s390x/
H A Dcpu-sie.S20 stmg %r0,%r14,SIE_SAVEAREA_HOST_GRS(%r3) # save kernel registers
71 lmg %r0,%r14,SIE_SAVEAREA_HOST_GRS(%r14) # restore kernel registers
/kvm-unit-tests/arm/
H A Drun84 run_qemu_status $command -kernel "$@"
86 run_qemu $command -kernel "$@"
H A Dcstart.S62 * See the kernel doc Documentation/arm/Booting
209 .equ PRRR, 0xeeaa4400 @ MAIR0 (from Linux kernel)
210 .equ NMRR, 0xff000004 @ MAIR1 (from Linux kernel)
301 * Simplified version of the Linux kernel implementation
302 * arch/arm/kernel/entry-armv.S
H A Dunittests.cfg21 # Test vector setup and exception handling (kernel mode).
22 [selftest-vectors-kernel]
24 extra_params = -append 'vectors-kernel'
/kvm-unit-tests/lib/linux/
H A Dpsci.h5 * by: ARM kernel, ARM64 kernel, KVM ARM/ARM64 and user space.
/kvm-unit-tests/lib/s390x/asm/
H A Dbitops.h3 * Bitops taken from the kernel as most developers are already used
/kvm-unit-tests/lib/asm-generic/
H A Dpage.h5 * adapted from the Linux kernel's include/asm-generic/page.h
/kvm-unit-tests/lib/arm/
H A Dasm-offsets.c2 * Adapted from arch/arm/kernel/asm-offsets.c
/kvm-unit-tests/lib/arm64/
H A Dasm-offsets.c2 * Adapted from arch/arm64/kernel/asm-offsets.c
/kvm-unit-tests/riscv/
H A Drun42 run_qemu_status $command -kernel "$@"

1234