Home
last modified time | relevance | path

Searched full:trigger (Results 1 – 23 of 23) sorted by relevance

/kvm-unit-tests/s390x/
H A Dspec_ex.c247 * 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 Dintel-iommu.c59 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 Dintel-iommu.h146 int dest_id, trigger_mode_t trigger);
H A Dprocessor.h972 * Trigger an #AC by writing 8 bytes to a 4-byte aligned address. in generate_usermode_ac()
/kvm-unit-tests/x86/
H A Dcet.c26 * 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 Dintel-iommu.c95 /* Manually trigger INTR */ in vtd_test_ir()
121 /* Manually trigger INTR */ in vtd_test_ir()
H A Dtaskswitch2.c140 printf("Trigger IRQ from APIC\n"); in test_kernel_mode_int()
H A Dpmu.c239 * 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 Dlam.c183 /* Test for MMIO to trigger instruction emulation. */ in __test_lam_sup()
H A Dsvm_tests.c687 * 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 Daccess.c912 * 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 Dpmu_pebs.c88 /* test whether emulated instructions should trigger PEBS */
H A Demulator64.c318 /* trigger #MF */ in test_mmx_movq_mf()
H A Demulator.c238 /* Trigger exit on smsw */ in test_smsw()
H A Dvmx_tests.c8361 * 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 Dunittests.cfg175 [its-trigger]
178 extra_params = -machine gic-version=3 -append 'its-trigger'
H A Dpl031.c157 report_info("Checking IRQ trigger (MR)"); in check_rtc_irq()
H A Dgic.c722 * 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 Dpmu.c506 /* Preset counter #0 to pre overflow value to trigger an overflow */ in test_basic_event_count()
/kvm-unit-tests/lib/
H A Dldiv32.c35 /* Trigger a division by zero at run time (trick taken from iPXE). */ in __udivmoddi4()
/kvm-unit-tests/
H A D.gitlab-ci.yml42 its-trigger
102 its-trigger
/kvm-unit-tests/lib/libfdt/
H A Dlibfdt_internal.h125 * functions are called with valid parameters, i.e. not trigger
/kvm-unit-tests/scripts/
H A Dcheckpatch.pl3654 # and so hopefully shouldn't trigger false
4908 # least the arch entry code will not trigger this warning.