Searched refs:vpmu_vm (Results 1 – 1 of 1) sorted by relevance
28 struct vpmu_vm { struct34 static struct vpmu_vm vpmu_vm; argument424 memset(&vpmu_vm, 0, sizeof(vpmu_vm)); in create_vpmu_vm()426 vpmu_vm.vm = vm_create(1); in create_vpmu_vm()436 vpmu_vm.vcpu = aarch64_vcpu_add(vpmu_vm.vm, 0, &init, guest_code); in create_vpmu_vm()438 vpmu_vm.gic_fd = vgic_v3_setup(vpmu_vm.vm, 1, 64); in create_vpmu_vm()456 close(vpmu_vm.gic_fd); in destroy_vpmu_vm()457 kvm_vm_free(vpmu_vm.vm); in destroy_vpmu_vm()484 vcpu = vpmu_vm.vcpu; in test_create_vpmu_vm_with_pmcr_n()520 vcpu = vpmu_vm.vcpu; in run_access_test()[all …]