| D | xcr0_cpuid_test.c | 22 #define ASSERT_XFEATURE_DEPENDENCIES(supported_xcr0, xfeatures, dependencies) \ argument 24 uint64_t __supported = (supported_xcr0) & ((xfeatures) | (dependencies)); \ 27 __supported == ((xfeatures) | (dependencies)), \ 28 "supported = 0x%llx, xfeatures = 0x%llx, dependencies = 0x%llx", \ 29 __supported, (xfeatures), (dependencies)); \
|