Home
last modified time | relevance | path

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

/openbmc/qemu/target/arm/
H A Dkvm_arm.h314 bool kvm_arm_sve_supported(void);
396 static inline bool kvm_arm_sve_supported(void) in kvm_arm_sve_supported() function
H A Dkvm64.c247 sve_supported = kvm_arm_sve_supported(); in kvm_arm_get_host_cpu_features()
473 bool kvm_arm_sve_supported(void) in kvm_arm_sve_supported() function
588 assert(kvm_arm_sve_supported()); in kvm_arch_init_vcpu()
H A Dcpu64.c68 if (kvm_arm_sve_supported()) { in arm_cpu_sve_finalize()
288 if (value && kvm_enabled() && !kvm_arm_sve_supported()) { in cpu_arm_set_sve()