Searched refs:KVM_ARM64_SVE_MAX_SLICES (Results 1 – 4 of 4) sorted by relevance
295 #define KVM_ARM64_SVE_MAX_SLICES 32 macro301 ((i) & (KVM_ARM64_SVE_MAX_SLICES - 1)))307 ((i) & (KVM_ARM64_SVE_MAX_SLICES - 1)))312 ((i) & (KVM_ARM64_SVE_MAX_SLICES - 1)))
439 BUILD_BUG_ON(SVE_NUM_SLICES != KVM_ARM64_SVE_MAX_SLICES); in sve_reg_to_region()
205 i = id & (KVM_ARM64_SVE_MAX_SLICES - 1); in sve_id_to_str()