Searched full:debug (Results 1 – 25 of 26) sorted by relevance
12
/kvm-unit-tests/arm/ |
H A D | unittests.cfg | 273 # 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 D | Makefile.common | 87 $(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 D | Makefile.arm64 | 64 tests += $(TEST_DIR)/debug.$(exe)
|
H A D | debug.c | 294 /* Trap on up to 16 debug exception unmask instructions. */ in test_hw_bp()
|
/kvm-unit-tests/x86/ |
H A D | Makefile.common | 57 $(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 D | run | 35 pc_testdev="-device pc-testdev -device isa-debug-exit,iobase=0xf4,iosize=0x4"
|
H A D | README | 21 -device isa-debug-exit,iobase=0xf4,iosize=0x4 \
|
H A D | pmu_lbr.c | 62 report_skip("Perfmon/Debug Capabilities MSR isn't supported."); in main()
|
H A D | tscdeadline_latency.c | 15 * # cd /sys/kernel/debug/tracing/
|
H A D | Makefile.x86_64 | 30 $(TEST_DIR)/pcid.$(exe) $(TEST_DIR)/debug.$(exe) \
|
H A D | unittests.cfg | 463 [debug] 464 file = debug.flat
|
H A D | vmx_tests.c | 1883 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 D | debug.c | 467 * and is reserved if CR4.DE=1 (Debug Extensions enabled). in main()
|
H A D | svm_tests.c | 180 /* 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 D | Makefile | 122 $(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.yml | 33 debug-bp 34 debug-sstep 35 debug-wp 93 debug-bp 94 debug-sstep 95 debug-wp
|
H A D | .gitignore | 10 *.debug
|
/kvm-unit-tests/ci/ |
H A D | cirrus-ci-fedora.yml | 25 debug
|
/kvm-unit-tests/scripts/ |
H A D | pretty_print_stacks.py | 70 binary += '.debug'
|
H A D | vmm.bash | 19 # not use debug-exit
|
H A D | checkpatch.pl | 56 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 D | crt0-efi-riscv64.S | 90 .8byte 0 // Debug
|
/kvm-unit-tests/lib/s390x/ |
H A D | css.h | 289 /* Debug functions */
|
/kvm-unit-tests/s390x/ |
H A D | uv-host.c | 168 * 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 D | pci_regs.h | 209 #define PCI_CAP_ID_DBG 0x0A /* Debug port */
|
12