Home
last modified time | relevance | path

Searched refs:dtlb_nent (Results 1 – 1 of 1) sorted by last modified time

/illumos-gate/usr/src/uts/intel/os/
H A Dcpuid.c6463 uint_t dtlb_nent = 0; in cpuid_get_dtlb_nent() local
6485 dtlb_nent = cp->cp_ebx & 0x0000ffff; in cpuid_get_dtlb_nent()
6487 dtlb_nent = BITX(cp->cp_ebx, 27, 16); in cpuid_get_dtlb_nent()
6492 dtlb_nent = cp->cp_eax & 0x0000ffff; in cpuid_get_dtlb_nent()
6494 dtlb_nent = BITX(cp->cp_eax, 27, 16); in cpuid_get_dtlb_nent()
6503 if (dtlb_nent != 0) in cpuid_get_dtlb_nent()
6504 return (dtlb_nent); in cpuid_get_dtlb_nent()
6514 dtlb_nent = BITX(cp->cp_ebx, 23, 16); in cpuid_get_dtlb_nent()
6517 dtlb_nent = BITX(cp->cp_eax, 23, 16); in cpuid_get_dtlb_nent()
6525 return (dtlb_nent); in cpuid_get_dtlb_nent()