Home
last modified time | relevance | path

Searched refs:vpset (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/include/asm-generic/
H A Dmshyperv.h219 static inline int __cpumask_to_vpset(struct hv_vpset *vpset, in __cpumask_to_vpset() argument
236 vpset->bank_contents[vcpu_bank] = 0; in __cpumask_to_vpset()
250 &vpset->bank_contents[vcpu_bank]); in __cpumask_to_vpset()
254 vpset->valid_bank_mask = GENMASK_ULL(nr_bank - 1, 0); in __cpumask_to_vpset()
265 static inline int cpumask_to_vpset(struct hv_vpset *vpset, in cpumask_to_vpset() argument
268 return __cpumask_to_vpset(vpset, cpus, NULL); in cpumask_to_vpset()
271 static inline int cpumask_to_vpset_skip(struct hv_vpset *vpset, in cpumask_to_vpset_skip() argument
275 return __cpumask_to_vpset(vpset, cpus, func); in cpumask_to_vpset_skip()