Home | History | Annotate | Line # | Download | only in arch
cpuctl_i386.h revision 1.2.36.1
      1 /*      $NetBSD: cpuctl_i386.h,v 1.2.36.1 2019/06/10 22:10:29 christos 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