Home
last modified time | relevance | path

Searched full:debug (Results 1 – 25 of 26) sorted by relevance

12

/kvm-unit-tests/arm/
H A Dunittests.cfg273 # Debug tests
274 [debug-bp]
275 file = debug.flat
278 groups = debug
280 [debug-bp-migration]
281 file = debug.flat
284 groups = debug migration
287 [debug-wp]
288 file = debug.flat
291 groups = debug
[all …]
H A DMakefile.common87 $(OBJCOPY) --only-keep-debug $^ $@.debug
88 $(OBJCOPY) --strip-debug $^
89 $(OBJCOPY) --add-gnu-debuglink=$@.debug $^
116 $(RM) $(TEST_DIR)/*.{o,flat,elf,so,efi,debug} $(libeabi) $(eabiobjs) \
H A DMakefile.arm6464 tests += $(TEST_DIR)/debug.$(exe)
H A Ddebug.c294 /* Trap on up to 16 debug exception unmask instructions. */ in test_hw_bp()
/kvm-unit-tests/x86/
H A DMakefile.common57 $(OBJCOPY) --only-keep-debug $^ $@.debug
58 $(OBJCOPY) --strip-debug $^
59 $(OBJCOPY) --add-gnu-debuglink=$@.debug $^
132 $(TEST_DIR)/*.so $(TEST_DIR)/*.efi $(TEST_DIR)/*.debug
H A Drun35 pc_testdev="-device pc-testdev -device isa-debug-exit,iobase=0xf4,iosize=0x4"
H A DREADME21 -device isa-debug-exit,iobase=0xf4,iosize=0x4 \
H A Dpmu_lbr.c62 report_skip("Perfmon/Debug Capabilities MSR isn't supported."); in main()
H A Dtscdeadline_latency.c15 * # cd /sys/kernel/debug/tracing/
H A DMakefile.x86_6430 $(TEST_DIR)/pcid.$(exe) $(TEST_DIR)/debug.$(exe) \
H A Dunittests.cfg463 [debug]
464 file = debug.flat
H A Dvmx_tests.c1883 report(dr7 == 0x404, "Load debug controls" /* && debugctl == 0x2 */); in dbgctls_main()
1891 report(vmx_get_test_stage() == 1, "Save debug controls"); in dbgctls_main()
1906 "Guest=host debug controls" /* && debugctl == 0x1 */); in dbgctls_main()
1914 report(vmx_get_test_stage() == 4, "Don't save debug controls"); in dbgctls_main()
5083 * VM-exit with populated 'pending debug exceptions' VMCS field. in vmx_mtf_test()
5095 "'pending debug exceptions' field after MTF VM-exit: 0x%lx (expected 0x%lx)", in vmx_mtf_test()
7798 * If the "load debug controls" VM-entry control is 1, bits 63:32 in
8940 * pending debug exceptions are raised, but before execution of any
8981 * VMX-preemption timer should fire after pending debug exceptions in vmx_preemption_timer_zero_test()
8990 * VMX-preemption timer would fire after pending debug exceptions in vmx_preemption_timer_zero_test()
[all …]
H A Ddebug.c467 * and is reserved if CR4.DE=1 (Debug Extensions enabled). in main()
H A Dsvm_tests.c180 /* Loop testing debug register reads */ in test_dr_intercept()
216 /* Loop testing debug register writes */ in test_dr_intercept()
264 * Compute debug register number. in dr_intercept_finished()
1937 /* Trigger #DB via debug registers */ in host_rflags_db_handler()
/kvm-unit-tests/riscv/
H A DMakefile122 $(OBJCOPY) --only-keep-debug $^ $@.debug
123 $(OBJCOPY) --strip-debug $^
124 $(OBJCOPY) --add-gnu-debuglink=$@.debug $^
147 $(RM) $(TEST_DIR)/*.{o,flat,elf,so,efi,debug} \
/kvm-unit-tests/
H A D.gitlab-ci.yml33 debug-bp
34 debug-sstep
35 debug-wp
93 debug-bp
94 debug-sstep
95 debug-wp
H A D.gitignore10 *.debug
/kvm-unit-tests/ci/
H A Dcirrus-ci-fedora.yml25 debug
/kvm-unit-tests/scripts/
H A Dpretty_print_stacks.py70 binary += '.debug'
H A Dvmm.bash19 # not use debug-exit
H A Dcheckpatch.pl56 my %debug;
126 --debug KEY=[0|1] turn on/off debugging of KEY, where KEY is one of
327 'debug=s' => \%debug,
439 for my $key (keys %debug) {
441 eval "\${dbg_$key} = '$debug{$key}';";
603 …(?:[a-z0-9]+_){1,2}(?:printk|emerg|alert|crit|err|warning|warn|notice|info|debug|dbg|vdbg|devel|co…
4883 $level2 = "dbg" if ($level eq "debug");
4895 $level = "dbg" if ($level eq "debug");
4903 …"Do not use $1() in production code (this can be ignored if built only with a debug config option)…
/kvm-unit-tests/riscv/efi/
H A Dcrt0-efi-riscv64.S90 .8byte 0 // Debug
/kvm-unit-tests/lib/s390x/
H A Dcss.h289 /* Debug functions */
/kvm-unit-tests/s390x/
H A Duv-host.c168 * If debug is enabled info from the uv header is printed in test_access()
172 report_skip("Debug doesn't work with access tests"); in test_access()
/kvm-unit-tests/lib/linux/
H A Dpci_regs.h209 #define PCI_CAP_ID_DBG 0x0A /* Debug port */

12