Searched defs:x86 (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/grub/grub-0.97/netboot/
H A Dcpu.h47 #define X86_FEATURE_LM (1*32+29) /* Long Mode (x86-64) */
65 uint8_t x86; /* CPU family */ member in struct:cpuinfo_x86
/illumos-gate/usr/src/uts/common/sys/
H A Decppvar.h141 struct ecpp_x86 x86; member in union:ecppunit::__anon177
/illumos-gate/usr/src/uts/common/io/
H A Decpp.c420 static struct ecpp_hw x86 = { variable in typeref:struct:ecpp_hw
442 { "lp", &x86, "i86pc"},
709 if (pp->hw == &x86 && pp->uh.x86.chn != 0xff) {
710 if (ddi_dmae_alloc(dip, pp->uh.x86.chn,
799 if (pp->hw == &x86 && pp->uh.x86.chn != 0xff)
800 (void) ddi_dmae_release(pp->dip, pp->uh.x86.chn);
951 if (pp->hw == &x86) {
956 pp->uh.x86
[all...]

Completed in 84 milliseconds