Home
last modified time | relevance | path

Searched refs:FM_EREPORT_PAYLOAD_FLAG_AFSR (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/sparc/sys/fm/cpu/
H A DUltraSPARC-III.h84 #define FM_EREPORT_PAYLOAD_FLAG_AFSR 0x0000000000000001 macro
166 (FM_EREPORT_PAYLOAD_FLAG_AFSR | \
189 #define FM_EREPORT_PAYLOAD_SYSTEM3 (FM_EREPORT_PAYLOAD_FLAG_AFSR | \
196 #define FM_EREPORT_PAYLOAD_IO (FM_EREPORT_PAYLOAD_FLAG_AFSR | \
202 #define FM_EREPORT_PAYLOAD_L2_TAG_PE (FM_EREPORT_PAYLOAD_FLAG_AFSR | \
/illumos-gate/usr/src/uts/sun4u/cpu/
H A Dus3_common.c4559 if (aflt->flt_payload & FM_EREPORT_PAYLOAD_FLAG_AFSR) { in cpu_payload_add_aflt()