Home | History | Annotate | Line # | Download | only in arch
cpuctl_i386.h revision 1.2.2.2
      1 /*      $NetBSD: cpuctl_i386.h,v 1.2.2.2 2013/01/23 00:06:41 yamt Exp $      */
      2 
      3 /* Interfaces to code in i386-asm.S */
      4 
      5 #define	x86_cpuid(a,b)	x86_cpuid2((a),0,(b))
      6 
      7 void x86_cpuid2(uint32_t, uint32_t, uint32_t *);
      8 uint32_t x86_identify(void);
      9 uint32_t x86_xgetbv(void);
     10