Searched refs:KVM_ARM64_SVE_MAX_SLICES (Results 1 – 2 of 2) sorted by relevance
284 #define KVM_ARM64_SVE_MAX_SLICES 32 macro290 ((i) & (KVM_ARM64_SVE_MAX_SLICES - 1)))296 ((i) & (KVM_ARM64_SVE_MAX_SLICES - 1)))301 ((i) & (KVM_ARM64_SVE_MAX_SLICES - 1)))
263 pub const KVM_ARM64_SVE_MAX_SLICES: u32 = 32; constant