Searched refs:getver (Results 1 - 7 of 7) sorted by relevance

/openbsd-current/sys/arch/sparc64/include/
H A Dpsl.h280 static inline u_int64_t getver(void);
282 getver(void) function
/openbsd-current/sys/arch/sparc64/sparc64/
H A Dipifuncs.c81 if (((getver() & VER_IMPL) >> VER_IMPL_SHIFT) == IMPL_JALAPENO)
H A Dcpu.c248 ver = getver();
386 impl = (getver() & VER_IMPL) >> VER_IMPL_SHIFT;
H A Dclock.c501 impl = (getver() & VER_IMPL) >> VER_IMPL_SHIFT;
H A Dautoconf.c337 impl = (getver() & VER_IMPL) >> VER_IMPL_SHIFT;
H A Ddb_interface.c578 #define CHEETAHP (((getver()>>32) & 0x1ff) >= 0x14)
H A Dpmap.c1229 impl = (getver() & VER_IMPL) >> VER_IMPL_SHIFT;

Completed in 96 milliseconds