Home
last modified time | relevance | path

Searched refs:KVM_ARM64_SVE_VLS_WORDS (Results 1 – 2 of 2) sorted by relevance

/qemu/linux-headers/asm-arm64/
H A Dkvm.h348 #define KVM_ARM64_SVE_VLS_WORDS \ macro
/qemu/target/arm/
H A Dkvm.c1787 static uint64_t vls[KVM_ARM64_SVE_VLS_WORDS]; in kvm_arm_sve_get_vls()
1822 for (i = KVM_ARM64_SVE_VLS_WORDS - 1; i >= 0; --i) { in kvm_arm_sve_get_vls()
1840 uint64_t vls[KVM_ARM64_SVE_VLS_WORDS] = { cpu->sve_vq.map }; in kvm_arm_sve_set_vls()