Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/sys/
H A Ddevfm.h162 FM_CACHE_INFO_T_INSTR = 1 << 1, enumerator
/illumos-gate/usr/src/uts/intel/io/
H A Ddevfm_machdep.c405 type = FM_CACHE_INFO_T_INSTR; 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.c291 { 1, FM_CACHE_INFO_T_INSTR, B_TRUE, ZEN_TOPO_CACHE_CORE_L1I },
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.c167 if ((type & FM_CACHE_INFO_T_INSTR) != 0) { in topo_zen_build_cache()