Searched refs:max_vcpus (Results 1 – 4 of 4) sorted by relevance
106 extern u32 xive_native_alloc_vp_block(u32 max_vcpus);155 static inline u32 xive_native_alloc_vp_block(u32 max_vcpus) { return XIVE_INVALID_VP; } in xive_native_alloc_vp_block() argument
654 u32 xive_native_alloc_vp_block(u32 max_vcpus) in xive_native_alloc_vp_block() argument659 order = fls(max_vcpus) - 1; in xive_native_alloc_vp_block()660 if (max_vcpus > (1 << order)) in xive_native_alloc_vp_block()664 max_vcpus, order); in xive_native_alloc_vp_block()
75 int max_vcpus; member
79 int max_vcpus; member