Home
last modified time | relevance | path

Searched refs:VIR_CONNECT_BASELINE_CPU_EXPAND_FEATURES (Results 1 – 10 of 10) sorted by relevance

/dports/devel/libvirt/libvirt-7.10.0/tests/
H A Dcputest.c294 (data->flags & VIR_CONNECT_BASELINE_CPU_EXPAND_FEATURES) && in cpuTestBaseline()
313 if (data->flags & VIR_CONNECT_BASELINE_CPU_EXPAND_FEATURES) in cpuTestBaseline()
927 if ((flags) & VIR_CONNECT_BASELINE_CPU_EXPAND_FEATURES) \ in mymain()
1057 DO_TEST_BASELINE(VIR_ARCH_X86_64, "3", VIR_CONNECT_BASELINE_CPU_EXPAND_FEATURES, 0); in mymain()
1059 DO_TEST_BASELINE(VIR_ARCH_X86_64, "4", VIR_CONNECT_BASELINE_CPU_EXPAND_FEATURES, 0); in mymain()
1061 DO_TEST_BASELINE(VIR_ARCH_X86_64, "5", VIR_CONNECT_BASELINE_CPU_EXPAND_FEATURES, 0); in mymain()
/dports/deskutils/virt-manager/virt-manager-3.2.0/virtinst/
H A Ddomcapabilities.py289 libvirt.VIR_CONNECT_BASELINE_CPU_EXPAND_FEATURES)
292 libvirt.VIR_CONNECT_BASELINE_CPU_EXPAND_FEATURES)
/dports/devel/libvirt/libvirt-7.10.0/include/libvirt/
H A Dlibvirt-host.h783 VIR_CONNECT_BASELINE_CPU_EXPAND_FEATURES = (1 << 0), /* show all features */ enumerator
/dports/devel/libvirt/libvirt-7.10.0/src/bhyve/
H A Dbhyve_driver.c1408 virCheckFlags(VIR_CONNECT_BASELINE_CPU_EXPAND_FEATURES | in bhyveConnectBaselineCPU()
1421 if ((flags & VIR_CONNECT_BASELINE_CPU_EXPAND_FEATURES) && in bhyveConnectBaselineCPU()
/dports/devel/libvirt/libvirt-7.10.0/tools/
H A Dvirsh-host.c1244 flags |= VIR_CONNECT_BASELINE_CPU_EXPAND_FEATURES; in cmdCPUBaseline()
1699 flags |= VIR_CONNECT_BASELINE_CPU_EXPAND_FEATURES; in cmdHypervisorCPUBaseline()
/dports/devel/libvirt/libvirt-7.10.0/src/vz/
H A Dvz_driver.c924 virCheckFlags(VIR_CONNECT_BASELINE_CPU_EXPAND_FEATURES, NULL); in vzConnectBaselineCPU()
935 if ((flags & VIR_CONNECT_BASELINE_CPU_EXPAND_FEATURES) && in vzConnectBaselineCPU()
/dports/devel/libvirt/libvirt-7.10.0/src/libxl/
H A Dlibxl_driver.c6319 virCheckFlags(VIR_CONNECT_BASELINE_CPU_EXPAND_FEATURES | in libxlConnectBaselineCPU()
6332 if ((flags & VIR_CONNECT_BASELINE_CPU_EXPAND_FEATURES) && in libxlConnectBaselineCPU()
/dports/devel/libvirt/libvirt-7.10.0/src/qemu/
H A Dqemu_driver.c12307 virCheckFlags(VIR_CONNECT_BASELINE_CPU_EXPAND_FEATURES | in qemuConnectBaselineCPU()
12328 if ((flags & VIR_CONNECT_BASELINE_CPU_EXPAND_FEATURES) && in qemuConnectBaselineCPU()
12472 virCheckFlags(VIR_CONNECT_BASELINE_CPU_EXPAND_FEATURES | in qemuConnectBaselineHypervisorCPU()
12519 bool expand_features = (flags & VIR_CONNECT_BASELINE_CPU_EXPAND_FEATURES); in qemuConnectBaselineHypervisorCPU()
12535 if ((flags & VIR_CONNECT_BASELINE_CPU_EXPAND_FEATURES) && in qemuConnectBaselineHypervisorCPU()
/dports/devel/libvirt/libvirt-7.10.0/src/test/
H A Dtest_driver.c1609 virCheckFlags(VIR_CONNECT_BASELINE_CPU_EXPAND_FEATURES, NULL); in testConnectBaselineCPU()
1617 if ((flags & VIR_CONNECT_BASELINE_CPU_EXPAND_FEATURES) && in testConnectBaselineCPU()
/dports/sysutils/py-salt/salt-3004.1/salt/modules/
H A Dvirt.py6884 flags += libvirt.VIR_CONNECT_BASELINE_CPU_EXPAND_FEATURES