Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/sys/
H A Ddevfm.h161 FM_CACHE_INFO_T_DATA = 1 << 0, enumerator
/illumos-gate/usr/src/uts/intel/io/
H A Ddevfm_machdep.c402 type = FM_CACHE_INFO_T_DATA; in fm_populate_cache()
408 type = FM_CACHE_INFO_T_DATA | FM_CACHE_INFO_T_INSTR | in fm_populate_cache()
/illumos-gate/usr/src/lib/fm/topo/modules/common/zen/
H A Dtopo_zen.c290 { 1, FM_CACHE_INFO_T_DATA, B_TRUE, ZEN_TOPO_CACHE_CORE_L1D },
292 { 2, FM_CACHE_INFO_T_DATA | FM_CACHE_INFO_T_INSTR |
294 { 3, FM_CACHE_INFO_T_DATA | FM_CACHE_INFO_T_INSTR |
H A Dtopo_zen_tn.c162 if ((type & FM_CACHE_INFO_T_DATA) != 0) { in topo_zen_build_cache()