return subleaf <= eax;
}
-/*
- *----------------------------------------------------------------------
- *
- * CPUID_IsValidDSubleaf --
- *
- * It is the caller's repsonsibility to determine if the processor
- * supports XSAVE and therefore has D sub-leaves.
- *
- *----------------------------------------------------------------------
- */
-static INLINE Bool
-CPUID_IsValidDSubleaf(uint32 subleaf) // IN: subleaf to check
-{
- return subleaf <= 63;
-}
-
/*
*----------------------------------------------------------------------
*