/kvm-unit-tests/lib/s390x/ |
H A D | smp.c | 111 cpus[idx].active = false; in smp_cpu_stop_nolock() 146 cpus[idx].active = false; in smp_cpu_stop_nowait() 186 cpus[idx].active = true; in smp_cpu_restart_nolock() 217 cpus[idx].active = true; in smp_cpu_restart_nowait() 254 if (cpus[idx].active) in smp_cpu_setup_nolock() 313 if (cpus[i].active && in smp_teardown() 337 cpus[i].active = false; in smp_setup() 355 cpus[0].active = true; in smp_setup()
|
H A D | sclp-console.c | 293 * (response code 05F0, "not active because of the state of in sclp_print()
|
/kvm-unit-tests/lib/arm/ |
H A D | gic.c | 345 bool pending, active; in gic_irq_state() local 372 active = readl(isactiver + offset) & mask; in gic_irq_state() 374 if (!active && !pending) in gic_irq_state() 378 if (active) in gic_irq_state() 380 if (active && pending) in gic_irq_state()
|
/kvm-unit-tests/arm/ |
H A D | unittests.cfg | 156 [gicv2-active] 159 extra_params = -machine gic-version=2 -append 'active' 162 [gicv3-active] 165 extra_params = -machine gic-version=3 -append 'active'
|
H A D | gic.c | 348 report_prefix_push("active"); in run_active_clear_test() 967 } else if (strcmp(argv[1], "active") == 0) { in main()
|
/kvm-unit-tests/ |
H A D | .gitlab-ci.yml | 36 gicv2-active 39 gicv3-active 96 gicv2-active 99 gicv3-active 139 pci-test pmu-cycle-counter gicv2-ipi gicv2-mmio gicv3-ipi gicv2-active 140 gicv3-active
|
/kvm-unit-tests/s390x/ |
H A D | pfmf.c | 40 report_skip("storage key removal facility is active"); in test_4k_key() 64 report_skip("storage key removal facility is active"); in test_1m_key()
|
H A D | macros.S | 50 * Store CR0 and load initial CR0 so AFP is active and we can
|
H A D | migration-skey.c | 236 report_skip("storage key removal facility is active"); in main()
|
H A D | diag258.c | 190 * 4 (pfault handshaking not active). in test_refbk_prefixing()
|
H A D | skey.c | 732 report_skip("storage key removal facility is active"); in main()
|
/kvm-unit-tests/lib/x86/asm/ |
H A D | debugreg.h | 8 * DR6_ACTIVE_LOW combines fixed-1 and active-low bits (e.g. RTM), and is also
|
/kvm-unit-tests/x86/ |
H A D | vmx.c | 503 report(check_all_vmcs_fields(0), "current:VMCS0 active:[VMCS0]"); in test_vmcs_lifecycle() 507 report(check_all_vmcs_fields(0), "current:VMCS0 active:[VMCS0]"); in test_vmcs_lifecycle() 510 report(check_all_vmcs_fields(0), "current:VMCS0 active:[VMCS0]"); in test_vmcs_lifecycle() 514 report(check_all_vmcs_fields(1), "current:VMCS1 active:[VMCS0,VCMS1]"); in test_vmcs_lifecycle() 517 report(check_all_vmcs_fields(0), "current:VMCS0 active:[VMCS0,VCMS1]"); in test_vmcs_lifecycle() 519 report(check_all_vmcs_fields(1), "current:VMCS1 active:[VMCS0,VCMS1]"); in test_vmcs_lifecycle() 521 report(check_all_vmcs_fields(1), "current:VMCS1 active:[VMCS0,VCMS1]"); in test_vmcs_lifecycle() 524 report(check_all_vmcs_fields(1), "current:VMCS1 active:[VCMS1]"); in test_vmcs_lifecycle() 529 report(check_all_vmcs_fields(2), "current:VMCS1 active:[VCMS1]"); in test_vmcs_lifecycle()
|
H A D | lam.c | 100 * This test case is only triggered when LAM_U57 is active and 4-level in test_ptr()
|
H A D | vmx_tests.c | 5212 * 13 0 64 bit mode not active in vmx_mtf_pdpte_test() 7756 * Restore host's active CR4 and RIP values by triggering a VM-Exit. in test_host_addr_size() 7758 * testcases as needed, but don't guarantee a VM-Exit and so the active in test_host_addr_size() 7760 * and RIP values at some point is unavoidable, and the active values in test_host_addr_size() 7763 * the active RIP will already be restored, but that's also not in test_host_addr_size() 8385 * can't be toggled while long is active via MOV CR4, but there are no in vmx_cr_load_test() 8597 report_prefix_push("active, no blocking"); in vmx_nmi_window_test() 8608 report_prefix_push("active, blocking by MOV-SS"); in vmx_nmi_window_test() 8619 report_prefix_push("active, no blocking, injecting #DB"); in vmx_nmi_window_test() 8631 report_prefix_push("active, blocking by NMI"); in vmx_nmi_window_test() [all …]
|
H A D | debug.c | 491 * is active, and are never cleared by the CPU. Verify a match on DR0 in main()
|
H A D | emulator.c | 732 /* On Intel, code #DBs are inhibited when MOV/POP SS blocking is active. */ in test_mov_pop_ss_code_db()
|
/kvm-unit-tests/lib/x86/ |
H A D | msr.h | 20 #define _EFER_LMA 10 /* Long mode active (read-only) */ 228 /* C1E active bits in int pending message */
|
H A D | vm.c | 268 * split_large_page() can be called to split the active code page in split_large_page()
|
/kvm-unit-tests/lib/linux/ |
H A D | pci_regs.h | 518 #define PCI_EXP_LNKCAP_DLLLARC 0x00100000 /* Data Link Layer Link Active Reporting Capable */ 547 #define PCI_EXP_LNKSTA_DLLLA 0x2000 /* Data Link Layer Link Active */ 895 #define PCI_SRIOV_VFM_MO 0x2 /* Active.MigrateOut */ 896 #define PCI_SRIOV_VFM_AV 0x3 /* Active.Available */
|
/kvm-unit-tests/lib/s390x/asm/ |
H A D | arch_def.h | 81 bool active; member
|
/kvm-unit-tests/scripts/ |
H A D | get_maintainer.pl | 1064 that are no longer active maintainers to the output. 1942 Various knobs exist to control the length of time for active commit
|