/kvm-unit-tests/s390x/ |
H A D | spec_ex.c | 247 * If a trigger is transactable it will also be executed during a transaction. 268 static void test_spec_ex(const struct spec_ex_trigger *trigger) in test_spec_ex() argument 273 register_pgm_cleanup_func(trigger->fixup); in test_spec_ex() 274 rc = trigger->func(); in test_spec_ex() 276 /* test failed, nothing to be done, reporting responsibility of trigger */ in test_spec_ex() 290 with_transaction(int (*trigger)(void), struct __htm_tdb *diagnose) in with_transaction() 306 trigger(); in with_transaction() 314 static int retry_transaction(const struct spec_ex_trigger *trigger, unsigned int max_retries, in retry_transaction() argument 322 trans_result = with_transaction(trigger->func, tdb); in retry_transaction() 346 static void test_spec_ex_trans(struct args *args, const struct spec_ex_trigger *trigger) in test_spec_ex_trans() argument [all …]
|
/kvm-unit-tests/lib/x86/ |
H A D | intel-iommu.c | 59 uint32_t trigger_mode:1; /* Trigger Mode */ 246 int vector, int dest_id, trigger_mode_t trigger) in vtd_setup_irte() argument 252 irte->trigger_mode = trigger; in vtd_setup_irte() 331 int dest_id, trigger_mode_t trigger) in vtd_setup_ioapic_irq() argument 343 dest_id, trigger); in vtd_setup_ioapic_irq() 346 entry.trigger_mode = trigger; in vtd_setup_ioapic_irq()
|
H A D | intel-iommu.h | 146 int dest_id, trigger_mode_t trigger);
|
H A D | processor.h | 972 * Trigger an #AC by writing 8 bytes to a 4-byte aligned address. in generate_usermode_ac()
|
/kvm-unit-tests/x86/ |
H A D | cet.c | 26 * In below line, it modifies the return address, it'll trigger #CP in cet_shstk_func() 41 * endbr64, it'll trigger #CP with error code 0x3, and the execution in cet_ibt_func() 62 /* Below jmp is expected to trigger #GP */ in handle_cp()
|
H A D | intel-iommu.c | 95 /* Manually trigger INTR */ in vtd_test_ir() 121 /* Manually trigger INTR */ in vtd_test_ir()
|
H A D | taskswitch2.c | 140 printf("Trigger IRQ from APIC\n"); in test_kernel_mode_int()
|
H A D | pmu.c | 239 * For CPUs without IBPB support, no way to force to trigger a branch in adjust_events_range() 797 /* Generate a non-canonical #GP to trigger ABORT. */ in check_tsx_cycles() 974 * there is no way to force to trigger a LLC miss, thus set in main()
|
H A D | lam.c | 183 /* Test for MMIO to trigger instruction emulation. */ in __test_lam_sup()
|
H A D | svm_tests.c | 687 * are not in guest-mode anymore so we can't trigger an intercept. in sel_cr0_bug_test() 688 * Trigger a tripple-fault for now. in sel_cr0_bug_test() 1937 /* Trigger #DB via debug registers */ in host_rflags_db_handler() 2295 /* Clear P (Present) bit in NPT in order to trigger #NPF */ in test_cr3() 3086 // subtest: test that enabling EFLAGS.IF is enough to trigger an interrupt 3111 // subtest: test that a clever guest can trigger an interrupt by setting GIF 3143 // subtest: test that a clever guest can trigger an interrupt by setting GIF
|
H A D | access.c | 912 * This test case is used to trigger the bug which is fixed by 950 * This test case is used to trigger the bug which is fixed by 996 * Note: to trigger this bug, hugepage should be disabled on host.
|
H A D | pmu_pebs.c | 88 /* test whether emulated instructions should trigger PEBS */
|
H A D | emulator64.c | 318 /* trigger #MF */ in test_mmx_movq_mf()
|
H A D | emulator.c | 238 /* Trigger exit on smsw */ in test_smsw()
|
H A D | vmx_tests.c | 8361 * shadow. In order to trigger an exit to KVM, we can toggle a in vmx_cr_load_test() 9434 /* Trigger ioapic scan */ in trigger_ioapic_scan_thread() 9458 /* Signal to L1 CPU to trigger ioapic scan */ in vmx_eoi_bitmap_ioapic_scan_test_guest() 9460 /* Wait until L1 CPU to trigger ioapic scan */ in vmx_eoi_bitmap_ioapic_scan_test_guest() 9567 /* If requested, wait for other CPU to trigger ioapic scan */ in vmx_apic_passthrough_guest()
|
/kvm-unit-tests/arm/ |
H A D | unittests.cfg | 175 [its-trigger] 178 extra_params = -machine gic-version=3 -append 'its-trigger'
|
H A D | pl031.c | 157 report_info("Checking IRQ trigger (MR)"); in check_rtc_irq()
|
H A D | gic.c | 722 * disable 8195, check dev2/eventid=20 does not trigger the in test_its_trigger() 733 "dev2/eventid=20 does not trigger any LPI"); in test_its_trigger() 973 } else if (!strcmp(argv[1], "its-trigger")) { in main()
|
H A D | pmu.c | 506 /* Preset counter #0 to pre overflow value to trigger an overflow */ in test_basic_event_count()
|
/kvm-unit-tests/lib/ |
H A D | ldiv32.c | 35 /* Trigger a division by zero at run time (trick taken from iPXE). */ in __udivmoddi4()
|
/kvm-unit-tests/ |
H A D | .gitlab-ci.yml | 42 its-trigger 102 its-trigger
|
/kvm-unit-tests/lib/libfdt/ |
H A D | libfdt_internal.h | 125 * functions are called with valid parameters, i.e. not trigger
|
/kvm-unit-tests/scripts/ |
H A D | checkpatch.pl | 3654 # and so hopefully shouldn't trigger false 4908 # least the arch entry code will not trigger this warning.
|