Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/i86pc/io/
H A Dimmu_intrmap.c528 index = IMMU_FAULT_GET_INDEX(status); in immu_intr_handler()
/titanic_41/usr/src/uts/i86pc/sys/
H A Dimmu.h248 #define IMMU_FAULT_GET_INDEX(x) ((((uint64_t)x) >> 8) & 0xff) macro