Searched refs:KVM_ARM64_SVE_MAX_SLICES (Results 1 – 4 of 4) sorted by relevance
289 #define KVM_ARM64_SVE_MAX_SLICES 32 macro295 ((i) & (KVM_ARM64_SVE_MAX_SLICES - 1)))301 ((i) & (KVM_ARM64_SVE_MAX_SLICES - 1)))306 ((i) & (KVM_ARM64_SVE_MAX_SLICES - 1)))
287 #define KVM_ARM64_SVE_MAX_SLICES 32 macro293 ((i) & (KVM_ARM64_SVE_MAX_SLICES - 1)))299 ((i) & (KVM_ARM64_SVE_MAX_SLICES - 1)))304 ((i) & (KVM_ARM64_SVE_MAX_SLICES - 1)))
422 BUILD_BUG_ON(SVE_NUM_SLICES != KVM_ARM64_SVE_MAX_SLICES); in sve_reg_to_region()
154 i = id & (KVM_ARM64_SVE_MAX_SLICES - 1); in sve_id_to_str()