They seem to have been introduced by accident in 23311:
f4585056b9ae
when some 'static inline' functions were moved out of a header
Signed-off-by: Tim Deegan <tim@xen.org>
"a" (lo), "d" (hi));
}
-inline void set_xcr0(u64 xfeatures)
+void set_xcr0(u64 xfeatures)
{
this_cpu(xcr0) = xfeatures;
xsetbv(XCR_XFEATURE_ENABLED_MASK, xfeatures);
}
-inline uint64_t get_xcr0(void)
+uint64_t get_xcr0(void)
{
return this_cpu(xcr0);
}