Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/intel/os/
H A Dcpuid.c6477 uint_t dtlb_nent = 0; in cpuid_get_dtlb_nent() local
6499 dtlb_nent = cp->cp_ebx & 0x0000ffff; in cpuid_get_dtlb_nent()
6501 dtlb_nent = BITX(cp->cp_ebx, 27, 16); in cpuid_get_dtlb_nent()
6506 dtlb_nent = cp->cp_eax & 0x0000ffff; in cpuid_get_dtlb_nent()
6508 dtlb_nent = BITX(cp->cp_eax, 27, 16); in cpuid_get_dtlb_nent()
6517 if (dtlb_nent != 0) in cpuid_get_dtlb_nent()
6518 return (dtlb_nent); in cpuid_get_dtlb_nent()
6528 dtlb_nent = BITX(cp->cp_ebx, 23, 16); in cpuid_get_dtlb_nent()
6531 dtlb_nent = BITX(cp->cp_eax, 23, 16); in cpuid_get_dtlb_nent()
6539 return (dtlb_nent); in cpuid_get_dtlb_nent()