Home | History | Annotate | Line # | Download | only in arch
cpuctl_i386.h revision 1.3
      1 /*      $NetBSD: cpuctl_i386.h,v 1.3 2019/05/10 16:42:57 mlelstv 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 uint64_t rdmsr(u_int);
     11