Searched refs:max_vcpus (Results 1 – 4 of 4) sorted by relevance
131 extern u32 xive_native_alloc_vp_block(u32 max_vcpus);164 static inline u32 xive_native_alloc_vp_block(u32 max_vcpus) { return XIVE_INVALID_VP; } in xive_native_alloc_vp_block() argument
638 u32 xive_native_alloc_vp_block(u32 max_vcpus) in xive_native_alloc_vp_block() argument643 order = fls(max_vcpus) - 1; in xive_native_alloc_vp_block()644 if (max_vcpus > (1 << order)) in xive_native_alloc_vp_block()648 max_vcpus, order); in xive_native_alloc_vp_block()
78 int max_vcpus; member
70 int max_vcpus; member