Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/intel/sys/
H A Dcpu_module.h234 extern cmi_errno_t cmi_cache_info(cmi_hdl_t, uint32_t, x86_cache_t *);
H A Dx86_archext.h1874 } 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 Dcmi_hw.c128 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 Ddevfm_machdep.c389 x86_cache_t c; in fm_populate_cache()
/illumos-gate/usr/src/uts/intel/os/
H A Dcpuid.c8421 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()