Lines Matching full:vcpus
7 * This is a test that ensures that non-mixed-width vCPUs (all 64bit vCPUs
8 * or all 32bit vcPUs) can be configured and mixed-width vCPUs cannot be
44 * Add two vCPUs, then run KVM_ARM_VCPU_INIT for one vCPU with @init0,
71 * Tests that two 64bit vCPUs can be configured, two 32bit vCPUs can be
72 * configured, and two mixed-width vCPUs cannot be configured.
73 * Each of those three cases, configure vCPUs in two different orders.
74 * The one is running KVM_CREATE_VCPU for 2 vCPUs, and then running
93 /* Test with 64bit vCPUs */ in main()
96 "Configuring 64bit EL1 vCPUs failed unexpectedly"); in main()
99 "Configuring 64bit EL1 vCPUs failed unexpectedly"); in main()
101 /* Test with 32bit vCPUs */ in main()
105 "Configuring 32bit EL1 vCPUs failed unexpectedly"); in main()
108 "Configuring 32bit EL1 vCPUs failed unexpectedly"); in main()
110 /* Test with mixed-width vCPUs */ in main()
115 "Configuring mixed-width vCPUs worked unexpectedly"); in main()
118 "Configuring mixed-width vCPUs worked unexpectedly"); in main()