Home
last modified time | relevance | path

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

/linux/include/asm-generic/
A Dmshyperv.h236 static inline int __cpumask_to_vpset(struct hv_vpset *vpset, in __cpumask_to_vpset() argument
253 vpset->bank_contents[vcpu_bank] = 0; in __cpumask_to_vpset()
267 &vpset->bank_contents[vcpu_bank]); in __cpumask_to_vpset()
271 vpset->valid_bank_mask = GENMASK_ULL(nr_bank - 1, 0); in __cpumask_to_vpset()
282 static inline int cpumask_to_vpset(struct hv_vpset *vpset, in cpumask_to_vpset() argument
285 return __cpumask_to_vpset(vpset, cpus, NULL); in cpumask_to_vpset()
288 static inline int cpumask_to_vpset_skip(struct hv_vpset *vpset, in cpumask_to_vpset_skip() argument
292 return __cpumask_to_vpset(vpset, cpus, func); in cpumask_to_vpset_skip()

Completed in 4 milliseconds