Searched refs:cpc_getcpuid (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/lib/libcpc/i386/
H A Dgetcpuid.h39 extern uint32_t cpc_getcpuid(uint32_t, uint32_t *, uint32_t *, uint32_t *);
H A Dgetcpuid.s40 cpc_getcpuid(uint32_t eax, uint32_t *ebxp, uint32_t *ecxp, uint32_t *edxp)
45 ENTRY(cpc_getcpuid) function
62 SET_SIZE(cpc_getcpuid)
H A Dconf_pentium.c515 maxeax = cpc_getcpuid(0, &vbuf[0], &vbuf[2], &vbuf[1]);
528 eax = cpc_getcpuid(1, &ebx, &ecx, &edx);

Completed in 67 milliseconds