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.h187 bool kvm_arm_sve_supported(void);
240 static inline bool kvm_arm_sve_supported(void) in kvm_arm_sve_supported() function
H A Dcpu64.c69 if (kvm_arm_sve_supported()) { in arm_cpu_sve_finalize()
293 if (value && kvm_enabled() && !kvm_arm_sve_supported()) { in cpu_arm_set_sve()
H A Dkvm.c283 sve_supported = kvm_arm_sve_supported(); in kvm_arm_get_host_cpu_features()
1800 bool kvm_arm_sve_supported(void) in kvm_arm_sve_supported() function
1909 assert(kvm_arm_sve_supported()); in kvm_arch_init_vcpu()