Searched refs:x86_cache_t (Results 1 – 5 of 5) sorted by relevance
/illumos-gate/usr/src/uts/intel/sys/ |
H A D | cpu_module.h | 234 extern cmi_errno_t cmi_cache_info(cmi_hdl_t, uint32_t, x86_cache_t *);
|
H A D | x86_archext.h | 1874 } x86_cache_t; typedef 1877 extern int cpuid_getcache(struct cpu *, uint32_t, x86_cache_t *);
|
/illumos-gate/usr/src/uts/i86pc/os/ |
H A D | cmi_hw.c | 128 cmi_errno_t (*cmio_cache)(cmi_hdl_impl_t *, uint32_t, x86_cache_t *); 721 ntv_cache(cmi_hdl_impl_t *hdl, uint32_t cno, x86_cache_t *cachep) in ntv_cache() 1054 xpv_cache(cmi_hdl_impl_t *hdl, uint32_t cno, x86_cache_t *cachep) in xpv_cache() 2052 cmi_cache_info(cmi_hdl_t hdl, uint32_t cno, x86_cache_t *cachep) in cmi_cache_info()
|
/illumos-gate/usr/src/uts/intel/io/ |
H A D | devfm_machdep.c | 389 x86_cache_t c; in fm_populate_cache()
|
/illumos-gate/usr/src/uts/intel/os/ |
H A D | cpuid.c | 8421 cpuid_getcache(struct cpu *cpu, uint32_t cno, x86_cache_t *cache) in cpuid_getcache() 8437 bzero(cache, sizeof (x86_cache_t)); in cpuid_getcache()
|