예제 #1
0
 def cpuid(self, eax, ecx):
     (reax, rebx, recx, redx) = edk2.cpuid(eax, ecx)
     return (reax, rebx, recx, redx)
예제 #2
0
파일: efihelper.py 프로젝트: rollys/chipsec
 def cpuid(self, eax, ecx):
     (reax, rebx, recx, redx)=edk2.cpuid(eax,ecx)
     return (reax, rebx, recx, redx)