Constructor macro for honsed cpuid-info-p structures.
Syntax:
(make-honsed-cpuid-info [:eax <eax>] [:ebx <ebx>] [:ecx <ecx>] [:edx <edx>])
This is identical to make-cpuid-info, except that we hons the structure we are creating.
This is an ordinary honsing
Macro:
(defmacro make-honsed-cpuid-info (&rest args) (std::make-aggregate 'cpuid-info args '((:eax) (:ebx) (:ecx) (:edx)) 'make-honsed-cpuid-info t))