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

/illumos-gate/usr/src/uts/i86pc/os/
H A Dcpuid.c3306 uint_t dtlb_nent = 0; local
3328 dtlb_nent = cp->cp_ebx & 0x0000ffff;
3330 dtlb_nent = BITX(cp->cp_ebx, 27, 16);
3335 dtlb_nent = cp->cp_eax & 0x0000ffff;
3337 dtlb_nent = BITX(cp->cp_eax, 27, 16);
3346 if (dtlb_nent != 0)
3347 return (dtlb_nent);
3357 dtlb_nent = BITX(cp->cp_ebx, 23, 16);
3360 dtlb_nent = BITX(cp->cp_eax, 23, 16);
3368 return (dtlb_nent);
[all...]

Completed in 87 milliseconds