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.c6471 uint_t dtlb_nent = 0; in cpuid_get_dtlb_nent() local
6493 dtlb_nent = cp->cp_ebx & 0x0000ffff; in cpuid_get_dtlb_nent()
6495 dtlb_nent = BITX(cp->cp_ebx, 27, 16); in cpuid_get_dtlb_nent()
6500 dtlb_nent = cp->cp_eax & 0x0000ffff; in cpuid_get_dtlb_nent()
6502 dtlb_nent = BITX(cp->cp_eax, 27, 16); in cpuid_get_dtlb_nent()
6511 if (dtlb_nent != 0) in cpuid_get_dtlb_nent()
6512 return (dtlb_nent); in cpuid_get_dtlb_nent()
6522 dtlb_nent = BITX(cp->cp_ebx, 23, 16); in cpuid_get_dtlb_nent()
6525 dtlb_nent = BITX(cp->cp_eax, 23, 16); in cpuid_get_dtlb_nent()
6533 return (dtlb_nent); in cpuid_get_dtlb_nent()