Home
last modified time | relevance | path

Searched refs:kvm_arm_sve_supported (Results 1 – 3 of 3) sorted by relevance

/qemu/target/arm/
H A Dkvm_arm.h189 bool kvm_arm_sve_supported(void);
233 static inline bool kvm_arm_sve_supported(void) in kvm_arm_sve_supported() function
H A Dcpu64.c68 if (kvm_arm_sve_supported()) { in arm_cpu_sve_finalize()
292 if (value && kvm_enabled() && !kvm_arm_sve_supported()) { in cpu_arm_set_sve()
H A Dkvm.c266 sve_supported = kvm_arm_sve_supported(); in kvm_arm_get_host_cpu_features()
1791 bool kvm_arm_sve_supported(void) in kvm_arm_sve_supported() function
1900 assert(kvm_arm_sve_supported()); in kvm_arch_init_vcpu()